Package org.gridgain.internal.recovery
Class RecoveryRequest
java.lang.Object
org.gridgain.internal.recovery.RecoveryRequest
Recovery request representation.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns builder forRecoveryRequest.handler()Returns progress handler.id()Returns recovery identifier.booleanIf this recovery of the partition is last in chain (i.e.intReturns recovery entry batch size.tables()Returns information about the tables that need to be recovered.Returns working thread pool.org.apache.ignite.internal.hlc.HybridTimestampReturns timestamp to recovery.
-
Method Details
-
id
Returns recovery identifier. -
tables
Returns information about the tables that need to be recovered. -
timestampToRecovery
public org.apache.ignite.internal.hlc.HybridTimestamp timestampToRecovery()Returns timestamp to recovery. -
recoveryBatchSize
public int recoveryBatchSize()Returns recovery entry batch size. -
threadPool
Returns working thread pool. -
handler
Returns progress handler. -
lastInChain
public boolean lastInChain()If this recovery of the partition is last in chain (i.e. for incremental snapshots, when partitions are restored in multiple stages). -
builder
Returns builder forRecoveryRequest.
-