Class MLSyncUpNodesRequest

java.lang.Object
org.opensearch.core.transport.TransportMessage
org.opensearch.transport.TransportRequest
org.opensearch.action.ActionRequest
org.opensearch.action.support.nodes.BaseNodesRequest<MLSyncUpNodesRequest>
org.opensearch.ml.common.transport.sync.MLSyncUpNodesRequest
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable, org.opensearch.tasks.TaskAwareRequest

public class MLSyncUpNodesRequest extends org.opensearch.action.support.nodes.BaseNodesRequest<MLSyncUpNodesRequest>
  • Nested Class Summary

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

    org.opensearch.transport.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
    MLSyncUpNodesRequest(String[] nodeIds, MLSyncUpInput syncUpInput)
     
    MLSyncUpNodesRequest(org.opensearch.cluster.node.DiscoveryNode... nodes)
     
    MLSyncUpNodesRequest(org.opensearch.cluster.node.DiscoveryNode[] nodeIds, MLSyncUpInput syncUpInput)
     
    MLSyncUpNodesRequest(org.opensearch.core.common.io.stream.StreamInput in)
     
  • Method Summary

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

    Methods inherited from class org.opensearch.action.support.nodes.BaseNodesRequest

    concreteNodes, nodesIds, nodesIds, setConcreteNodes, timeout, timeout, timeout, validate

    Methods inherited from class org.opensearch.action.ActionRequest

    getShouldStoreResult

    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

    • MLSyncUpNodesRequest

      public MLSyncUpNodesRequest(org.opensearch.core.common.io.stream.StreamInput in) throws IOException
      Throws:
      IOException
    • MLSyncUpNodesRequest

      public MLSyncUpNodesRequest(String[] nodeIds, MLSyncUpInput syncUpInput)
    • MLSyncUpNodesRequest

      public MLSyncUpNodesRequest(org.opensearch.cluster.node.DiscoveryNode[] nodeIds, MLSyncUpInput syncUpInput)
    • MLSyncUpNodesRequest

      public MLSyncUpNodesRequest(org.opensearch.cluster.node.DiscoveryNode... nodes)
  • 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 org.opensearch.action.support.nodes.BaseNodesRequest<MLSyncUpNodesRequest>
      Throws:
      IOException
    • getSyncUpInput

      public MLSyncUpInput getSyncUpInput()