Class BatchExchangeStatusResponse

java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.compute.operator.exchange.BatchExchangeStatusResponse
All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted

public final class BatchExchangeStatusResponse extends TransportResponse
Response sent from server to client indicating batch exchange completion status. A null failure means success; a non-null failure means the server encountered an error.
  • Constructor Details

    • BatchExchangeStatusResponse

      public BatchExchangeStatusResponse()
      Create a success response.
    • BatchExchangeStatusResponse

      public BatchExchangeStatusResponse(Exception failure)
      Create a failure response.
    • BatchExchangeStatusResponse

      public BatchExchangeStatusResponse(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details