| Modifier and Type | Method and Description |
|---|---|
StoreFeatures |
Backend.getStoreFeatures()
Returns the
StoreFeatures of the configured backend storage engine. |
| Constructor and Description |
|---|
BackendTransaction(CacheTransaction storeTx,
BaseTransactionConfig txConfig,
StoreFeatures features,
KCVSCache edgeStore,
KCVSCache indexStore,
Duration maxReadTime,
Map<String,IndexTransaction> indexTx,
Executor threadPool) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardStoreFeatures
Immutable,
StandardStoreFeatures.Builder-customizable implementation of StoreFeatures. |
| Modifier and Type | Method and Description |
|---|---|
StoreFeatures |
StoreManager.getFeatures()
Returns the features supported by this storage manager
|
| Modifier and Type | Method and Description |
|---|---|
static KeyIterator |
KCVSUtil.getKeys(KeyColumnValueStore store,
StoreFeatures features,
int keyLength,
int sliceLength,
StoreTransaction txh)
If the store supports unordered scans, then call {#link
KeyColumnValueStore.getKeys(SliceQuery, StoreTransaction). |
| Constructor and Description |
|---|
StandardStoreFeatures.Builder(StoreFeatures template)
Construct a Builder whose default values exactly match the values on
the supplied
template. |
| Modifier and Type | Method and Description |
|---|---|
StoreFeatures |
InMemoryStoreManager.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
StoreFeatures |
OrderedKeyValueStoreManagerAdapter.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
StoreFeatures |
ExpectedValueCheckingStoreManager.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
static com.tinkerpop.blueprints.Features |
TitanFeatures.getFeatures(GraphDatabaseConfiguration config,
StoreFeatures storageFeatures) |
| Modifier and Type | Method and Description |
|---|---|
StoreFeatures |
GraphDatabaseConfiguration.getStoreFeatures() |
| Constructor and Description |
|---|
VertexIDAssigner(Configuration config,
IDAuthority idAuthority,
StoreFeatures idAuthFeatures) |
Copyright © 2012–2014. All rights reserved.