@Deprecated public class IndicesStatusRequest extends BroadcastOperationRequest<IndicesStatusRequest>
TransportRequest.Empty
IndicesRequest.Replaceable
indices
Constructor and Description |
---|
IndicesStatusRequest()
Deprecated.
|
IndicesStatusRequest(String... indices)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
readFrom(StreamInput in)
Deprecated.
|
boolean |
recovery()
Deprecated.
|
IndicesStatusRequest |
recovery(boolean recovery)
Deprecated.
Should the status include recovery information.
|
boolean |
snapshot()
Deprecated.
|
IndicesStatusRequest |
snapshot(boolean snapshot)
Deprecated.
Should the status include recovery information.
|
void |
writeTo(StreamOutput out)
Deprecated.
|
beforeLocalFork, beforeStart, indices, indices, indicesOptions, indicesOptions, validate
listenerThreaded, listenerThreaded
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, hasInContext, isContextEmpty, putAllInContext, putInContext
public IndicesStatusRequest()
public IndicesStatusRequest(String... indices)
public IndicesStatusRequest recovery(boolean recovery)
public boolean recovery()
public IndicesStatusRequest snapshot(boolean snapshot)
public boolean snapshot()
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class BroadcastOperationRequest<IndicesStatusRequest>
IOException
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class BroadcastOperationRequest<IndicesStatusRequest>
IOException
Copyright © 2009–2015. All rights reserved.