Class GetComponentStateAction.Request

  • All Implemented Interfaces:
    org.elasticsearch.common.io.stream.Writeable, org.elasticsearch.common.util.concurrent.RefCounted, org.elasticsearch.tasks.TaskAwareRequest
    Enclosing class:
    GetComponentStateAction

    public static class GetComponentStateAction.Request
    extends org.elasticsearch.action.support.nodes.BaseNodesRequest<GetComponentStateAction.Request>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest

        org.elasticsearch.transport.TransportRequest.Empty
      • Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

        org.elasticsearch.common.io.stream.Writeable.Reader<V extends Object>, org.elasticsearch.common.io.stream.Writeable.Writer<V extends Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      Request​(String moduleId)  
      Request​(String moduleId, boolean verbose)  
      Request​(org.elasticsearch.common.io.stream.StreamInput in)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isVerbose()  
      void setVerbose​(boolean verbose)  
      void writeTo​(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.action.ActionRequest

        getShouldStoreResult
      • Methods inherited from class org.elasticsearch.transport.TransportRequest

        getParentTask, setParentTask, toString
      • Methods inherited from class org.elasticsearch.transport.TransportMessage

        decRef, incRef, remoteAddress, remoteAddress, tryIncRef
      • Methods inherited from interface org.elasticsearch.tasks.TaskAwareRequest

        createTask, getDescription, setParentTask
    • 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:
        writeTo in interface org.elasticsearch.common.io.stream.Writeable
        Overrides:
        writeTo in class org.elasticsearch.action.support.nodes.BaseNodesRequest<GetComponentStateAction.Request>
        Throws:
        IOException
      • isVerbose

        public boolean isVerbose()
      • setVerbose

        public void setVerbose​(boolean verbose)