| Modifier and Type | Method and Description |
|---|---|
StoreManager |
Backend.getStoreManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStoreManager
Abstract Store Manager used as the basis for concrete StoreManager implementations.
|
class |
DistributedStoreManager
Abstract class that handles configuration options shared by all distributed storage backends
|
class |
LocalStoreManager
Abstract Store Manager used as the basis for local StoreManager implementations.
|
| Constructor and Description |
|---|
ConsistentKeyIDAuthority(KeyColumnValueStore idStore,
StoreManager manager,
Configuration config) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyColumnValueStoreManager
KeyColumnValueStoreManager provides the persistence context to the graph database storage backend.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KCVSManagerProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStoreManager
In-memory backend storage engine.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyValueStoreManager
|
interface |
OrderedKeyValueStoreManager
A
KeyValueStoreManager where the stores maintain keys in their natural order. |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedKeyValueStoreManagerAdapter
Wraps a
OrderedKeyValueStoreManager and exposes it as a KeyColumnValueStoreManager. |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpectedValueCheckingStoreManager |
| Constructor and Description |
|---|
Builder(KeyColumnValueStore store,
StoreManager manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricInstrumentedStoreManager |
Copyright © 2012–2015. All rights reserved.