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