| Interface | Description |
|---|---|
| KeyColumnValueStore |
Interface to a data store that has a BigTable like representation of its data.
|
| KeyColumnValueStoreManager |
KeyColumnValueStoreManager provides the persistence context to the graph database storage backend.
|
| KeyIterator | |
| StoreFeatures |
Describes features supported by a storage backend.
|
| StoreManager |
Generic interface to a backend storage engine.
|
| StoreTransaction |
A transaction handle uniquely identifies a transaction on the storage backend.
|
| Class | Description |
|---|---|
| KCVMutation |
Mutation type for KeyColumnValueStore. |
| KCVSManagerProxy | |
| KCVSProxy |
Wraps a
KeyColumnValueStore as a proxy as a basis for
other wrappers |
| KCVSUtil |
Contains static utility methods for operating on
KeyColumnValueStore. |
| KeyRange |
A range of bytes between start and end where start is inclusive and end is exclusive.
|
| KeyRangeQuery |
Extends a
SliceQuery to express a range for columns and a range for
keys. |
| KeySliceQuery |
Extends
SliceQuery by a key that identifies the location of the slice in the key-ring. |
| ReadOnlyKeyColumnValueStore |
Wraps a
KeyColumnValueStore and throws exceptions when a mutation is attempted. |
| SliceQuery |
Queries for a slice of data identified by a start point (inclusive) and end point (exclusive).
|
| StandardStoreFeatures |
Immutable,
StandardStoreFeatures.Builder-customizable implementation of StoreFeatures. |
| StandardStoreFeatures.Builder |
The only way to instantiate
StandardStoreFeatures. |
| Enum | Description |
|---|---|
| ConsistencyLevel |
Consistency Levels for transactions.
|
Copyright © 2012–2015. All rights reserved.