Package org.elasticsearch.common.bytes
-
Class Summary Class Description ByteBufferReference This is aBytesReferencebacked by aByteBuffer.BytesArray BytesReference A reference to bytes.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.ReleasablePagedBytesReference An extension toPagedBytesReferencethat requires releasing its content.