protected static class IndicesStore.ShardActiveRequest extends TransportRequest
TransportRequest.Empty
Modifier and Type | Field and Description |
---|---|
protected ClusterName |
clusterName |
protected String |
indexUUID |
protected ShardId |
shardId |
protected TimeValue |
timeout |
headers
Modifier and Type | Method and Description |
---|---|
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
putHeader, remoteAddress, remoteAddress
contextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContext
protected TimeValue timeout
protected ClusterName clusterName
protected String indexUUID
protected ShardId shardId
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class TransportMessage<TransportRequest>
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class TransportMessage<TransportRequest>
IOException
Copyright © 2009–2015. All rights reserved.