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