| Package | Description |
|---|---|
| org.janusgraph.diskstorage.cql | |
| org.janusgraph.diskstorage.cql.service | |
| org.janusgraph.diskstorage.cql.strategy |
| Constructor and Description |
|---|
CQLKeyColumnValueStore(CQLStoreManager storeManager,
String tableName,
Configuration configuration,
Runnable closer)
Creates an instance of the
KeyColumnValueStore that stores the data in a CQL backed table. |
| Constructor and Description |
|---|
GroupingAsyncQueryExecutionService(Configuration configuration,
CQLStoreManager storeManager,
String tableName,
Function<com.datastax.oss.driver.api.querybuilder.select.Select,com.datastax.oss.driver.api.querybuilder.select.Select> addTTLFunction,
Function<com.datastax.oss.driver.api.querybuilder.select.Select,com.datastax.oss.driver.api.querybuilder.select.Select> addTimestampFunction,
CQLColValGetter singleKeyGetter,
CQLColValGetter multiKeysGetter) |
| Modifier and Type | Method and Description |
|---|---|
static GroupedExecutionStrategy |
GroupedExecutionStrategyBuilder.build(Configuration configuration,
CQLStoreManager storeManager,
String className) |
| Constructor and Description |
|---|
ReplicasAwareGroupedExecutionStrategy(Configuration configuration,
CQLStoreManager storeManager) |
TokenRangeAwareGroupedExecutionStrategy(Configuration configuration,
CQLStoreManager storeManager) |
Copyright © 2012–2024. All rights reserved.