Uses of Class
io.stargate.graphql.types.Keyspace
Packages that use Keyspace
-
Uses of Keyspace in io.stargate.graphql.types
Methods in io.stargate.graphql.types that return Keyspace -
Uses of Keyspace in io.stargate.sdk.gql
Methods in io.stargate.sdk.gql that return types with arguments of type KeyspaceModifier and TypeMethodDescriptionGraphQLKeyspaceDDLClient.keyspace(String keyspaceName, KeyspaceProjectionRoot projection) Using the keyspace(...) functions about cql Schema.GraphQLKeyspaceDDLClient.keyspaces()List keyspaces.GraphQLKeyspaceDDLClient.keyspaces(KeyspacesProjectionRoot projection) List keyspaces. -
Uses of Keyspace in io.stargate.sdk.gql.domain
Methods in io.stargate.sdk.gql.domain that return types with arguments of type KeyspaceModifier and TypeMethodDescriptionKeyspaces.getKeyspaces()Getter accessor for attribute 'keyspaces'.Method parameters in io.stargate.sdk.gql.domain with type arguments of type KeyspaceModifier and TypeMethodDescriptionvoidKeyspaces.setKeyspaces(List<Keyspace> keyspaces) Setter accessor for attribute 'keyspaces'.