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,
DataStore dataStore,
StargateGraphqlContext context) |
static <T> CompletableFuture<List<T>> |
convert(List<CompletableFuture<T>> futures) |
protected CompletableFuture<List<Map<String,Object>>> |
get(graphql.schema.DataFetchingEnvironment environment,
DataStore dataStore,
StargateGraphqlContext context) |
buildClause, buildConditions, containsDirective, executeAsyncAccepted, getColumn, getDatastoreParameters, getDBColumnName, toAcceptedMutationResultWithOriginalValue, toDBValue, toListOfMutationResults, toListOfMutationResultsAccepted, toMutationResultgetprotected BulkMutationFetcher(Table table, NameMapping nameMapping)
protected CompletableFuture<List<Map<String,Object>>> get(graphql.schema.DataFetchingEnvironment environment, DataStore dataStore, 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, DataStore dataStore, StargateGraphqlContext context) throws Exception
ExceptionCopyright © 2021. All rights reserved.