Streamable, Writeable, ToXContent, ToXContentObjectpublic class UpgradeStatusResponse extends BroadcastResponse
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsTransportResponse.EmptyWriteable.Reader<V>, Writeable.Writer<V>EMPTYEMPTY_PARAMS| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,IndexUpgradeStatus> |
getIndices() |
|
long |
getTotalBytes() |
|
long |
getToUpgradeBytes() |
|
long |
getToUpgradeBytesAncient() |
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
addCustomXContentFields, declareBroadcastFields, getFailedShards, getShardFailures, getStatus, getSuccessfulShards, getTotalShardsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisFragmentremoteAddress, remoteAddresspublic java.util.Map<java.lang.String,IndexUpgradeStatus> getIndices()
public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class BroadcastResponsejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in interface WriteablewriteTo in class BroadcastResponsejava.io.IOExceptionpublic long getTotalBytes()
public long getToUpgradeBytes()
public long getToUpgradeBytesAncient()
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContenttoXContent in class BroadcastResponsejava.io.IOException