Package io.stargate.sdk.gql
Class GraphQLKeyspaceDMLClient
java.lang.Object
io.stargate.sdk.gql.GraphQLKeyspaceDMLClient
Work with Operations on keyspaces.
- Author:
- Cedrick LUNVEN (@clunven)
-
Field Summary
FieldsModifier and TypeFieldDescriptionMapping from root URL to rest endpoint listing keyspaces definitions.static final StringURL part. -
Constructor Summary
ConstructorsConstructorDescriptionGraphQLKeyspaceDMLClient(LoadBalancedHttpClient stargateClient, String keyspace) Constructor with StargateClient as argument. -
Method Summary
-
Field Details
-
PATH_CQL_DML
URL part.- See Also:
-
cqlKeyspaceResource
Mapping from root URL to rest endpoint listing keyspaces definitions.
-
-
Constructor Details
-
GraphQLKeyspaceDMLClient
Constructor with StargateClient as argument.- Parameters:
stargateClient- stargate clientkeyspace- target keyspace
-
-
Method Details
-
query
Generic Query execution.- Parameters:
input- query to execute- Returns:
- (dynamic) response
-