Package org.elasticsearch.common.bytes
-
Interface Summary Interface Description BytesReference A reference to bytes. -
Class Summary Class Description AbstractBytesReference BytesArray CompositeBytesReference A compositeBytesReferencethat 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-memoryStreamOutputwhich first fills the givenbyte[]and then allocates more space from the givenBigArraysif needed.ReleasableBytesReference An extension toBytesReferencethat requires releasing its content.