public abstract class CassandraFetcher<ResultT> extends Object implements graphql.schema.DataFetcher<ResultT>
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationService |
authenticationService |
protected AuthorizationService |
authorizationService |
static ConsistencyLevel |
DEFAULT_CONSISTENCY |
static int |
DEFAULT_PAGE_SIZE |
static Parameters |
DEFAULT_PARAMETERS |
static ConsistencyLevel |
DEFAULT_SERIAL_CONSISTENCY |
| Constructor and Description |
|---|
CassandraFetcher(AuthenticationService authenticationService,
AuthorizationService authorizationService,
DataStoreFactory dataStoreFactory) |
| Modifier and Type | Method and Description |
|---|---|
ResultT |
get(graphql.schema.DataFetchingEnvironment environment) |
protected abstract ResultT |
get(graphql.schema.DataFetchingEnvironment environment,
DataStore dataStore,
AuthenticationSubject authenticationSubject) |
protected final AuthenticationService authenticationService
protected final AuthorizationService authorizationService
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
public CassandraFetcher(AuthenticationService authenticationService, AuthorizationService authorizationService, DataStoreFactory dataStoreFactory)
Copyright © 2021. All rights reserved.