| パッケージ | 説明 |
|---|---|
| org.elasticsearch.common.io | |
| org.elasticsearch.common.io.stream | |
| org.elasticsearch.common.xcontent |
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
ReleasableBytesStream
A bytes stream that requires its bytes to be released once no longer used.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
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. |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
XContentBuilder |
Copyright © 2009–2016. All rights reserved.