Uses of Class
org.apache.jackrabbit.oak.fixture.BlobStoreFixture
-
Packages that use BlobStoreFixture Package Description org.apache.jackrabbit.oak.fixture -
-
Uses of BlobStoreFixture in org.apache.jackrabbit.oak.fixture
Methods in org.apache.jackrabbit.oak.fixture that return BlobStoreFixture Modifier and Type Method Description static @Nullable BlobStoreFixtureBlobStoreFixture. create(File basedir, boolean fallbackToFDS, int fdsCacheInMB, StatisticsProvider statisticsProvider)Creates an instance of the BlobStoreFixture based on configuration determined from system propertiesBlobStoreFixture[]SegmentTarFixture. getBlobStoreFixtures()static BlobStoreFixtureBlobStoreFixture. getDataStore(File basedir, int fdsCacheInMB, StatisticsProvider statisticsProvider)static BlobStoreFixtureBlobStoreFixture. getFileBlobStore(File basedir)static BlobStoreFixtureBlobStoreFixture. getFileDataStore(File basedir, int fdsCacheInMB, StatisticsProvider statisticsProvider)static BlobStoreFixtureBlobStoreFixture. getMemoryBlobStore()
-