Class ShardSearchContextId

org.elasticsearch.search.internal.ShardSearchContextId
All Implemented Interfaces:
Writeable

public final class ShardSearchContextId extends implements Writeable
  • Constructor Details

    • ShardSearchContextId

      public ShardSearchContextId( sessionId, long id)
    • ShardSearchContextId

      public ShardSearchContextId( sessionId, long id,  searcherId)
    • ShardSearchContextId

      public ShardSearchContextId(StreamInput in) throws
      Throws:
  • Method Details

    • writeTo

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

      public  getSessionId()
    • getId

      public long getId()
    • getSearcherId

      public  getSearcherId()
    • equals

      public boolean equals( o)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class 
    • toString

      public  toString()
      Overrides:
       in class