| Modifier and Type | Method and Description |
|---|---|
Configuration |
BaseTransactionConfig.getCustomOptions()
Return any transaction-specific options.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Backend.getImplementationClass(Configuration config,
String clazzname,
Map<String,String> registeredImpls) |
static LogManager |
Backend.getLogManager(Configuration config) |
static LogManager |
Backend.getLogManager(Configuration config,
String logName,
KeyColumnValueStoreManager sm) |
static KCVSConfiguration |
Backend.getStandaloneGlobalConfiguration(KeyColumnValueStoreManager manager,
Configuration config) |
static KeyColumnValueStoreManager |
Backend.getStorageManager(Configuration storageConfig) |
void |
Backend.initialize(Configuration config)
Initializes this backend with the given configuration.
|
| Constructor and Description |
|---|
Backend(Configuration configuration) |
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
AbstractStoreManager.storageConfig |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
AbstractStoreManager.getStorageConfig() |
| Constructor and Description |
|---|
AbstractStoreManager(Configuration storageConfig) |
DistributedStoreManager(Configuration storageConfig,
int portDefault) |
LocalStoreManager(Configuration storageConfig) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SystemConfiguration |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConfiguration |
class |
BasicConfiguration |
class |
MergedConfiguration |
class |
MixedConfiguration |
class |
ModifiableConfiguration |
| Modifier and Type | Field and Description |
|---|---|
static Configuration |
Configuration.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
protected static Configuration |
AbstractConfiguration.restrictTo(Configuration config,
String... fixedUmbrella) |
Configuration |
MixedConfiguration.restrictTo(String... umbrellaElements) |
Configuration |
MergedConfiguration.restrictTo(String... umbrellaElements) |
Configuration |
BasicConfiguration.restrictTo(String... umbrellaElements) |
Configuration |
Configuration.restrictTo(String... umbrellaElements) |
| Modifier and Type | Method and Description |
|---|---|
protected static Configuration |
AbstractConfiguration.restrictTo(Configuration config,
String... fixedUmbrella) |
| Constructor and Description |
|---|
MergedConfiguration(Configuration first,
Configuration second) |
| Constructor and Description |
|---|
AbstractIDAuthority(Configuration config) |
ConsistentKeyIDAuthority(KeyColumnValueStore idStore,
StoreManager manager,
Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
StandardStoreFeatures.getKeyConsistentTxConfig() |
Configuration |
StoreFeatures.getKeyConsistentTxConfig()
Get a transaction configuration that enforces key consistency.
|
Configuration |
StandardStoreFeatures.getLocalKeyConsistentTxConfig() |
Configuration |
StoreFeatures.getLocalKeyConsistentTxConfig()
Get a transaction configuration that enforces local key consistency.
|
| Modifier and Type | Method and Description |
|---|---|
StandardStoreFeatures.Builder |
StandardStoreFeatures.Builder.keyConsistent(Configuration c) |
StandardStoreFeatures.Builder |
StandardStoreFeatures.Builder.keyConsistent(Configuration global,
Configuration local) |
| Constructor and Description |
|---|
InMemoryStoreManager(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
ConsistentKeyLocker.Builder |
ConsistentKeyLocker.Builder.fromConfig(Configuration config) |
| Constructor and Description |
|---|
KCVSLog(String name,
KCVSLogManager manager,
KeyColumnValueStore store,
ReadMarker readMarker,
Configuration config) |
KCVSLogManager(KeyColumnValueStoreManager storeManager,
Configuration config)
Opens a log manager against the provided KCVS store with the given configuration.
|
KCVSLogManager(KeyColumnValueStoreManager storeManager,
Configuration config,
int[] readPartitionIds)
Opens a log manager against the provided KCVS store with the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
StandardBaseTransactionConfig.getCustomOptions() |
| Modifier and Type | Method and Description |
|---|---|
StandardBaseTransactionConfig.Builder |
StandardBaseTransactionConfig.Builder.customOptions(Configuration c) |
static StandardBaseTransactionConfig |
StandardBaseTransactionConfig.of(TimestampProvider times,
Configuration customOptions) |
| Modifier and Type | Method and Description |
|---|---|
static String |
GraphDatabaseConfiguration.getOrGenerateUniqueInstanceId(Configuration config) |
static List<RegisteredAttributeClass<?>> |
GraphDatabaseConfiguration.getRegisteredAttributeClasses(Configuration configuration) |
static Serializer |
GraphDatabaseConfiguration.getSerializer(Configuration configuration) |
| Constructor and Description |
|---|
VertexIDAssigner(Configuration config,
IDAuthority idAuthority,
StoreFeatures idAuthFeatures) |
| Constructor and Description |
|---|
SimpleBulkPlacementStrategy(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
StandardTransactionBuilder.getCustomOptions() |
Copyright © 2012–2014. All rights reserved.