Interface RetentionLeaseSyncer.BackgroundSyncAction

Enclosing class:
RetentionLeaseSyncer

public static interface RetentionLeaseSyncer.BackgroundSyncAction
Represents an action that is invoked periodically to sync retention leases to replica shards after some retention lease has been renewed or expired.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    backgroundSync​(ShardId shardId, String primaryAllocationId, long primaryTerm, RetentionLeases retentionLeases)
     
  • Method Details

    • backgroundSync

      void backgroundSync(ShardId shardId, String primaryAllocationId, long primaryTerm, RetentionLeases retentionLeases)