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