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