Package org.elasticsearch.index.shard
Interface PrimaryReplicaSyncer.SyncAction
- All Known Implementing Classes:
TransportResyncReplicationAction
- Enclosing class:
- PrimaryReplicaSyncer
public static interface PrimaryReplicaSyncer.SyncAction
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sync
(ResyncReplicationRequest request, Task parentTask, String primaryAllocationId, long primaryTerm, ActionListener<ResyncReplicationResponse> listener)
-
Method Details
-
sync
void sync(ResyncReplicationRequest request, Task parentTask, String primaryAllocationId, long primaryTerm, ActionListener<ResyncReplicationResponse> listener)
-