Uses of Class
org.elasticsearch.action.resync.ResyncReplicationRequest
-
Packages that use ResyncReplicationRequest Package Description org.elasticsearch.action.resync org.elasticsearch.index.shard -
-
Uses of ResyncReplicationRequest in org.elasticsearch.action.resync
Methods in org.elasticsearch.action.resync that return ResyncReplicationRequest Modifier and Type Method Description static ResyncReplicationRequestTransportResyncReplicationAction. performOnPrimary(ResyncReplicationRequest request)Methods in org.elasticsearch.action.resync that return types with arguments of type ResyncReplicationRequest Modifier and Type Method Description protected TransportWriteAction.WriteReplicaResult<ResyncReplicationRequest>TransportResyncReplicationAction. shardOperationOnReplica(ResyncReplicationRequest request, IndexShard replica)Method parameters in org.elasticsearch.action.resync with type arguments of type ResyncReplicationRequest Modifier and Type Method Description protected voidTransportResyncReplicationAction. shardOperationOnPrimary(ResyncReplicationRequest request, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<ResyncReplicationRequest,ResyncReplicationResponse>> listener) -
Uses of ResyncReplicationRequest in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type ResyncReplicationRequest Modifier and Type Method Description voidPrimaryReplicaSyncer.SyncAction. sync(ResyncReplicationRequest request, Task parentTask, String primaryAllocationId, long primaryTerm, ActionListener<ResyncReplicationResponse> listener)
-