Uses of Interface
org.apache.jackrabbit.oak.fixture.RepositoryFixture
Packages that use RepositoryFixture
-
Uses of RepositoryFixture in org.apache.jackrabbit.oak.fixture
Classes in org.apache.jackrabbit.oak.fixture that implement RepositoryFixtureMethods in org.apache.jackrabbit.oak.fixture that return RepositoryFixtureModifier and TypeMethodDescriptionstatic RepositoryFixture
OakRepositoryFixture.getCompositeMemoryStore()
static RepositoryFixture
OakRepositoryFixture.getCompositeMongoStore
(String uri, long cacheSize, boolean dropDBAfterTest, boolean throttlingEnabled) static RepositoryFixture
OakRepositoryFixture.getCompositeStore
(File base, int maxFileSizeMB, int cacheSizeMB, boolean memoryMapping, int binariesInlineThreshold) static RepositoryFixture
OakRepositoryFixture.getMemoryNS
(long cacheSize) static RepositoryFixture
OakRepositoryFixture.getMongo
(String uri, boolean dropDBAfterTest, long cacheSize, boolean throttlingEnabled) static RepositoryFixture
OakRepositoryFixture.getMongo
(String host, int port, String database, boolean dropDBAfterTest, long cacheSize, boolean throttlingEnabled) static RepositoryFixture
OakRepositoryFixture.getMongoNS
(String uri, boolean dropDBAfterTest, long cacheSize, boolean throttlingEnabled) static RepositoryFixture
OakRepositoryFixture.getMongoNS
(String host, int port, String database, boolean dropDBAfterTest, long cacheSize, boolean throttlingEnabled) static RepositoryFixture
OakRepositoryFixture.getMongoWithDS
(String uri, boolean dropDBAfterTest, long cacheSize, File base, int fdsCacheInMB, boolean throttlingEnabled) static RepositoryFixture
OakRepositoryFixture.getMongoWithDS
(String host, int port, String database, boolean dropDBAfterTest, long cacheSize, File base, int fdsCacheInMB, boolean throttlingEnabled) static RepositoryFixture
OakRepositoryFixture.getRDB
(String jdbcuri, String jdbcuser, String jdbcpasswd, String jdbctableprefix, boolean dropDBAfterTest, long cacheSize, int vgcMaxAge) static RepositoryFixture
OakRepositoryFixture.getRDBWithDS
(String jdbcuri, String jdbcuser, String jdbcpasswd, String jdbctableprefix, boolean dropDBAfterTest, long cacheSize, File base, int fdsCacheInMB, int vgcMaxAge) static RepositoryFixture
OakRepositoryFixture.getSegmentTar
(File base, int maxFileSizeMB, int cacheSizeMB, boolean memoryMapping, int binariesInlineThreshold) static RepositoryFixture
OakRepositoryFixture.getSegmentTarWithAwsSegmentStore
(File base, String awsBucketName, String awsRootPath, String awsJournalTableName, String awsLockTableName, int maxFileSizeMB, int cacheSizeMB, int binariesInlineThreshold, boolean useBlobStore, int dsCacheInMB) static RepositoryFixture
OakRepositoryFixture.getSegmentTarWithAzureSegmentStore
(File base, String azureConnectionString, String azureContainerName, String azureRootPath, int maxFileSizeMB, int cacheSizeMB, int binariesInlineThreshold, boolean useBlobStore, int dsCacheInMB) static RepositoryFixture
OakRepositoryFixture.getSegmentTarWithColdStandby
(File base, int maxFileSizeMB, int cacheSizeMB, boolean memoryMapping, int binariesInlineThreshold, boolean useBlobStore, int dsCacheInMB, int syncInterval, boolean shareBlobStore, boolean secure, boolean oneShotRun) static RepositoryFixture
OakRepositoryFixture.getSegmentTarWithDataStore
(File base, int maxFileSizeMB, int cacheSizeMB, boolean memoryMapping, int binariesInlineThreshold, int dsCacheInMB)