public abstract class ClusterInfoRequest<T extends ClusterInfoRequest<T>> extends MasterNodeReadRequest<T> implements IndicesRequest.Replaceable
TransportRequest.Empty
IndicesRequest.Replaceable
local
DEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeout
headers
Constructor and Description |
---|
ClusterInfoRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
indices()
Returns the array of indices that the action relates to
|
T |
indices(String... indices) |
IndicesOptions |
indicesOptions()
Returns the indices options used to resolve indices.
|
T |
indicesOptions(IndicesOptions indicesOptions) |
void |
readFrom(StreamInput in) |
String[] |
types() |
T |
types(String... types) |
void |
writeTo(StreamOutput out) |
local, local
masterNodeTimeout, masterNodeTimeout, masterNodeTimeout
createTask, createTask, setParentTask
validate
getDescription
remoteAddress, remoteAddress
contextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContext
public T indices(String... indices)
indices
in interface IndicesRequest.Replaceable
public T indicesOptions(IndicesOptions indicesOptions)
public String[] indices()
IndicesRequest
indices
in interface IndicesRequest
public String[] types()
public IndicesOptions indicesOptions()
IndicesRequest
indicesOptions
in interface IndicesRequest
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class MasterNodeReadRequest<T extends ClusterInfoRequest<T>>
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class MasterNodeReadRequest<T extends ClusterInfoRequest<T>>
IOException
Copyright © 2009–2016. All rights reserved.