Class Service.ExecuteBatchResponse

Enclosing interface:
Service

public static class Service.ExecuteBatchResponse extends Service.Response
Response object for executing a batch of commands.
  • Field Details

    • connectionId

      public final String connectionId
    • statementId

      public final int statementId
    • updateCounts

      public final long[] updateCounts
    • missingStatement

      public final boolean missingStatement
    • rpcMetadata

      public final Service.RpcMetadataResponse rpcMetadata
  • Constructor Details

    • ExecuteBatchResponse

      public ExecuteBatchResponse(String connectionId, int statementId, long[] updateCounts, boolean missingStatement, Service.RpcMetadataResponse rpcMetadata)
  • Method Details