Class SearchContextIdForNode

java.lang.Object
org.elasticsearch.action.search.SearchContextIdForNode
All Implemented Interfaces:
Writeable

public final class SearchContextIdForNode
extends java.lang.Object
implements Writeable
  • Method Details

    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
      java.io.IOException
    • getNode

      public java.lang.String getNode()
    • getClusterAlias

      @Nullable public java.lang.String getClusterAlias()
    • getSearchContextId

      public ShardSearchContextId getSearchContextId()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object