Class ExecutionInfos

java.lang.Object
com.datastax.astra.internal.command.ExecutionInfos
All Implemented Interfaces:
Serializable

public class ExecutionInfos extends Object implements Serializable
Encapsulates detailed information about the execution of a command, including the original request, the raw response, HTTP response details, and timing information. This class serves as a comprehensive record of a command's execution, facilitating analysis, logging, and monitoring of command operations.
See Also: