public abstract class CassandraFetcher<ResultT> extends Object implements graphql.schema.DataFetcher<ResultT>
| Modifier and Type | Field and Description |
|---|---|
static ConsistencyLevel |
DEFAULT_CONSISTENCY |
static int |
DEFAULT_PAGE_SIZE |
static Parameters |
DEFAULT_PARAMETERS |
static ConsistencyLevel |
DEFAULT_SERIAL_CONSISTENCY |
| Constructor and Description |
|---|
CassandraFetcher() |
| Modifier and Type | Method and Description |
|---|---|
ResultT |
get(graphql.schema.DataFetchingEnvironment environment) |
protected abstract ResultT |
get(graphql.schema.DataFetchingEnvironment environment,
StargateGraphqlContext context) |
protected boolean |
isAppliedBatch(List<Row> batchRows) |
public static final ConsistencyLevel DEFAULT_CONSISTENCY
public static final ConsistencyLevel DEFAULT_SERIAL_CONSISTENCY
public static final int DEFAULT_PAGE_SIZE
public static final Parameters DEFAULT_PARAMETERS
Copyright © 2023. All rights reserved.