public abstract class IndexFetcher extends DdlQueryFetcher
| Modifier and Type | Field and Description |
|---|---|
protected Scope |
scope |
DEFAULT_CONSISTENCY, DEFAULT_PAGE_SIZE, DEFAULT_PARAMETERS, DEFAULT_SERIAL_CONSISTENCY| Modifier | Constructor and Description |
|---|---|
protected |
IndexFetcher(Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
protected Query<?> |
buildQuery(graphql.schema.DataFetchingEnvironment environment,
QueryBuilder builder,
StargateGraphqlContext context) |
protected abstract Query<?> |
buildQuery(graphql.schema.DataFetchingEnvironment environment,
QueryBuilder builder,
String keyspaceName,
String tableName) |
decodeColumn, decodeColumns, decodeType, getget, isAppliedBatchprotected final Scope scope
protected IndexFetcher(Scope scope)
protected Query<?> buildQuery(graphql.schema.DataFetchingEnvironment environment, QueryBuilder builder, StargateGraphqlContext context) throws UnauthorizedException
buildQuery in class DdlQueryFetcherUnauthorizedExceptionprotected abstract Query<?> buildQuery(graphql.schema.DataFetchingEnvironment environment, QueryBuilder builder, String keyspaceName, String tableName)
Copyright © 2022. All rights reserved.