| Modifier and Type | Method and Description |
|---|---|
static KeyColumnValueStoreManager |
Backend.getStorageManager(Configuration storageConfig) |
| Modifier and Type | Method and Description |
|---|---|
static LogManager |
Backend.getLogManager(Configuration config,
String logName,
KeyColumnValueStoreManager sm) |
static KCVSConfiguration |
Backend.getStandaloneGlobalConfiguration(KeyColumnValueStoreManager manager,
Configuration config) |
| Constructor and Description |
|---|
CacheTransaction(StoreTransaction tx,
KeyColumnValueStoreManager manager,
int persistChunkSize,
Duration maxWriteTime,
boolean batchLoading) |
CacheTransaction(StoreTransaction tx,
KeyColumnValueStoreManager manager,
int persistChunkSize,
Duration maxWriteTime,
boolean batchLoading,
int expectedNumStores) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStoreManager
In-memory backend storage engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedKeyValueStoreManagerAdapter
Wraps a
OrderedKeyValueStoreManager and exposes it as a KeyColumnValueStoreManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpectedValueCheckingStoreManager |
| Constructor and Description |
|---|
ExpectedValueCheckingStoreManager(KeyColumnValueStoreManager storeManager,
String lockStoreSuffix,
LockerProvider lockerProvider,
Duration maxReadTime) |
| Constructor and Description |
|---|
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.
|
Copyright © 2012–2014. All rights reserved.