Uses of Class
org.elasticsearch.action.support.replication.TransportReplicationAction.PrimaryResult
-
-
Uses of TransportReplicationAction.PrimaryResult in org.elasticsearch.action.admin.indices.close
Method parameters in org.elasticsearch.action.admin.indices.close with type arguments of type TransportReplicationAction.PrimaryResult Modifier and Type Method Description protected voidTransportVerifyShardBeforeCloseAction. shardOperationOnPrimary(TransportVerifyShardBeforeCloseAction.ShardRequest shardRequest, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<TransportVerifyShardBeforeCloseAction.ShardRequest,ReplicationResponse>> listener) -
Uses of TransportReplicationAction.PrimaryResult in org.elasticsearch.action.admin.indices.flush
Method parameters in org.elasticsearch.action.admin.indices.flush with type arguments of type TransportReplicationAction.PrimaryResult Modifier and Type Method Description protected voidTransportShardFlushAction. shardOperationOnPrimary(ShardFlushRequest shardRequest, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<ShardFlushRequest,ReplicationResponse>> listener) -
Uses of TransportReplicationAction.PrimaryResult in org.elasticsearch.action.admin.indices.refresh
Method parameters in org.elasticsearch.action.admin.indices.refresh with type arguments of type TransportReplicationAction.PrimaryResult Modifier and Type Method Description protected voidTransportShardRefreshAction. shardOperationOnPrimary(BasicReplicationRequest shardRequest, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<BasicReplicationRequest,ReplicationResponse>> listener) -
Uses of TransportReplicationAction.PrimaryResult in org.elasticsearch.action.bulk
Method parameters in org.elasticsearch.action.bulk with type arguments of type TransportReplicationAction.PrimaryResult Modifier and Type Method Description static voidTransportShardBulkAction. performOnPrimary(BulkShardRequest request, IndexShard primary, UpdateHelper updateHelper, LongSupplier nowInMillisSupplier, MappingUpdatePerformer mappingUpdater, Consumer<ActionListener<Void>> waitForMappingUpdate, ActionListener<TransportReplicationAction.PrimaryResult<BulkShardRequest,BulkShardResponse>> listener, ThreadPool threadPool)protected voidTransportShardBulkAction. shardOperationOnPrimary(BulkShardRequest request, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<BulkShardRequest,BulkShardResponse>> listener) -
Uses of TransportReplicationAction.PrimaryResult in org.elasticsearch.action.resync
Method parameters in org.elasticsearch.action.resync with type arguments of type TransportReplicationAction.PrimaryResult Modifier and Type Method Description protected voidTransportResyncReplicationAction. shardOperationOnPrimary(ResyncReplicationRequest request, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<ResyncReplicationRequest,ResyncReplicationResponse>> listener) -
Uses of TransportReplicationAction.PrimaryResult in org.elasticsearch.action.support.replication
Subclasses of TransportReplicationAction.PrimaryResult in org.elasticsearch.action.support.replication Modifier and Type Class Description static classTransportWriteAction.WritePrimaryResult<ReplicaRequest extends ReplicatedWriteRequest<ReplicaRequest>,Response extends ReplicationResponse & WriteResponse>Result of taking the action on the primary.Method parameters in org.elasticsearch.action.support.replication with type arguments of type TransportReplicationAction.PrimaryResult Modifier and Type Method Description protected abstract voidTransportReplicationAction. shardOperationOnPrimary(Request shardRequest, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<ReplicaRequest,Response>> listener)Primary operation on node with primary copy.protected abstract voidTransportWriteAction. shardOperationOnPrimary(Request request, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<ReplicaRequest,Response>> listener)Called on the primary with a reference to the primary IndexShard to modify. -
Uses of TransportReplicationAction.PrimaryResult in org.elasticsearch.index.seqno
Method parameters in org.elasticsearch.index.seqno with type arguments of type TransportReplicationAction.PrimaryResult Modifier and Type Method Description protected voidGlobalCheckpointSyncAction. shardOperationOnPrimary(GlobalCheckpointSyncAction.Request request, IndexShard indexShard, ActionListener<TransportReplicationAction.PrimaryResult<GlobalCheckpointSyncAction.Request,ReplicationResponse>> listener)protected voidRetentionLeaseBackgroundSyncAction. shardOperationOnPrimary(RetentionLeaseBackgroundSyncAction.Request request, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<RetentionLeaseBackgroundSyncAction.Request,ReplicationResponse>> listener)protected voidRetentionLeaseSyncAction. shardOperationOnPrimary(RetentionLeaseSyncAction.Request request, IndexShard primary, ActionListener<TransportReplicationAction.PrimaryResult<RetentionLeaseSyncAction.Request,RetentionLeaseSyncAction.Response>> listener)
-