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 BlobStoreFixture
BlobStoreFixture. 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 BlobStoreFixture
BlobStoreFixture. getDataStore(File basedir, int fdsCacheInMB, StatisticsProvider statisticsProvider)
static BlobStoreFixture
BlobStoreFixture. getFileBlobStore(File basedir)
static BlobStoreFixture
BlobStoreFixture. getFileDataStore(File basedir, int fdsCacheInMB, StatisticsProvider statisticsProvider)
static BlobStoreFixture
BlobStoreFixture. getMemoryBlobStore()
-