public static class ReplicationTask.Status extends Object implements Task.Status
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| 修飾子とタイプ | フィールドと説明 |
|---|---|
static ReplicationTask.Status |
PROTOTYPE |
EMPTY_PARAMS| コンストラクタと説明 |
|---|
Status(StreamInput in) |
Status(String phase) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getWriteableName()
Returns the name of the writeable object
|
ReplicationTask.Status |
readFrom(StreamInput in)
Reads a copy of an object with the same type form the stream input
The caller object remains unchanged.
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Writes the current object into the output stream out
|
public static final ReplicationTask.Status PROTOTYPE
public Status(String phase)
public Status(StreamInput in) throws IOException
IOExceptionpublic String getWriteableName()
NamedWriteablegetWriteableName インタフェース内 NamedWriteable<Task.Status>public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionpublic void writeTo(StreamOutput out) throws IOException
WriteablewriteTo インタフェース内 Writeable<Task.Status>IOExceptionpublic ReplicationTask.Status readFrom(StreamInput in) throws IOException
StreamableReaderreadFrom インタフェース内 StreamableReader<Task.Status>IOExceptionCopyright © 2009–2016. All rights reserved.