Class TransportTopQueriesAction.NodeRequest

java.lang.Object
org.opensearch.core.transport.TransportMessage
org.opensearch.transport.TransportRequest
org.opensearch.action.support.nodes.BaseNodeRequest
org.opensearch.plugin.insights.rules.transport.top_queries.TransportTopQueriesAction.NodeRequest
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable, TaskAwareRequest
Enclosing class:
TransportTopQueriesAction

public static class TransportTopQueriesAction.NodeRequest extends BaseNodeRequest
Inner Node Top Queries Request
Opensearch.internal:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.opensearch.transport.TransportRequest

    TransportRequest.Empty

    Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable

    org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V>
  • Constructor Summary

    Constructors
    Constructor
    Description
    NodeRequest(org.opensearch.core.common.io.stream.StreamInput in)
    Create the NodeResponse object from StreamInput
    Create the NodeResponse object from a TopQueriesRequest
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeTo(org.opensearch.core.common.io.stream.StreamOutput out)
     

    Methods inherited from class org.opensearch.transport.TransportRequest

    getParentTask, setParentTask

    Methods inherited from class org.opensearch.core.transport.TransportMessage

    remoteAddress, remoteAddress

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.opensearch.tasks.TaskAwareRequest

    createTask, getDescription, setParentTask
  • Constructor Details

    • NodeRequest

      public NodeRequest(org.opensearch.core.common.io.stream.StreamInput in) throws IOException
      Create the NodeResponse object from StreamInput
      Parameters:
      in - the StreamInput to read the object
      Throws:
      IOException - IOException
    • NodeRequest

      public NodeRequest(TopQueriesRequest request)
      Create the NodeResponse object from a TopQueriesRequest
      Parameters:
      request - the TopQueriesRequest object
  • Method Details

    • writeTo

      public void writeTo(org.opensearch.core.common.io.stream.StreamOutput out) throws IOException
      Specified by:
      writeTo in interface org.opensearch.core.common.io.stream.Writeable
      Overrides:
      writeTo in class BaseNodeRequest
      Throws:
      IOException