| 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 |
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 |
ExpectedValueCheckingStoreManager |
| Constructor and Description |
|---|
ConsistentKeyLocker.Builder(KeyColumnValueStore store,
StoreManager manager) |
Copyright © 2012–2014. All rights reserved.