public class CQLStoreManager extends DistributedStoreManager implements KeyColumnValueStoreManager
CQLKeyColumnValueStores and handles Cassandra-backed allocation of vertex IDs for JanusGraph (when so
configured).DistributedStoreManager.Deployment, DistributedStoreManager.MaskedTimestampconnectionTimeoutMS, hostnames, pageSize, password, port, times, usernamebatchLoading, storageConfig, transactional| Constructor and Description |
|---|
CQLStoreManager(Configuration configuration)
Constructor for the
CQLStoreManager given a JanusGraph Configuration. |
| Modifier and Type | Method and Description |
|---|---|
StoreTransaction |
beginTransaction(BaseTransactionConfig config) |
void |
clearStorage() |
void |
close() |
boolean |
exists() |
DistributedStoreManager.Deployment |
getDeployment() |
StoreFeatures |
getFeatures() |
List<KeyRange> |
getLocalKeyPartition() |
String |
getName() |
void |
mutateMany(Map<String,Map<StaticBuffer,KCVMutation>> mutations,
StoreTransaction txh) |
KeyColumnValueStore |
openDatabase(String name,
StoreMetaData.Container metaData) |
getPageSize, getSingleHostname, getTimestampProvider, hasAuthentication, sleepAfterWrite, toStringgetMetaDataSchema, getStorageConfigclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitopenDatabasepublic CQLStoreManager(Configuration configuration) throws BackendException
CQLStoreManager given a JanusGraph Configuration.configuration - BackendExceptionpublic void close()
throws BackendException
close in interface StoreManagerBackendExceptionpublic String getName()
getName in interface StoreManagerpublic DistributedStoreManager.Deployment getDeployment()
getDeployment in class DistributedStoreManagerpublic StoreFeatures getFeatures()
getFeatures in interface StoreManagerpublic KeyColumnValueStore openDatabase(String name, StoreMetaData.Container metaData) throws BackendException
openDatabase in interface KeyColumnValueStoreManagerBackendExceptionpublic StoreTransaction beginTransaction(BaseTransactionConfig config) throws BackendException
beginTransaction in interface StoreManagerBackendExceptionpublic void clearStorage()
throws BackendException
clearStorage in interface StoreManagerBackendExceptionpublic boolean exists()
throws BackendException
exists in interface StoreManagerBackendExceptionpublic List<KeyRange> getLocalKeyPartition() throws BackendException
getLocalKeyPartition in interface StoreManagerBackendExceptionpublic void mutateMany(Map<String,Map<StaticBuffer,KCVMutation>> mutations, StoreTransaction txh) throws BackendException
mutateMany in interface KeyColumnValueStoreManagerBackendExceptionCopyright © 2012–2020. All rights reserved.