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,TaskAwareRequest
public final class RecoveryFileChunkRequest extends RecoveryTransportRequest
-
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
Constructors Constructor Description RecoveryFileChunkRequest(long recoveryId, long requestSeqNo, ShardId shardId, StoreFileMetadata metadata, long position, BytesReference content, boolean lastChunk, int totalTranslogOps, long sourceThrottleTimeInNanos)RecoveryFileChunkRequest(StreamInput in) -
Method Summary
Modifier and Type Method Description BytesReferencecontent()booleanlastChunk()Returnstrueif this chunk is the last chunk in the stream.longlength()StoreFileMetadatametadata()java.lang.Stringname()longposition()longrecoveryId()ShardIdshardId()longsourceThrottleTimeInNanos()java.lang.StringtoString()inttotalTranslogOps()voidwriteTo(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:
java.io.IOException
-
RecoveryFileChunkRequest
public RecoveryFileChunkRequest(long recoveryId, long requestSeqNo, ShardId shardId, StoreFileMetadata metadata, long position, BytesReference content, boolean lastChunk, int totalTranslogOps, long sourceThrottleTimeInNanos)
-
-
Method Details
-
recoveryId
public long recoveryId() -
shardId
-
name
public java.lang.String 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:
java.io.IOException
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
metadata
-
lastChunk
public boolean lastChunk()Returnstrueif this chunk is the last chunk in the stream.
-