Uses of Class
com.datastax.astra.internal.command.ExecutionInfos
Package
Description
Exceptions specialized checked and unchecked thrown by the client.
Internal technical classes to run commands against the API.
-
Uses of ExecutionInfos in com.datastax.astra.client.exception
Modifier and TypeMethodDescriptionstatic String
DataApiResponseException.getErrorCode
(List<ExecutionInfos> commands) Parse the command list to get first error of first command.static String
DataApiResponseException.getErrorMessage
(List<ExecutionInfos> commands) Parse the command list to get first error of first command.ModifierConstructorDescriptionDataApiResponseException
(List<ExecutionInfos> cmdList) Constructor with list of constructors. -
Uses of ExecutionInfos in com.datastax.astra.internal.command
Modifier and TypeMethodDescriptionExecutionInfos.DataApiExecutionInfoBuilder.build()
Invoke constructor with the builder.Modifier and TypeMethodDescriptionvoid
CommandObserver.onCommand
(ExecutionInfos executionInfo) Invoked when a command is executed, providing an opportunity for registered observers to perform synchronous post-execution treatments based on the command's execution information.void
LoggingCommandObserver.onCommand
(ExecutionInfos executionInfo) Invoked when a command is executed, providing an opportunity for registered observers to perform synchronous post-execution treatments based on the command's execution information.