Class RecoveryRequest

java.lang.Object
org.gridgain.internal.recovery.RecoveryRequest

public class RecoveryRequest extends Object
Recovery request representation.
  • Method Details

    • id

      public UUID id()
      Returns recovery identifier.
    • tables

      public List<TableInfo> 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

      public ExecutorService threadPool()
      Returns working thread pool.
    • handler

      public RecoveryProgressHandler 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

      public static RecoveryRequest.RecoveryRequestBuilder builder()
      Returns builder for RecoveryRequest.