Class BatchExchangeStatusRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, TransportRequest

public final class BatchExchangeStatusRequest extends AbstractTransportRequest
Request sent from client to server to track batch exchange status. Client sends this before page streaming starts, and server replies after streaming ends. Though the order on the receiving end is not guaranteed as streaming and BatchExchangeStatusRequest use different connections.