public abstract class MutationFetcher extends DmlFetcher<CompletableFuture<Map<String,Object>>>
dbColumnGetter, nameMapping, tableDEFAULT_CONSISTENCY, DEFAULT_PAGE_SIZE, DEFAULT_PARAMETERS, DEFAULT_SERIAL_CONSISTENCY| Modifier | Constructor and Description |
|---|---|
protected |
MutationFetcher(Table table,
NameMapping nameMapping) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BoundQuery |
buildQuery(graphql.schema.DataFetchingEnvironment environment,
DataStore dataStore,
StargateGraphqlContext context) |
protected CompletableFuture<Map<String,Object>> |
get(graphql.schema.DataFetchingEnvironment environment,
DataStore dataStore,
StargateGraphqlContext context) |
buildClause, buildConditions, containsDirective, executeAsyncAccepted, getColumn, getDatastoreParameters, getDBColumnName, toAcceptedMutationResultWithOriginalValue, toDBValue, toListOfMutationResults, toListOfMutationResultsAccepted, toMutationResultgetprotected MutationFetcher(Table table, NameMapping nameMapping)
protected CompletableFuture<Map<String,Object>> get(graphql.schema.DataFetchingEnvironment environment, DataStore dataStore, StargateGraphqlContext context)
get in class CassandraFetcher<CompletableFuture<Map<String,Object>>>protected abstract BoundQuery buildQuery(graphql.schema.DataFetchingEnvironment environment, DataStore dataStore, StargateGraphqlContext context) throws Exception
ExceptionCopyright © 2021. All rights reserved.