| Modifier and Type | Method and Description |
|---|---|
protected abstract ResultT |
CassandraFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected Query<?> |
DropTypeFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
QueryBuilder builder,
StargateGraphqlContext context) |
protected Query<?> |
TableFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
QueryBuilder builder,
StargateGraphqlContext context) |
protected Query<?> |
CreateKeyspaceFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
QueryBuilder builder,
StargateGraphqlContext context) |
protected Query<?> |
IndexFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
QueryBuilder builder,
StargateGraphqlContext context) |
protected Query<?> |
DropKeyspaceFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
QueryBuilder builder,
StargateGraphqlContext context) |
protected abstract Query<?> |
DdlQueryFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
QueryBuilder builder,
StargateGraphqlContext context) |
protected Query<?> |
CreateTypeFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
QueryBuilder builder,
StargateGraphqlContext context) |
protected KeyspaceDto |
SingleKeyspaceFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected List<KeyspaceDto> |
AllKeyspacesFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected Boolean |
DdlQueryFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<BoundQuery> |
BulkMutationFetcher.buildQueries(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected List<BoundQuery> |
BulkInsertMutationFetcher.buildQueries(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected abstract BoundQuery |
MutationFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected BoundQuery |
DeleteMutationFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected BoundQuery |
UpdateMutationFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected BoundQuery |
InsertMutationFetcher.buildQuery(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected CompletableFuture<Map<String,Object>> |
DmlFetcher.executeAsyncAccepted(BoundQuery query,
Object originalValue,
UnaryOperator<Parameters> parameters,
StargateGraphqlContext context)
Executes the query in an async way in a fire and forget fashion.
|
protected CompletableFuture<List<Map<String,Object>>> |
BulkMutationFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected CompletableFuture<Map<String,Object>> |
MutationFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected Map<String,Object> |
QueryFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SchemaFetcher.authorize(StargateGraphqlContext context,
String keyspace) |
protected SchemaSource |
SingleSchemaFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected List<SchemaSource> |
AllSchemasFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected Boolean |
UndeploySchemaFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletableFuture<ResultT> |
MutationFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected Object |
QueryFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected List<FederatedEntity> |
FederatedEntityFetcher.get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.graphql.schema.graphqlfirst.fetchers.deployed.MutationPayload<graphql.execution.DataFetcherResult<Object>> |
UpdateFetcher.getPayload(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected abstract io.stargate.graphql.schema.graphqlfirst.fetchers.deployed.MutationPayload<ResultT> |
MutationFetcher.getPayload(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.graphql.schema.graphqlfirst.fetchers.deployed.MutationPayload<graphql.execution.DataFetcherResult<Object>> |
InsertFetcher.getPayload(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected io.stargate.graphql.schema.graphqlfirst.fetchers.deployed.MutationPayload<graphql.execution.DataFetcherResult<Object>> |
DeleteFetcher.getPayload(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
Copyright © 2023. All rights reserved.