Class RecoveryFileChunkRequest
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.indices.recovery.RecoveryTransportRequest
org.elasticsearch.indices.recovery.RecoveryFileChunkRequest
- All Implemented Interfaces:
Writeable
,RefCounted
,TaskAwareRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest
TransportRequest.Empty
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
ConstructorDescriptionRecoveryFileChunkRequest
(long recoveryId, long requestSeqNo, ShardId shardId, StoreFileMetadata metadata, long position, ReleasableBytesReference content, boolean lastChunk, int totalTranslogOps, long sourceThrottleTimeInNanos) -
Method Summary
Modifier and TypeMethodDescriptioncontent()
boolean
decRef()
boolean
void
incRef()
boolean
Returnstrue
if this chunk is the last chunk in the stream.long
length()
metadata()
name()
long
position()
long
shardId()
long
toString()
int
boolean
void
writeTo
(StreamOutput out) Write this into the StreamOutput.Methods inherited from class org.elasticsearch.indices.recovery.RecoveryTransportRequest
requestSeqNo
Methods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, setParentTask
Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
Constructor Details
-
RecoveryFileChunkRequest
- Throws:
IOException
-
RecoveryFileChunkRequest
public RecoveryFileChunkRequest(long recoveryId, long requestSeqNo, ShardId shardId, StoreFileMetadata metadata, long position, ReleasableBytesReference content, boolean lastChunk, int totalTranslogOps, long sourceThrottleTimeInNanos)
-
-
Method Details
-
recoveryId
public long recoveryId() -
shardId
-
name
-
position
public long position() -
length
public long length() -
content
-
totalTranslogOps
public int totalTranslogOps() -
sourceThrottleTimeInNanos
public long sourceThrottleTimeInNanos() -
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Overrides:
writeTo
in classRecoveryTransportRequest
- Throws:
IOException
-
toString
- Overrides:
toString
in classTransportRequest
-
metadata
-
lastChunk
public boolean lastChunk()Returnstrue
if this chunk is the last chunk in the stream. -
incRef
public void incRef()- Specified by:
incRef
in interfaceRefCounted
- Overrides:
incRef
in classTransportMessage
-
tryIncRef
public boolean tryIncRef()- Specified by:
tryIncRef
in interfaceRefCounted
- Overrides:
tryIncRef
in classTransportMessage
-
decRef
public boolean decRef()- Specified by:
decRef
in interfaceRefCounted
- Overrides:
decRef
in classTransportMessage
-
hasReferences
public boolean hasReferences()- Specified by:
hasReferences
in interfaceRefCounted
- Overrides:
hasReferences
in classTransportMessage
-