public abstract class BulkMutationFetcher extends DmlFetcher<CompletableFuture<List<Map<String,Object>>>>
dbColumnGetter, nameMapping, tableDEFAULT_CONSISTENCY, DEFAULT_PAGE_SIZE, DEFAULT_PARAMETERS, DEFAULT_SERIAL_CONSISTENCY| Modifier | Constructor and Description |
|---|---|
protected |
BulkMutationFetcher(Table table,
NameMapping nameMapping) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<BoundQuery> |
buildQueries(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
static <T> CompletableFuture<List<T>> |
convert(List<CompletableFuture<T>> futures) |
protected CompletableFuture<List<Map<String,Object>>> |
get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
buildClause, buildConditions, buildParameters, containsDirective, executeAsyncAccepted, getColumn, getDBColumnName, toAcceptedMutationResultWithOriginalValue, toBatchResult, toBatchResults, toDBValue, toListOfMutationResultsAccepted, toMutationResultget, isAppliedBatchprotected BulkMutationFetcher(Table table, NameMapping nameMapping)
protected CompletableFuture<List<Map<String,Object>>> get(graphql.schema.DataFetchingEnvironment environment, StargateGraphqlContext context)
get in class CassandraFetcher<CompletableFuture<List<Map<String,Object>>>>public static <T> CompletableFuture<List<T>> convert(List<CompletableFuture<T>> futures)
protected abstract List<BoundQuery> buildQueries(graphql.schema.DataFetchingEnvironment environment, StargateGraphqlContext context) throws Exception
ExceptionCopyright © 2021. All rights reserved.