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