Uses of Class
com.datastax.astra.internal.command.ExecutionInfos
Packages that use 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
Method parameters in com.datastax.astra.client.exception with type arguments of type ExecutionInfosModifier 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.Constructor parameters in com.datastax.astra.client.exception with type arguments of type ExecutionInfosModifierConstructorDescriptionDataApiResponseException
(List<ExecutionInfos> cmdList) Constructor with list of constructors. -
Uses of ExecutionInfos in com.datastax.astra.internal.command
Methods in com.datastax.astra.internal.command that return ExecutionInfosModifier and TypeMethodDescriptionExecutionInfos.DataApiExecutionInfoBuilder.build()
Invoke constructor with the builder.Methods in com.datastax.astra.internal.command with parameters of type ExecutionInfosModifier 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.