Module org.elasticsearch.server
Class InternalOrder.Streams
java.lang.Object
org.elasticsearch.search.aggregations.InternalOrder.Streams
- Enclosing class:
- InternalOrder
Contains logic for reading/writing
BucketOrder from/to streams.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BucketOrderONLY FOR HISTOGRAM ORDER: Backwards compatibility logic to read aBucketOrderfrom aStreamInput.static BucketOrderreadOrder(StreamInput in) Read aBucketOrderfrom aStreamInput.static voidwriteHistogramOrder(BucketOrder order, StreamOutput out) ONLY FOR HISTOGRAM ORDER: Backwards compatibility logic to write aBucketOrderto a stream.static voidwriteOrder(BucketOrder order, StreamOutput out) Write aBucketOrderto aStreamOutput.
-
Constructor Details
-
Streams
public Streams()
-
-
Method Details
-
readOrder
Read aBucketOrderfrom aStreamInput.- Parameters:
in- stream with order data to read.- Returns:
- order read from the stream
- Throws:
IOException- on error reading from the stream.
-
readHistogramOrder
ONLY FOR HISTOGRAM ORDER: Backwards compatibility logic to read aBucketOrderfrom aStreamInput.- Parameters:
in- stream with order data to read.- Returns:
- order read from the stream
- Throws:
IOException- on error reading from the stream.
-
writeOrder
Write aBucketOrderto aStreamOutput.- Parameters:
order- order to write to the stream.out- stream to write the order to.- Throws:
IOException- on error writing to the stream.
-
writeHistogramOrder
ONLY FOR HISTOGRAM ORDER: Backwards compatibility logic to write aBucketOrderto a stream.- Parameters:
order- order to write to the stream.out- stream to write the order to.- Throws:
IOException- on error writing to the stream.
-