| 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,
KCVSCache txLogStore,
java.time.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
|
StoreFeatures |
KCVSManagerProxy.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|
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 |
TTLKCVSManager.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TTLKCVSManager.supportsAnyTTL(StoreFeatures features)
Returns true if the parameter supports at least one of the following:
cell-level TTL
hasCellTTL()
store-level TTL hasStoreTTL()
|
| Modifier and Type | Method and Description |
|---|---|
StoreFeatures |
ExpectedValueCheckingStoreManager.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
StoreFeatures |
MetricInstrumentedStoreManager.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
StoreFeatures |
GraphDatabaseConfiguration.getStoreFeatures() |
| Constructor and Description |
|---|
VertexIDAssigner(Configuration config,
IDAuthority idAuthority,
StoreFeatures idAuthFeatures) |
| Modifier and Type | Method and Description |
|---|---|
static TitanFeatures |
TitanFeatures.getFeatures(StandardTitanGraph graph,
StoreFeatures storageFeatures) |
Copyright © 2012–2015. All rights reserved.