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
ConstructorDescriptionShardSearchContextId(String sessionId, long id)
ShardSearchContextId(String sessionId, long id, String searcherId)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getId()
int
hashCode()
toString()
void
writeTo(StreamOutput out)
Write this into the StreamOutput.
-
Constructor Details
-
ShardSearchContextId
-
ShardSearchContextId
-
ShardSearchContextId
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
getSessionId
-
getId
public long getId() -
getSearcherId
-
equals
-
hashCode
public int hashCode() -
toString
-