| Constructor and Description |
|---|
KCVSConfiguration(BackendOperation.TransactionalProvider txProvider,
Configuration config,
KeyColumnValueStore store,
String identifier) |
| Constructor and Description |
|---|
ConsistentKeyIDAuthority(KeyColumnValueStore idStore,
StoreManager manager,
Configuration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
KCVSProxy
Wraps a
KeyColumnValueStore as a proxy as a basis for
other wrappers |
class |
ReadOnlyKeyColumnValueStore
Wraps a
KeyColumnValueStore and throws exceptions when a mutation is attempted. |
| Modifier and Type | Field and Description |
|---|---|
protected KeyColumnValueStore |
KCVSProxy.store |
| Modifier and Type | Method and Description |
|---|---|
default KeyColumnValueStore |
KeyColumnValueStoreManager.openDatabase(String name)
Opens an ordered database by the given name.
|
KeyColumnValueStore |
KeyColumnValueStoreManager.openDatabase(String name,
StoreMetaData.Container metaData)
Opens an ordered database by the given name.
|
KeyColumnValueStore |
KCVSManagerProxy.openDatabase(String name,
StoreMetaData.Container metaData) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
KCVSUtil.containsKey(KeyColumnValueStore store,
StaticBuffer key,
int maxColumnLength,
StoreTransaction txh) |
static boolean |
KCVSUtil.containsKey(KeyColumnValueStore store,
StaticBuffer key,
StoreTransaction txh) |
static boolean |
KCVSUtil.containsKeyColumn(KeyColumnValueStore store,
StaticBuffer key,
StaticBuffer column,
StoreTransaction txh)
Returns true if the specified key-column pair exists in the store.
|
static StaticBuffer |
KCVSUtil.get(KeyColumnValueStore store,
StaticBuffer key,
StaticBuffer column,
StoreTransaction txh)
Retrieves the value for the specified column and key under the given transaction
from the store if such exists, otherwise returns NULL
|
static KeyIterator |
KCVSUtil.getKeys(KeyColumnValueStore store,
SliceQuery slice,
StoreFeatures features,
int keyLength,
StoreTransaction txh) |
static KeyIterator |
KCVSUtil.getKeys(KeyColumnValueStore store,
StoreFeatures features,
int keyLength,
int sliceLength,
StoreTransaction txh) |
| Constructor and Description |
|---|
KCVSProxy(KeyColumnValueStore store) |
ReadOnlyKeyColumnValueStore(KeyColumnValueStore store) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpirationKCVSCache |
class |
KCVSCache |
class |
NoKCVSCache |
| Constructor and Description |
|---|
ExpirationKCVSCache(KeyColumnValueStore store,
String metricsName,
long cacheTimeMS,
long invalidationGracePeriodMS,
long maximumByteSize) |
KCVSCache(KeyColumnValueStore store,
String metricsName) |
NoKCVSCache(KeyColumnValueStore store) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryKeyColumnValueStore
An in-memory implementation of
KeyColumnValueStore. |
| Modifier and Type | Method and Description |
|---|---|
KeyColumnValueStore |
InMemoryStoreManager.openDatabase(String name,
StoreMetaData.Container metaData) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseKeyColumnValueAdapter |
class |
OrderedKeyValueStoreAdapter
Wraps a
OrderedKeyValueStore and exposes it as a KeyColumnValueStore. |
| Modifier and Type | Class and Description |
|---|---|
class |
TTLKCVS |
| Modifier and Type | Method and Description |
|---|---|
KeyColumnValueStore |
TTLKCVSManager.openDatabase(String name) |
KeyColumnValueStore |
TTLKCVSManager.openDatabase(String name,
StoreMetaData.Container metaData) |
| Constructor and Description |
|---|
TTLKCVS(KeyColumnValueStore store,
int ttl) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpectedValueCheckingStore
A
KeyColumnValueStore wrapper intended for nontransactional stores
that forwards all but these two methods to an encapsulated store
instance:
ExpectedValueCheckingStore.acquireLock(StaticBuffer, StaticBuffer, StaticBuffer, StoreTransaction)
ExpectedValueCheckingStore.mutate(StaticBuffer, List, List, StoreTransaction)
This wrapper adds some logic to both of the overridden methods before calling
the encapsulated store's version. |
| Modifier and Type | Method and Description |
|---|---|
KeyColumnValueStore |
ExpectedValueCheckingStoreManager.openDatabase(String name) |
| Constructor and Description |
|---|
Builder(KeyColumnValueStore store,
StoreManager manager) |
ExpectedValueCheckingStore(KeyColumnValueStore store,
Locker locker) |
StandardLockCleanerRunnable(KeyColumnValueStore store,
KeyColumn target,
StoreTransaction tx,
ConsistentKeyLockerSerializer serializer,
java.time.Instant cutoff,
TimestampProvider times) |
StandardLockCleanerService(KeyColumnValueStore store,
ConsistentKeyLockerSerializer serializer,
ExecutorService exec,
java.time.Duration cooldown,
TimestampProvider times) |
StandardLockCleanerService(KeyColumnValueStore store,
ConsistentKeyLockerSerializer serializer,
TimestampProvider times) |
| Constructor and Description |
|---|
KCVSLog(String name,
KCVSLogManager manager,
KeyColumnValueStore store,
Configuration config) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricInstrumentedStore
This class instruments an arbitrary KeyColumnValueStore backend with Metrics.
|
| Modifier and Type | Method and Description |
|---|---|
KeyColumnValueStore |
MetricInstrumentedStoreManager.openDatabase(String name,
StoreMetaData.Container metaData) |
| Constructor and Description |
|---|
MetricInstrumentedStore(KeyColumnValueStore backend,
String metricsStoreName) |
Copyright © 2012–2015. All rights reserved.