Package org.elasticsearch.common.bytes
-
Interface Summary Interface Description BytesReference A reference to bytes. -
Class Summary Class Description AbstractBytesReference ByteBufferReference This is aBytesReference
backed by aByteBuffer
.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.ReleasableBytesReference An extension toBytesReference
that requires releasing its content.