Uses of Class
org.elasticsearch.indices.IndicesService
-
-
Uses of IndicesService in org.elasticsearch.action.admin.cluster.shards
Constructors in org.elasticsearch.action.admin.cluster.shards with parameters of type IndicesService Constructor Description TransportClusterSearchShardsAction(TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.admin.cluster.stats
Constructors in org.elasticsearch.action.admin.cluster.stats with parameters of type IndicesService Constructor Description TransportClusterStatsAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, NodeService nodeService, IndicesService indicesService, ActionFilters actionFilters) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.analyze
Constructors in org.elasticsearch.action.admin.indices.analyze with parameters of type IndicesService Constructor Description TransportAnalyzeAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.cache.clear
Constructors in org.elasticsearch.action.admin.indices.cache.clear with parameters of type IndicesService Constructor Description TransportClearIndicesCacheAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.close
Constructors in org.elasticsearch.action.admin.indices.close with parameters of type IndicesService Constructor Description TransportVerifyShardBeforeCloseAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction stateAction, ActionFilters actionFilters, IndexNameExpressionResolver resolver) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.flush
Constructors in org.elasticsearch.action.admin.indices.flush with parameters of type IndicesService Constructor Description TransportShardFlushAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.forcemerge
Constructors in org.elasticsearch.action.admin.indices.forcemerge with parameters of type IndicesService Constructor Description TransportForceMergeAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.get
Constructors in org.elasticsearch.action.admin.indices.get with parameters of type IndicesService Constructor Description TransportGetIndexAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, SettingsFilter settingsFilter, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService, IndexScopedSettings indexScopedSettings) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.mapping.get
Constructors in org.elasticsearch.action.admin.indices.mapping.get with parameters of type IndicesService Constructor Description TransportGetFieldMappingsIndexAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)TransportGetMappingsAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.recovery
Constructors in org.elasticsearch.action.admin.indices.recovery with parameters of type IndicesService Constructor Description TransportRecoveryAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.refresh
Constructors in org.elasticsearch.action.admin.indices.refresh with parameters of type IndicesService Constructor Description TransportShardRefreshAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.segments
Constructors in org.elasticsearch.action.admin.indices.segments with parameters of type IndicesService Constructor Description TransportIndicesSegmentsAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.stats
Constructors in org.elasticsearch.action.admin.indices.stats with parameters of type IndicesService Constructor Description TransportIndicesStatsAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.upgrade.get
Constructors in org.elasticsearch.action.admin.indices.upgrade.get with parameters of type IndicesService Constructor Description TransportUpgradeStatusAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.admin.indices.upgrade.post
Constructors in org.elasticsearch.action.admin.indices.upgrade.post with parameters of type IndicesService Constructor Description TransportUpgradeAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, NodeClient client) -
Uses of IndicesService in org.elasticsearch.action.bulk
Constructors in org.elasticsearch.action.bulk with parameters of type IndicesService 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 IndicesService in org.elasticsearch.action.fieldcaps
Constructors in org.elasticsearch.action.fieldcaps with parameters of type IndicesService Constructor Description TransportFieldCapabilitiesIndexAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.get
Constructors in org.elasticsearch.action.get with parameters of type IndicesService Constructor Description TransportGetAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)TransportShardMultiGetAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.resync
Constructors in org.elasticsearch.action.resync with parameters of type IndicesService Constructor Description TransportResyncReplicationAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.support.replication
Fields in org.elasticsearch.action.support.replication declared as IndicesService Modifier and Type Field Description protected IndicesServiceTransportReplicationAction. indicesServiceConstructors in org.elasticsearch.action.support.replication with parameters of type IndicesService 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 IndicesService in org.elasticsearch.action.termvectors
Constructors in org.elasticsearch.action.termvectors with parameters of type IndicesService Constructor Description TransportShardMultiTermsVectorAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)TransportTermVectorsAction(ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.action.update
Constructors in org.elasticsearch.action.update with parameters of type IndicesService Constructor Description TransportUpdateAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, UpdateHelper updateHelper, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService, AutoCreateIndex autoCreateIndex, NodeClient client) -
Uses of IndicesService in org.elasticsearch.cluster.metadata
-
Uses of IndicesService in org.elasticsearch.gateway
Constructors in org.elasticsearch.gateway with parameters of type IndicesService Constructor Description TransportNodesListGatewayStartedShards(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, NodeEnvironment env, IndicesService indicesService, NamedXContentRegistry namedXContentRegistry) -
Uses of IndicesService in org.elasticsearch.index.seqno
Constructors in org.elasticsearch.index.seqno with parameters of type IndicesService 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)TransportAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService)TransportAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService)TransportAction(ThreadPool threadPool, ClusterService clusterService, TransportService transportService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService) -
Uses of IndicesService in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type IndicesService Modifier and Type Method Description voidIndexShard. startRecovery(RecoveryState recoveryState, PeerRecoveryTargetService recoveryTargetService, PeerRecoveryTargetService.RecoveryListener recoveryListener, RepositoriesService repositoriesService, BiConsumer<String,MappingMetaData> mappingUpdateConsumer, IndicesService indicesService) -
Uses of IndicesService in org.elasticsearch.indices.cluster
Constructors in org.elasticsearch.indices.cluster with parameters of type IndicesService 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) -
Uses of IndicesService in org.elasticsearch.indices.flush
Constructors in org.elasticsearch.indices.flush with parameters of type IndicesService Constructor Description SyncedFlushService(IndicesService indicesService, ClusterService clusterService, TransportService transportService, IndexNameExpressionResolver indexNameExpressionResolver) -
Uses of IndicesService in org.elasticsearch.indices.recovery
Constructors in org.elasticsearch.indices.recovery with parameters of type IndicesService Constructor Description PeerRecoverySourceService(TransportService transportService, IndicesService indicesService, RecoverySettings recoverySettings) -
Uses of IndicesService in org.elasticsearch.indices.store
Constructors in org.elasticsearch.indices.store with parameters of type IndicesService Constructor Description IndicesStore(Settings settings, IndicesService indicesService, ClusterService clusterService, TransportService transportService, ThreadPool threadPool)TransportNodesListShardStoreMetaData(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, NodeEnvironment nodeEnv, ActionFilters actionFilters, NamedXContentRegistry namedXContentRegistry) -
Uses of IndicesService in org.elasticsearch.node
Methods in org.elasticsearch.node with parameters of type IndicesService Modifier and Type Method Description protected SearchServiceNode. newSearchService(ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ScriptService scriptService, BigArrays bigArrays, FetchPhase fetchPhase, ResponseCollectorService responseCollectorService)Creates a new the SearchService. -
Uses of IndicesService in org.elasticsearch.search
Methods in org.elasticsearch.search that return IndicesService Modifier and Type Method Description IndicesServiceSearchService. getIndicesService()Constructors in org.elasticsearch.search with parameters of type IndicesService Constructor Description SearchService(ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ScriptService scriptService, BigArrays bigArrays, FetchPhase fetchPhase, ResponseCollectorService responseCollectorService) -
Uses of IndicesService in org.elasticsearch.snapshots
Constructors in org.elasticsearch.snapshots with parameters of type IndicesService Constructor Description SnapshotShardsService(Settings settings, ClusterService clusterService, RepositoriesService repositoriesService, ThreadPool threadPool, TransportService transportService, IndicesService indicesService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
-