Module org.elasticsearch.server
Package org.elasticsearch.action.get
Class TransportShardMultiGetFomTranslogAction.Response
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.get.TransportShardMultiGetFomTranslogAction.Response
- All Implemented Interfaces:
Writeable
,RefCounted
- Enclosing class:
- TransportShardMultiGetFomTranslogAction
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.action.ActionResponse
ActionResponse.Empty
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
ConstructorsConstructorDescriptionResponse
(MultiGetShardResponse response, long segmentGeneration) Response
(StreamInput in) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
long
toString()
void
writeTo
(StreamOutput out) Write this into the StreamOutput.Methods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRef
-
Constructor Details
-
Response
-
Response
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Throws:
IOException
-
segmentGeneration
public long segmentGeneration() -
multiGetShardResponse
-
toString
-
equals
-
hashCode
public int hashCode()
-