Uses of Class
org.elasticsearch.index.seqno.RetentionLeaseBackgroundSyncAction.Request
-
Packages that use RetentionLeaseBackgroundSyncAction.Request Package Description org.elasticsearch.index.seqno -
-
Uses of RetentionLeaseBackgroundSyncAction.Request in org.elasticsearch.index.seqno
Methods in org.elasticsearch.index.seqno with parameters of type RetentionLeaseBackgroundSyncAction.Request Modifier and Type Method Description protected voidRetentionLeaseBackgroundSyncAction. shardOperationOnPrimary(RetentionLeaseBackgroundSyncAction.Request request, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<RetentionLeaseBackgroundSyncAction.Request,ReplicationResponse>> listener)protected TransportReplicationAction.ReplicaResultRetentionLeaseBackgroundSyncAction. shardOperationOnReplica(RetentionLeaseBackgroundSyncAction.Request request, IndexShard replica)Method parameters in org.elasticsearch.index.seqno with type arguments of type RetentionLeaseBackgroundSyncAction.Request Modifier and Type Method Description protected voidRetentionLeaseBackgroundSyncAction. shardOperationOnPrimary(RetentionLeaseBackgroundSyncAction.Request request, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<RetentionLeaseBackgroundSyncAction.Request,ReplicationResponse>> listener)
-