public class ShardUpgradeStatus extends BroadcastShardResponse
TransportResponse.Emptyheaders| Modifier and Type | Method and Description |
|---|---|
ShardRouting |
getShardRouting() |
long |
getTotalBytes() |
long |
getToUpgradeBytes() |
long |
getToUpgradeBytesAncient() |
void |
readFrom(StreamInput in) |
static ShardUpgradeStatus |
readShardUpgradeStatus(StreamInput in) |
void |
writeTo(StreamOutput out) |
getIndex, getShardIdremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic ShardRouting getShardRouting()
public long getTotalBytes()
public long getToUpgradeBytes()
public long getToUpgradeBytesAncient()
public static ShardUpgradeStatus readShardUpgradeStatus(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class BroadcastShardResponseIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class BroadcastShardResponseIOExceptionCopyright © 2009–2017. All rights reserved.