Package | Description |
---|---|
org.elasticsearch.common.io | |
org.elasticsearch.common.io.stream | |
org.elasticsearch.common.xcontent |
Modifier and Type | Interface and Description |
---|---|
interface |
ReleasableBytesStream
A bytes stream that requires its bytes to be released once no longer used.
|
Modifier and Type | Class and Description |
---|---|
class |
BytesStreamOutput
A @link
StreamOutput that usesBigArrays to acquire pages of
bytes, which avoids frequent reallocation & copying of the internal data. |
class |
ReleasableBytesStreamOutput
An bytes stream output that allows providing a
BigArrays instance
expecting it to require releasing its content (ReleasableBytesStreamOutput.bytes() ) once done. |
Modifier and Type | Class and Description |
---|---|
class |
XContentBuilder |
Modifier and Type | Method and Description |
---|---|
BytesStream |
XContentBuilder.bytesStream()
Returns the actual stream used.
|
Copyright © 2009–2015. All rights reserved.