| Package | Description |
|---|---|
| org.janusgraph.diskstorage.cql.builder | |
| org.janusgraph.diskstorage.cql.function | |
| org.janusgraph.diskstorage.cql.function.mutate |
| Modifier and Type | Method and Description |
|---|---|
CQLMutateManyFunction |
CQLMutateManyFunctionBuilder.build(com.datastax.oss.driver.api.core.CqlSession session,
Configuration configuration,
TimestampProvider times,
boolean assignTimestamp,
Map<String,CQLKeyColumnValueStore> openStores,
ConsumerWithBackendException<DistributedStoreManager.MaskedTimestamp> sleepAfterWriteFunction,
QueryBackPressure queriesBackPressure) |
| Modifier and Type | Method and Description |
|---|---|
io.vavr.collection.Iterator<com.datastax.oss.driver.api.core.cql.BatchableStatement<com.datastax.oss.driver.api.core.cql.BoundStatement>> |
ColumnOperationFunction.getBatchableStatementsForColumnOperation(DistributedStoreManager.MaskedTimestamp commitTime,
KCVMutation keyMutations,
CQLKeyColumnValueStore columnValueStore,
StaticBuffer key) |
| Modifier and Type | Method and Description |
|---|---|
protected CQLKeyColumnValueStore |
AbstractCQLMutateManyFunction.getColumnValueStore(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
protected io.vavr.collection.Iterator<io.vavr.collection.Seq<com.datastax.oss.driver.api.core.cql.BatchableStatement<com.datastax.oss.driver.api.core.cql.BoundStatement>>> |
CQLMutateManyUnloggedFunction.toGroupedBatchableStatementsSequenceIterator(DistributedStoreManager.MaskedTimestamp commitTime,
KCVMutation keyMutations,
CQLKeyColumnValueStore columnValueStore,
StaticBuffer key) |
Copyright © 2012–2024. All rights reserved.