Class BytesTransportRequest

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

public class BytesTransportRequest extends TransportRequest implements org.elasticsearch.core.RefCounted
A specialized, bytes only request, that can potentially be optimized on the network layer, specifically for the same large buffer send to several nodes.