public class GetSettingsRequest extends MasterNodeReadOperationRequest<GetSettingsRequest > implements IndicesRequest .Replaceable
TransportRequest.Empty IndicesRequest.Replaceable localDEFAULT_MASTER_NODE_TIMEOUT, masterNodeTimeoutheaders| Constructor and Description |
|---|
GetSettingsRequest()
|
| Modifier and Type | Method and Description |
|---|---|
String |
indices()
Returns the array of indices that the action relates to
|
GetSettingsRequest |
indices(String
|
IndicesOptions |
indicesOptions()
Returns the indices options used to resolve indices.
|
GetSettingsRequest |
indicesOptions(IndicesOptions
|
String |
names()
|
GetSettingsRequest |
names(String
|
void |
readFrom(StreamInput
|
ActionRequestValidationException |
validate()
|
void |
writeTo(StreamOutput
|
local, local, readLocal, readLocal, writeLocal, writeLocalmasterNodeTimeout, masterNodeTimeout, masterNodeTimeoutlistenerThreaded, listenerThreadedputHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextpublic GetSettingsRequestindices(String ... indices)
public GetSettingsRequestindicesOptions(IndicesOptions indicesOptions)
public String[] indices()
IndicesRequest
public IndicesOptionsindicesOptions()
IndicesRequest
public String[] names()
public GetSettingsRequestnames(String ... names)
public ActionRequestValidationExceptionvalidate()
public void readFrom(StreamInputin) throws IOException
readFrom in interface
Streamable
readFrom in class
MasterNodeOperationRequest<GetSettingsRequest>
IOException
public void writeTo(StreamOutputout) throws IOException
writeTo in interface
Streamable
writeTo in class
MasterNodeOperationRequest<GetSettingsRequest>
IOException