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,org.elasticsearch.core.RefCounted,TaskAwareRequest
public final class RecoveryFileChunkRequest
extends RecoveryTransportRequest
implements org.elasticsearch.core.RefCounted
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest
TransportRequest.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Constructor Summary
ConstructorsConstructorDescriptionRecoveryFileChunkRequest(long recoveryId, long requestSeqNo, ShardId shardId, StoreFileMetadata metadata, long position, ReleasableBytesReference content, boolean lastChunk, int totalTranslogOps, long sourceThrottleTimeInNanos) -
Method Summary
Modifier and TypeMethodDescriptioncontent()booleandecRef()voidincRef()booleanReturnstrueif this chunk is the last chunk in the stream.longlength()metadata()name()longposition()longshardId()longtoString()intbooleanvoidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.indices.recovery.RecoveryTransportRequest
requestSeqNoMethods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, setParentTaskMethods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddressMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classRecoveryTransportRequest- Throws:
IOException
-
toString
- Overrides:
toStringin classTransportRequest
-
metadata
-
lastChunk
public boolean lastChunk()Returnstrueif this chunk is the last chunk in the stream. -
incRef
public void incRef()- Specified by:
incRefin interfaceorg.elasticsearch.core.RefCounted- Overrides:
incRefin classTransportMessage
-
tryIncRef
public boolean tryIncRef()- Specified by:
tryIncRefin interfaceorg.elasticsearch.core.RefCounted- Overrides:
tryIncRefin classTransportMessage
-
decRef
public boolean decRef()- Specified by:
decRefin interfaceorg.elasticsearch.core.RefCounted- Overrides:
decRefin classTransportMessage
-