Uses of Interface
com.datastax.astra.client.model.CommandRunner
Packages that use CommandRunner
Package
Description
Entrypoint and core classes for the client.
Administration classes to manage Databases and Namespaces.
Internal technical classes to run commands against the API.
-
Uses of CommandRunner in com.datastax.astra.client
Classes in com.datastax.astra.client that implement CommandRunnerModifier and TypeClassDescriptionclass
Collection<T>
A Data API collection, the main object to interact with the Data API, especially for DDL operations.class
A Data API database. -
Uses of CommandRunner in com.datastax.astra.client.admin
Classes in com.datastax.astra.client.admin that implement CommandRunner -
Uses of CommandRunner in com.datastax.astra.internal.command
Classes in com.datastax.astra.internal.command that implement CommandRunnerModifier and TypeClassDescriptionclass
Execute the command and parse results throwing DataApiResponseException when needed.