Package com.datastax.astra.internal.command
package com.datastax.astra.internal.command
Internal technical classes to run commands against the API.
-
ClassDescriptionAbstractCommandRunner<OPTIONS extends BaseOptions<?>>Abstract base class for executing commands and handling their results.AbstractCursor<T,
R> Implementation of a cursor across the find itemsDefines the contract for observers that react to command executions within the DataApiClient.Exception thrown when an error occurs while using a cursor.Encapsulates detailed information about the execution of a command, including the original request, the raw response, HTTP response details, and timing information.Builder class for execution informationImplements aCommandObserver
that logs command execution details.