Package org.elasticsearch.http
Class HttpPipelinedRequest<R>
java.lang.Object
org.elasticsearch.http.HttpPipelinedRequest<R>
- All Implemented Interfaces:
java.lang.Comparable<HttpPipelinedMessage>,HttpPipelinedMessage
public class HttpPipelinedRequest<R> extends java.lang.Object implements HttpPipelinedMessage
-
Method Summary
Modifier and Type Method Description RgetRequest()intgetSequence()Get the sequence number for this message.
-
Method Details
-
getSequence
public int getSequence()Description copied from interface:HttpPipelinedMessageGet the sequence number for this message.- Specified by:
getSequencein interfaceHttpPipelinedMessage- Returns:
- the sequence number
-
getRequest
-