Class GetComponentStateAction.Request
- java.lang.Object
-
- org.elasticsearch.transport.TransportMessage
-
- org.elasticsearch.transport.TransportRequest
-
- org.elasticsearch.action.ActionRequest
-
- org.elasticsearch.action.support.nodes.BaseNodesRequest<GetComponentStateAction.Request>
-
- com.floragunn.searchguard.modules.api.GetComponentStateAction.Request
-
- All Implemented Interfaces:
org.elasticsearch.common.io.stream.Writeable,org.elasticsearch.core.RefCounted,org.elasticsearch.tasks.TaskAwareRequest
- Enclosing class:
- GetComponentStateAction
public static class GetComponentStateAction.Request extends org.elasticsearch.action.support.nodes.BaseNodesRequest<GetComponentStateAction.Request>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisVerbose()voidsetVerbose(boolean verbose)voidwriteTo(org.elasticsearch.common.io.stream.StreamOutput out)-
Methods inherited from class org.elasticsearch.action.support.nodes.BaseNodesRequest
concreteNodes, nodesIds, nodesIds, setConcreteNodes, timeout, timeout, timeout, validate
-
Methods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, setParentTask, toString
-
Methods inherited from class org.elasticsearch.transport.TransportMessage
decRef, incRef, remoteAddress, remoteAddress, tryIncRef
-
-
-
-
Constructor Detail
-
Request
public Request(org.elasticsearch.common.io.stream.StreamInput in) throws IOException- Throws:
IOException
-
Request
public Request(String moduleId)
-
Request
public Request(String moduleId, boolean verbose)
-
-
Method Detail
-
writeTo
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws IOException- Specified by:
writeToin interfaceorg.elasticsearch.common.io.stream.Writeable- Overrides:
writeToin classorg.elasticsearch.action.support.nodes.BaseNodesRequest<GetComponentStateAction.Request>- Throws:
IOException
-
isVerbose
public boolean isVerbose()
-
setVerbose
public void setVerbose(boolean verbose)
-
-