Interface RecoveryPlannerService
- All Known Implementing Classes:
PeerOnlyRecoveryPlannerService
,SnapshotsRecoveryPlannerService
public interface RecoveryPlannerService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
computeRecoveryPlan
(ShardId shardId, String shardStateIdentifier, Store.MetadataSnapshot sourceMetadata, Store.MetadataSnapshot targetMetadata, long startingSeqNo, int translogOps, Version targetVersion, boolean useSnapshots, ActionListener<ShardRecoveryPlan> listener)
-
Method Details
-
computeRecoveryPlan
void computeRecoveryPlan(ShardId shardId, String shardStateIdentifier, Store.MetadataSnapshot sourceMetadata, Store.MetadataSnapshot targetMetadata, long startingSeqNo, int translogOps, Version targetVersion, boolean useSnapshots, ActionListener<ShardRecoveryPlan> listener)
-