| Modifier and Type | Method and Description |
|---|---|
static KeyColumnValueStoreManager |
Backend.getStorageManager(Configuration storageConfig) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends KeyColumnValueStoreManager> |
Backend.getStoreManagerClass() |
| Modifier and Type | Method and Description |
|---|---|
static KCVSConfiguration |
Backend.getStandaloneGlobalConfiguration(KeyColumnValueStoreManager manager,
Configuration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
KCVSManagerProxy |
| Modifier and Type | Field and Description |
|---|---|
protected KeyColumnValueStoreManager |
KCVSManagerProxy.manager |
| Constructor and Description |
|---|
KCVSManagerProxy(KeyColumnValueStoreManager manager) |
| Constructor and Description |
|---|
CacheTransaction(StoreTransaction tx,
KeyColumnValueStoreManager manager,
int persistChunkSize,
java.time.Duration maxWriteTime,
boolean batchLoading) |
CacheTransaction(StoreTransaction tx,
KeyColumnValueStoreManager manager,
int persistChunkSize,
java.time.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. |
| Constructor and Description |
|---|
StandardScanner(KeyColumnValueStoreManager manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
TTLKCVSManager
Turns a store with fine-grained cell-level TTL support into a store
with coarse-grained store-level (columnfamily-level) TTL support.
|
| Constructor and Description |
|---|
TTLKCVSManager(KeyColumnValueStoreManager manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpectedValueCheckingStoreManager |
| Constructor and Description |
|---|
ExpectedValueCheckingStoreManager(KeyColumnValueStoreManager storeManager,
String lockStoreSuffix,
LockerProvider lockerProvider,
java.time.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetricInstrumentedStoreManager |
| Constructor and Description |
|---|
MetricInstrumentedStoreManager(KeyColumnValueStoreManager backend,
String managerMetricsName,
boolean mergeStoreMetrics,
String mergedMetricsName) |
Copyright © 2012–2015. All rights reserved.