Class ShardSearchContextId
java.lang.Object
org.elasticsearch.search.internal.ShardSearchContextId
- All Implemented Interfaces:
 Writeable
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> - 
Constructor Summary
ConstructorsConstructorDescriptionShardSearchContextId(String sessionId, long id)ShardSearchContextId(String sessionId, long id, String searcherId) - 
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetId()inthashCode()toString()voidwriteTo(StreamOutput out)Write this into the StreamOutput. 
- 
Constructor Details
- 
ShardSearchContextId
 - 
ShardSearchContextId
 - 
ShardSearchContextId
- Throws:
 IOException
 
 - 
 - 
Method Details
- 
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
 writeToin interfaceWriteable- Throws:
 IOException
 - 
getSessionId
 - 
getId
public long getId() - 
getSearcherId
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -