Uses of Class
org.elasticsearch.transport.TransportService

Packages that use TransportService
org.elasticsearch.action   
org.elasticsearch.action.admin.cluster.health   
org.elasticsearch.action.admin.cluster.node.hotthreads   
org.elasticsearch.action.admin.cluster.node.info   
org.elasticsearch.action.admin.cluster.node.restart   
org.elasticsearch.action.admin.cluster.node.shutdown   
org.elasticsearch.action.admin.cluster.node.stats   
org.elasticsearch.action.admin.cluster.reroute   
org.elasticsearch.action.admin.cluster.settings   
org.elasticsearch.action.admin.cluster.state   
org.elasticsearch.action.admin.indices.alias   
org.elasticsearch.action.admin.indices.analyze   
org.elasticsearch.action.admin.indices.cache.clear   
org.elasticsearch.action.admin.indices.close   
org.elasticsearch.action.admin.indices.create Create index action. 
org.elasticsearch.action.admin.indices.delete Delete index action. 
org.elasticsearch.action.admin.indices.exists   
org.elasticsearch.action.admin.indices.flush Flush index/indices action. 
org.elasticsearch.action.admin.indices.gateway.snapshot GAteway Snapshot Action. 
org.elasticsearch.action.admin.indices.mapping.delete   
org.elasticsearch.action.admin.indices.mapping.put Put Mapping Action. 
org.elasticsearch.action.admin.indices.open   
org.elasticsearch.action.admin.indices.optimize Optimize index/indices action. 
org.elasticsearch.action.admin.indices.refresh Refresh index/indices action. 
org.elasticsearch.action.admin.indices.segments   
org.elasticsearch.action.admin.indices.settings   
org.elasticsearch.action.admin.indices.stats   
org.elasticsearch.action.admin.indices.status   
org.elasticsearch.action.admin.indices.template.delete   
org.elasticsearch.action.admin.indices.template.put   
org.elasticsearch.action.admin.indices.validate.query Validate action. 
org.elasticsearch.action.admin.indices.warmer.delete   
org.elasticsearch.action.admin.indices.warmer.put   
org.elasticsearch.action.bulk   
org.elasticsearch.action.count Count action. 
org.elasticsearch.action.delete Delete action. 
org.elasticsearch.action.delete.index   
org.elasticsearch.action.deletebyquery Delete by query action. 
org.elasticsearch.action.explain Explain action. 
org.elasticsearch.action.get Get action. 
org.elasticsearch.action.index Index action. 
org.elasticsearch.action.mlt More Like This action. 
org.elasticsearch.action.percolate   
org.elasticsearch.action.search Search action. 
org.elasticsearch.action.support.broadcast   
org.elasticsearch.action.support.master   
org.elasticsearch.action.support.nodes   
org.elasticsearch.action.support.replication   
org.elasticsearch.action.support.single.custom   
org.elasticsearch.action.support.single.instance   
org.elasticsearch.action.support.single.shard   
org.elasticsearch.action.update   
org.elasticsearch.client.transport   
org.elasticsearch.client.transport.support   
org.elasticsearch.cluster.action.index   
org.elasticsearch.cluster.action.shard   
org.elasticsearch.cluster.service   
org.elasticsearch.discovery.local   
org.elasticsearch.discovery.zen   
org.elasticsearch.discovery.zen.fd   
org.elasticsearch.discovery.zen.membership   
org.elasticsearch.discovery.zen.ping   
org.elasticsearch.discovery.zen.ping.multicast   
org.elasticsearch.discovery.zen.ping.unicast   
org.elasticsearch.discovery.zen.publish   
org.elasticsearch.gateway.local.state.meta   
org.elasticsearch.gateway.local.state.shards   
org.elasticsearch.indices.recovery   
org.elasticsearch.indices.store   
org.elasticsearch.jmx.action   
org.elasticsearch.node.service   
org.elasticsearch.river.cluster   
org.elasticsearch.search.action   
org.elasticsearch.transport   
 

Uses of TransportService in org.elasticsearch.action
 

Fields in org.elasticsearch.action declared as TransportService
protected  TransportService TransportActionNodeProxy.transportService
           
 

Constructors in org.elasticsearch.action with parameters of type TransportService
TransportActionNodeProxy(Settings settings, GenericAction<Request,Response> action, TransportService transportService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.cluster.health
 

Constructors in org.elasticsearch.action.admin.cluster.health with parameters of type TransportService
TransportClusterHealthAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ClusterName clusterName)
           
 

Uses of TransportService in org.elasticsearch.action.admin.cluster.node.hotthreads
 

Constructors in org.elasticsearch.action.admin.cluster.node.hotthreads with parameters of type TransportService
TransportNodesHotThreadsAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.cluster.node.info
 

Constructors in org.elasticsearch.action.admin.cluster.node.info with parameters of type TransportService
TransportNodesInfoAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, NodeService nodeService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.cluster.node.restart
 

Constructors in org.elasticsearch.action.admin.cluster.node.restart with parameters of type TransportService
TransportNodesRestartAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, Node node)
           
 

Uses of TransportService in org.elasticsearch.action.admin.cluster.node.shutdown
 

Constructors in org.elasticsearch.action.admin.cluster.node.shutdown with parameters of type TransportService
TransportNodesShutdownAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, Node node, ClusterName clusterName)
           
 

Uses of TransportService in org.elasticsearch.action.admin.cluster.node.stats
 

Constructors in org.elasticsearch.action.admin.cluster.node.stats with parameters of type TransportService
TransportNodesStatsAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, NodeService nodeService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.cluster.reroute
 

Constructors in org.elasticsearch.action.admin.cluster.reroute with parameters of type TransportService
TransportClusterRerouteAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, AllocationService allocationService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.cluster.settings
 

Constructors in org.elasticsearch.action.admin.cluster.settings with parameters of type TransportService
TransportClusterUpdateSettingsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, AllocationService allocationService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.cluster.state
 

Constructors in org.elasticsearch.action.admin.cluster.state with parameters of type TransportService
TransportClusterStateAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ClusterName clusterName)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.alias
 

Constructors in org.elasticsearch.action.admin.indices.alias with parameters of type TransportService
TransportIndicesAliasesAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexAliasesService indexAliasesService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.analyze
 

Constructors in org.elasticsearch.action.admin.indices.analyze with parameters of type TransportService
TransportAnalyzeAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, IndicesAnalysisService indicesAnalysisService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.cache.clear
 

Constructors in org.elasticsearch.action.admin.indices.cache.clear with parameters of type TransportService
TransportClearIndicesCacheAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.close
 

Constructors in org.elasticsearch.action.admin.indices.close with parameters of type TransportService
TransportCloseIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataStateIndexService stateIndexService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.create
 

Constructors in org.elasticsearch.action.admin.indices.create with parameters of type TransportService
TransportCreateIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataCreateIndexService createIndexService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.delete
 

Constructors in org.elasticsearch.action.admin.indices.delete with parameters of type TransportService
TransportDeleteIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataDeleteIndexService deleteIndexService, TransportDeleteMappingAction deleteMappingAction)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.exists
 

Constructors in org.elasticsearch.action.admin.indices.exists with parameters of type TransportService
TransportIndicesExistsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.flush
 

Constructors in org.elasticsearch.action.admin.indices.flush with parameters of type TransportService
TransportFlushAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.gateway.snapshot
 

Constructors in org.elasticsearch.action.admin.indices.gateway.snapshot with parameters of type TransportService
TransportGatewaySnapshotAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.mapping.delete
 

Constructors in org.elasticsearch.action.admin.indices.mapping.delete with parameters of type TransportService
TransportDeleteMappingAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataMappingService metaDataMappingService, TransportDeleteByQueryAction deleteByQueryAction, TransportRefreshAction refreshAction, TransportFlushAction flushAction)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.mapping.put
 

Constructors in org.elasticsearch.action.admin.indices.mapping.put with parameters of type TransportService
TransportPutMappingAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataMappingService metaDataMappingService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.open
 

Constructors in org.elasticsearch.action.admin.indices.open with parameters of type TransportService
TransportOpenIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataStateIndexService stateIndexService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.optimize
 

Constructors in org.elasticsearch.action.admin.indices.optimize with parameters of type TransportService
TransportOptimizeAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.refresh
 

Constructors in org.elasticsearch.action.admin.indices.refresh with parameters of type TransportService
TransportRefreshAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.segments
 

Constructors in org.elasticsearch.action.admin.indices.segments with parameters of type TransportService
TransportIndicesSegmentsAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.settings
 

Constructors in org.elasticsearch.action.admin.indices.settings with parameters of type TransportService
TransportUpdateSettingsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataUpdateSettingsService updateSettingsService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.stats
 

Constructors in org.elasticsearch.action.admin.indices.stats with parameters of type TransportService
TransportIndicesStatsAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.status
 

Constructors in org.elasticsearch.action.admin.indices.status with parameters of type TransportService
TransportIndicesStatusAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, RecoveryTarget peerRecoveryTarget)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.template.delete
 

Constructors in org.elasticsearch.action.admin.indices.template.delete with parameters of type TransportService
TransportDeleteIndexTemplateAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexTemplateService indexTemplateService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.template.put
 

Constructors in org.elasticsearch.action.admin.indices.template.put with parameters of type TransportService
TransportPutIndexTemplateAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataIndexTemplateService indexTemplateService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.validate.query
 

Constructors in org.elasticsearch.action.admin.indices.validate.query with parameters of type TransportService
TransportValidateQueryAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ScriptService scriptService)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.warmer.delete
 

Constructors in org.elasticsearch.action.admin.indices.warmer.delete with parameters of type TransportService
TransportDeleteWarmerAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool)
           
 

Uses of TransportService in org.elasticsearch.action.admin.indices.warmer.put
 

Constructors in org.elasticsearch.action.admin.indices.warmer.put with parameters of type TransportService
TransportPutWarmerAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, TransportSearchAction searchAction)
           
 

Uses of TransportService in org.elasticsearch.action.bulk
 

Constructors in org.elasticsearch.action.bulk with parameters of type TransportService
TransportBulkAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, TransportShardBulkAction shardBulkAction, TransportCreateIndexAction createIndexAction)
           
TransportShardBulkAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, MappingUpdatedAction mappingUpdatedAction)
           
 

Uses of TransportService in org.elasticsearch.action.count
 

Constructors in org.elasticsearch.action.count with parameters of type TransportService
TransportCountAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ScriptService scriptService)
           
 

Uses of TransportService in org.elasticsearch.action.delete
 

Constructors in org.elasticsearch.action.delete with parameters of type TransportService
TransportDeleteAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, TransportCreateIndexAction createIndexAction, TransportIndexDeleteAction indexDeleteAction)
           
 

Uses of TransportService in org.elasticsearch.action.delete.index
 

Constructors in org.elasticsearch.action.delete.index with parameters of type TransportService
TransportIndexDeleteAction(Settings settings, ClusterService clusterService, TransportService transportService, ThreadPool threadPool, TransportShardDeleteAction deleteAction)
           
TransportShardDeleteAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction)
           
 

Uses of TransportService in org.elasticsearch.action.deletebyquery
 

Constructors in org.elasticsearch.action.deletebyquery with parameters of type TransportService
TransportDeleteByQueryAction(Settings settings, ClusterService clusterService, TransportService transportService, ThreadPool threadPool, TransportIndexDeleteByQueryAction indexDeleteByQueryAction)
           
TransportIndexDeleteByQueryAction(Settings settings, ClusterService clusterService, TransportService transportService, ThreadPool threadPool, TransportShardDeleteByQueryAction shardDeleteByQueryAction)
           
TransportShardDeleteByQueryAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction)
           
 

Uses of TransportService in org.elasticsearch.action.explain
 

Constructors in org.elasticsearch.action.explain with parameters of type TransportService
TransportExplainAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ScriptService scriptService)
           
 

Uses of TransportService in org.elasticsearch.action.get
 

Constructors in org.elasticsearch.action.get with parameters of type TransportService
TransportGetAction(Settings settings, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool)
           
TransportMultiGetAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, TransportShardMultiGetAction shardAction)
           
TransportShardMultiGetAction(Settings settings, ClusterService clusterService, TransportService transportService, IndicesService indicesService, ThreadPool threadPool)
           
 

Uses of TransportService in org.elasticsearch.action.index
 

Constructors in org.elasticsearch.action.index with parameters of type TransportService
TransportIndexAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction, TransportCreateIndexAction createIndexAction, MappingUpdatedAction mappingUpdatedAction)
           
 

Uses of TransportService in org.elasticsearch.action.mlt
 

Constructors in org.elasticsearch.action.mlt with parameters of type TransportService
TransportMoreLikeThisAction(Settings settings, ThreadPool threadPool, TransportSearchAction searchAction, TransportGetAction getAction, ClusterService clusterService, IndicesService indicesService, TransportService transportService)
           
 

Uses of TransportService in org.elasticsearch.action.percolate
 

Constructors in org.elasticsearch.action.percolate with parameters of type TransportService
TransportPercolateAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of TransportService in org.elasticsearch.action.search
 

Constructors in org.elasticsearch.action.search with parameters of type TransportService
TransportMultiSearchAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, TransportSearchAction searchAction)
           
TransportSearchAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, TransportSearchDfsQueryThenFetchAction dfsQueryThenFetchAction, TransportSearchQueryThenFetchAction queryThenFetchAction, TransportSearchDfsQueryAndFetchAction dfsQueryAndFetchAction, TransportSearchQueryAndFetchAction queryAndFetchAction, TransportSearchScanAction scanAction, TransportSearchCountAction countAction)
           
TransportSearchScrollAction(Settings settings, ThreadPool threadPool, TransportService transportService, TransportSearchScrollQueryThenFetchAction queryThenFetchAction, TransportSearchScrollQueryAndFetchAction queryAndFetchAction, TransportSearchScrollScanAction scanAction)
           
 

Uses of TransportService in org.elasticsearch.action.support.broadcast
 

Fields in org.elasticsearch.action.support.broadcast declared as TransportService
protected  TransportService TransportBroadcastOperationAction.transportService
           
 

Constructors in org.elasticsearch.action.support.broadcast with parameters of type TransportService
TransportBroadcastOperationAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of TransportService in org.elasticsearch.action.support.master
 

Fields in org.elasticsearch.action.support.master declared as TransportService
protected  TransportService TransportMasterNodeOperationAction.transportService
           
 

Constructors in org.elasticsearch.action.support.master with parameters of type TransportService
TransportMasterNodeOperationAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool)
           
 

Uses of TransportService in org.elasticsearch.action.support.nodes
 

Fields in org.elasticsearch.action.support.nodes declared as TransportService
protected  TransportService TransportNodesOperationAction.transportService
           
 

Constructors in org.elasticsearch.action.support.nodes with parameters of type TransportService
TransportNodesOperationAction(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of TransportService in org.elasticsearch.action.support.replication
 

Fields in org.elasticsearch.action.support.replication declared as TransportService
protected  TransportService TransportShardReplicationOperationAction.transportService
           
 

Constructors in org.elasticsearch.action.support.replication with parameters of type TransportService
TransportIndexReplicationOperationAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, TransportShardReplicationOperationAction<ShardRequest,ShardReplicaRequest,ShardResponse> shardAction)
           
TransportIndicesReplicationOperationAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, TransportIndexReplicationOperationAction<IndexRequest,IndexResponse,ShardRequest,ShardReplicaRequest,ShardResponse> indexAction)
           
TransportShardReplicationOperationAction(Settings settings, TransportService transportService, ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ShardStateAction shardStateAction)
           
 

Uses of TransportService in org.elasticsearch.action.support.single.custom
 

Fields in org.elasticsearch.action.support.single.custom declared as TransportService
protected  TransportService TransportSingleCustomOperationAction.transportService
           
 

Constructors in org.elasticsearch.action.support.single.custom with parameters of type TransportService
TransportSingleCustomOperationAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of TransportService in org.elasticsearch.action.support.single.instance
 

Fields in org.elasticsearch.action.support.single.instance declared as TransportService
protected  TransportService TransportInstanceSingleOperationAction.transportService
           
 

Constructors in org.elasticsearch.action.support.single.instance with parameters of type TransportService
TransportInstanceSingleOperationAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of TransportService in org.elasticsearch.action.support.single.shard
 

Fields in org.elasticsearch.action.support.single.shard declared as TransportService
protected  TransportService TransportShardSingleOperationAction.transportService
           
 

Constructors in org.elasticsearch.action.support.single.shard with parameters of type TransportService
TransportShardSingleOperationAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of TransportService in org.elasticsearch.action.update
 

Constructors in org.elasticsearch.action.update with parameters of type TransportService
TransportUpdateAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, TransportIndexAction indexAction, TransportDeleteAction deleteAction, ScriptService scriptService)
           
 

Uses of TransportService in org.elasticsearch.client.transport
 

Constructors in org.elasticsearch.client.transport with parameters of type TransportService
TransportClientNodesService(Settings settings, ClusterName clusterName, TransportService transportService, ThreadPool threadPool)
           
 

Uses of TransportService in org.elasticsearch.client.transport.support
 

Constructors in org.elasticsearch.client.transport.support with parameters of type TransportService
InternalTransportClient(Settings settings, ThreadPool threadPool, TransportService transportService, TransportClientNodesService nodesService, InternalTransportAdminClient adminClient, Map<String,GenericAction> actions)
           
InternalTransportClusterAdminClient(Settings settings, TransportClientNodesService nodesService, ThreadPool threadPool, TransportService transportService, Map<String,GenericAction> actions)
           
InternalTransportIndicesAdminClient(Settings settings, TransportClientNodesService nodesService, TransportService transportService, ThreadPool threadPool, Map<String,GenericAction> actions)
           
 

Uses of TransportService in org.elasticsearch.cluster.action.index
 

Constructors in org.elasticsearch.cluster.action.index with parameters of type TransportService
MappingUpdatedAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataMappingService metaDataMappingService)
           
NodeAliasesUpdatedAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService)
           
NodeIndexCreatedAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService)
           
NodeIndexDeletedAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService)
           
NodeMappingCreatedAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService)
           
NodeMappingRefreshAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, MetaDataMappingService metaDataMappingService)
           
 

Uses of TransportService in org.elasticsearch.cluster.action.shard
 

Constructors in org.elasticsearch.cluster.action.shard with parameters of type TransportService
ShardStateAction(Settings settings, ClusterService clusterService, TransportService transportService, AllocationService allocationService, ThreadPool threadPool)
           
 

Uses of TransportService in org.elasticsearch.cluster.service
 

Constructors in org.elasticsearch.cluster.service with parameters of type TransportService
InternalClusterService(Settings settings, DiscoveryService discoveryService, OperationRouting operationRouting, TransportService transportService, NodeSettingsService nodeSettingsService, ThreadPool threadPool)
           
 

Uses of TransportService in org.elasticsearch.discovery.local
 

Constructors in org.elasticsearch.discovery.local with parameters of type TransportService
LocalDiscovery(Settings settings, ClusterName clusterName, TransportService transportService, ClusterService clusterService, DiscoveryNodeService discoveryNodeService)
           
 

Uses of TransportService in org.elasticsearch.discovery.zen
 

Constructors in org.elasticsearch.discovery.zen with parameters of type TransportService
ZenDiscovery(Settings settings, ClusterName clusterName, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, NodeSettingsService nodeSettingsService, DiscoveryNodeService discoveryNodeService, ZenPingService pingService)
           
 

Uses of TransportService in org.elasticsearch.discovery.zen.fd
 

Constructors in org.elasticsearch.discovery.zen.fd with parameters of type TransportService
MasterFaultDetection(Settings settings, ThreadPool threadPool, TransportService transportService, DiscoveryNodesProvider nodesProvider)
           
NodesFaultDetection(Settings settings, ThreadPool threadPool, TransportService transportService)
           
 

Uses of TransportService in org.elasticsearch.discovery.zen.membership
 

Constructors in org.elasticsearch.discovery.zen.membership with parameters of type TransportService
MembershipAction(Settings settings, TransportService transportService, DiscoveryNodesProvider nodesProvider, MembershipAction.MembershipListener listener)
           
 

Uses of TransportService in org.elasticsearch.discovery.zen.ping
 

Constructors in org.elasticsearch.discovery.zen.ping with parameters of type TransportService
ZenPingService(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterName clusterName, NetworkService networkService, Set<UnicastHostsProvider> unicastHostsProviders)
           
 

Uses of TransportService in org.elasticsearch.discovery.zen.ping.multicast
 

Constructors in org.elasticsearch.discovery.zen.ping.multicast with parameters of type TransportService
MulticastZenPing(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterName clusterName, NetworkService networkService)
           
MulticastZenPing(ThreadPool threadPool, TransportService transportService, ClusterName clusterName)
           
 

Uses of TransportService in org.elasticsearch.discovery.zen.ping.unicast
 

Constructors in org.elasticsearch.discovery.zen.ping.unicast with parameters of type TransportService
UnicastZenPing(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterName clusterName, Set<UnicastHostsProvider> unicastHostsProviders)
           
UnicastZenPing(ThreadPool threadPool, TransportService transportService, ClusterName clusterName)
           
 

Uses of TransportService in org.elasticsearch.discovery.zen.publish
 

Constructors in org.elasticsearch.discovery.zen.publish with parameters of type TransportService
PublishClusterStateAction(Settings settings, TransportService transportService, DiscoveryNodesProvider nodesProvider, PublishClusterStateAction.NewClusterStateListener listener)
           
 

Uses of TransportService in org.elasticsearch.gateway.local.state.meta
 

Constructors in org.elasticsearch.gateway.local.state.meta with parameters of type TransportService
LocalAllocateDangledIndices(Settings settings, TransportService transportService, ClusterService clusterService, AllocationService allocationService)
           
TransportNodesListGatewayMetaState(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of TransportService in org.elasticsearch.gateway.local.state.shards
 

Constructors in org.elasticsearch.gateway.local.state.shards with parameters of type TransportService
TransportNodesListGatewayStartedShards(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of TransportService in org.elasticsearch.indices.recovery
 

Constructors in org.elasticsearch.indices.recovery with parameters of type TransportService
RecoverySource(Settings settings, TransportService transportService, IndicesService indicesService, RecoverySettings recoverySettings)
           
RecoveryTarget(Settings settings, ThreadPool threadPool, TransportService transportService, IndicesService indicesService, IndicesLifecycle indicesLifecycle, RecoverySettings recoverySettings)
           
 

Uses of TransportService in org.elasticsearch.indices.store
 

Constructors in org.elasticsearch.indices.store with parameters of type TransportService
TransportNodesListShardStoreMetaData(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService, NodeEnvironment nodeEnv)
           
 

Uses of TransportService in org.elasticsearch.jmx.action
 

Constructors in org.elasticsearch.jmx.action with parameters of type TransportService
GetJmxServiceUrlAction(Settings settings, JmxService jmxService, TransportService transportService, ClusterService clusterService)
           
 

Uses of TransportService in org.elasticsearch.node.service
 

Constructors in org.elasticsearch.node.service with parameters of type TransportService
NodeService(Settings settings, ThreadPool threadPool, MonitorService monitorService, Discovery discovery, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 

Uses of TransportService in org.elasticsearch.river.cluster
 

Constructors in org.elasticsearch.river.cluster with parameters of type TransportService
PublishRiverClusterStateAction(Settings settings, TransportService transportService, ClusterService clusterService, PublishRiverClusterStateAction.NewClusterStateListener listener)
           
RiverClusterService(Settings settings, TransportService transportService, ClusterService clusterService)
           
 

Uses of TransportService in org.elasticsearch.search.action
 

Constructors in org.elasticsearch.search.action with parameters of type TransportService
SearchServiceTransportAction(Settings settings, TransportService transportService, ClusterService clusterService, SearchService searchService)
           
 

Uses of TransportService in org.elasticsearch.transport
 

Constructors in org.elasticsearch.transport with parameters of type TransportService
TransportServiceManagement(TransportService transportService)
           
 



Copyright © 2009-2012. All Rights Reserved.