Uses of Class
org.elasticsearch.cluster.action.shard.ShardStateAction
-
-
Uses of ShardStateAction in org.elasticsearch.action.admin.indices.close
Constructors in org.elasticsearch.action.admin.indices.close with parameters of type ShardStateAction Constructor Description TransportVerifyShardBeforeCloseAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction stateAction, ActionFilters actionFilters, IndexNameExpressionResolver resolver) -
Uses of ShardStateAction in org.elasticsearch.action.admin.indices.flush
Constructors in org.elasticsearch.action.admin.indices.flush with parameters of type ShardStateAction Constructor Description TransportShardFlushAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of ShardStateAction in org.elasticsearch.action.admin.indices.refresh
Constructors in org.elasticsearch.action.admin.indices.refresh with parameters of type ShardStateAction Constructor Description TransportShardRefreshAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of ShardStateAction in org.elasticsearch.action.bulk
Constructors in org.elasticsearch.action.bulk with parameters of type ShardStateAction Constructor Description TransportShardBulkAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, MappingUpdatedAction mappingUpdatedAction, UpdateHelper updateHelper, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of ShardStateAction in org.elasticsearch.action.resync
Constructors in org.elasticsearch.action.resync with parameters of type ShardStateAction Constructor Description TransportResyncReplicationAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of ShardStateAction in org.elasticsearch.action.support.replication
Fields in org.elasticsearch.action.support.replication declared as ShardStateAction Modifier and Type Field Description protected ShardStateActionTransportReplicationAction. shardStateActionConstructors in org.elasticsearch.action.support.replication with parameters of type ShardStateAction Constructor Description TransportReplicationAction(Settings settings, String actionName, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, Writeable.Reader<Request> requestReader, Writeable.Reader<ReplicaRequest> replicaRequestReader, String executor)TransportReplicationAction(Settings settings, String actionName, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, Writeable.Reader<Request> requestReader, Writeable.Reader<ReplicaRequest> replicaRequestReader, String executor, boolean syncGlobalCheckpointAfterOperation, boolean forceExecutionOnPrimary)TransportWriteAction(Settings settings, String actionName, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, Writeable.Reader<Request> request, Writeable.Reader<ReplicaRequest> replicaRequest, String executor, boolean forceExecutionOnPrimary) -
Uses of ShardStateAction in org.elasticsearch.index.seqno
Constructors in org.elasticsearch.index.seqno with parameters of type ShardStateAction Constructor Description GlobalCheckpointSyncAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)RetentionLeaseBackgroundSyncAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)RetentionLeaseSyncAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of ShardStateAction in org.elasticsearch.indices.cluster
Constructors in org.elasticsearch.indices.cluster with parameters of type ShardStateAction Constructor Description IndicesClusterStateService(Settings settings, IndicesService indicesService, ClusterService clusterService, ThreadPool threadPool, PeerRecoveryTargetService recoveryTargetService, ShardStateAction shardStateAction, NodeMappingRefreshAction nodeMappingRefreshAction, RepositoriesService repositoriesService, SearchService searchService, SyncedFlushService syncedFlushService, PeerRecoverySourceService peerRecoverySourceService, SnapshotShardsService snapshotShardsService, PrimaryReplicaSyncer primaryReplicaSyncer, GlobalCheckpointSyncAction globalCheckpointSyncAction, RetentionLeaseSyncAction retentionLeaseSyncAction, RetentionLeaseBackgroundSyncAction retentionLeaseBackgroundSyncAction)
-