public abstract class BulkMutationFetcher extends DmlFetcher<CompletionStage<List<Map<String,Object>>>>
dbColumnGetter, keyspaceName, nameMapping, tableDEFAULT_CONSISTENCY, DEFAULT_PAGE_SIZE, DEFAULT_PARAMETERS, DEFAULT_SERIAL_CONSISTENCY| Modifier | Constructor and Description |
|---|---|
protected |
BulkMutationFetcher(String keyspaceName,
io.stargate.bridge.proto.Schema.CqlTable table,
NameMapping nameMapping) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<io.stargate.bridge.proto.QueryOuterClass.Query> |
buildQueries(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
static <T> CompletionStage<List<T>> |
convert(List<CompletionStage<T>> futures) |
protected CompletionStage<List<Map<String,Object>>> |
get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
buildClause, buildConditions, buildParameters, containsDirective, executeAsyncAccepted, getTtl, toAcceptedMutationResult, toBatchResult, toBatchResults, toGrpcValue, toListOfAcceptedMutationResults, toMutationResultget, isApplied, isAppliedprotected BulkMutationFetcher(String keyspaceName, io.stargate.bridge.proto.Schema.CqlTable table, NameMapping nameMapping)
protected CompletionStage<List<Map<String,Object>>> get(graphql.schema.DataFetchingEnvironment environment, StargateGraphqlContext context)
get in class CassandraFetcher<CompletionStage<List<Map<String,Object>>>>public static <T> CompletionStage<List<T>> convert(List<CompletionStage<T>> futures)
protected abstract List<io.stargate.bridge.proto.QueryOuterClass.Query> buildQueries(graphql.schema.DataFetchingEnvironment environment, StargateGraphqlContext context)
Copyright © 2022. All rights reserved.