Package org.elasticsearch.common.bytes
-
Interface Summary Interface Description BytesReference A reference to bytes. -
Class Summary Class Description AbstractBytesReference BytesArray CompositeBytesReference A compositeBytesReference
that allows joining multiple bytes references into one without copying.PagedBytesReference A page based bytes reference, internally holding the bytes in a paged data structure.RecyclingBytesStreamOutput An in-memoryStreamOutput
which first fills the givenbyte[]
and then allocates more space from the givenBigArrays
if needed.ReleasableBytesReference An extension toBytesReference
that requires releasing its content.