| 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 uses BigArrays 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 |
Copyright © 2009–2017. All rights reserved.