Package | Description |
---|---|
org.xbib.elasticsearch.common.bytes | |
org.xbib.elasticsearch.common.io.stream |
Modifier and Type | Interface and Description |
---|---|
interface |
ReleasableBytesReference |
Modifier and Type | Class and Description |
---|---|
class |
BytesArray
BytesArray for un-relocated netty.
|
class |
PagedBytesReference
A page based bytes reference, internally holding the bytes in a paged
data structure.
|
class |
ReleasablePagedBytesReference
An extension to
PagedBytesReference that requires releasing its content. |
Modifier and Type | Method and Description |
---|---|
BytesReference |
PagedBytesReference.slice(int from,
int length) |
BytesReference |
BytesReference.slice(int from,
int length)
Slice the bytes from the from index up to length.
|
BytesReference |
BytesArray.slice(int from,
int length) |
Modifier and Type | Method and Description |
---|---|
static boolean |
BytesReference.Helper.bytesEqual(BytesReference a,
BytesReference b) |
static int |
BytesReference.Helper.bytesHashCode(BytesReference a) |
Modifier and Type | Method and Description |
---|---|
BytesReference |
BytesStreamOutput.ourBytes() |
Copyright © 2012–2014. All rights reserved.