| Package | Description |
|---|---|
| org.janusgraph.diskstorage | |
| org.janusgraph.diskstorage.keycolumnvalue.cache | |
| org.janusgraph.diskstorage.log.kcvs | |
| org.janusgraph.graphdb.database.cache |
| Modifier and Type | Method and Description |
|---|---|
KCVSCache |
Backend.getEdgeStoreCache() |
KCVSCache |
Backend.getIndexStoreCache() |
| Constructor and Description |
|---|
BackendTransaction(CacheTransaction storeTx,
BaseTransactionConfig txConfig,
StoreFeatures features,
KCVSCache edgeStore,
KCVSCache indexStore,
KCVSCache txLogStore,
Duration maxReadTime,
Map<String,IndexTransaction> indexTx,
Executor threadPool,
boolean cacheEnabled,
boolean allowCustomVertexIdType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpirationKCVSCache |
class |
NoKCVSCache |
| Constructor and Description |
|---|
ExternalCachePersistor(KCVSCache kcvs,
CacheTransaction tx) |
| Constructor and Description |
|---|
KCVSCacheInvalidationService(KCVSCache edgeStore,
KCVSCache indexStore,
IDManager idManager) |
Copyright © 2012–2023. All rights reserved.