public class TokenRangeAwareGroupedExecutionStrategy extends Object implements GroupedExecutionStrategy
| Constructor and Description |
|---|
TokenRangeAwareGroupedExecutionStrategy(Configuration configuration,
CQLStoreManager storeManager) |
| Modifier and Type | Method and Description |
|---|---|
<R,Q> void |
execute(R futureResult,
Q queries,
List<StaticBuffer> keys,
ResultFiller<R,Q,KeysGroup> withKeysGroupingFiller,
ResultFiller<R,Q,List<StaticBuffer>> withoutKeysGroupingFiller,
StoreTransaction txh,
int keysGroupingLimit) |
public TokenRangeAwareGroupedExecutionStrategy(Configuration configuration, CQLStoreManager storeManager)
public <R,Q> void execute(R futureResult,
Q queries,
List<StaticBuffer> keys,
ResultFiller<R,Q,KeysGroup> withKeysGroupingFiller,
ResultFiller<R,Q,List<StaticBuffer>> withoutKeysGroupingFiller,
StoreTransaction txh,
int keysGroupingLimit)
execute in interface GroupedExecutionStrategyCopyright © 2012–2024. All rights reserved.