| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.fixture |
| Modifier and Type | Class and Description |
|---|---|
static class |
OakFixture.MongoFixture |
static class |
OakFixture.SegmentFixture
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static OakFixture |
OakFixture.getMemory(long cacheSize) |
static OakFixture |
OakFixture.getMemory(String name,
long cacheSize) |
static OakFixture |
OakFixture.getMemoryNS(long cacheSize) |
static OakFixture |
OakFixture.getMongo(String uri,
boolean dropDBAfterTest,
long cacheSize) |
static OakFixture |
OakFixture.getMongo(String host,
int port,
String database,
boolean dropDBAfterTest,
long cacheSize) |
static OakFixture |
OakFixture.getMongo(String name,
String uri,
boolean dropDBAfterTest,
long cacheSize,
boolean useDataStore,
File base,
int dsCacheInMB) |
static OakFixture |
OakFixture.getMongo(String name,
String host,
int port,
String database,
boolean dropDBAfterTest,
long cacheSize,
boolean useFileDataStore,
File base,
int fdsCacheInMB) |
static OakFixture |
OakFixture.getMongoNS(String uri,
boolean dropDBAfterTest,
long cacheSize) |
static OakFixture |
OakFixture.getMongoNS(String host,
int port,
String database,
boolean dropDBAfterTest,
long cacheSize) |
static OakFixture |
OakFixture.getMultiplexing(String name,
File base,
int maxFileSizeMB,
int cacheSizeMB,
boolean memoryMapping,
int mounts,
int pathsPerMount) |
static OakFixture |
OakFixture.getMultiplexingInMemory(String name,
int mounts,
int pathsPerMount) |
OakFixture |
OakRepositoryFixture.getOakFixture() |
static OakFixture |
OakFixture.getRDB(String name,
String jdbcuri,
String jdbcuser,
String jdbcpasswd,
String tablePrefix,
boolean dropDBAfterTest,
long cacheSize) |
static OakFixture |
OakFixture.getRDB(String name,
String jdbcuri,
String jdbcuser,
String jdbcpasswd,
String tablePrefix,
boolean dropDBAfterTest,
long cacheSize,
boolean useDataStore,
File base,
int dsCacheInMB) |
static OakFixture |
OakFixture.getSegmentTar(String name,
File base,
int maxFileSizeMB,
int cacheSizeMB,
boolean memoryMapping,
boolean useBlobStore) |
static OakFixture |
OakFixture.getSegmentTar(String name,
File base,
int maxFileSizeMB,
int cacheSizeMB,
boolean memoryMapping,
boolean useBlobStore,
int dsCacheInMB) |
static OakFixture |
OakFixture.getTar(String name,
File base,
int maxFileSizeMB,
int cacheSizeMB,
boolean memoryMapping,
boolean useBlobStore)
Deprecated.
|
static OakFixture |
OakFixture.getTar(String name,
File base,
int maxFileSizeMB,
int cacheSizeMB,
boolean memoryMapping,
boolean useBlobStore,
int dsCacheInMB)
Deprecated.
|
| Constructor and Description |
|---|
OakRepositoryFixture(OakFixture oakFixture) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.