Uses of Class
org.elasticsearch.cluster.ClusterName

Packages that use ClusterName
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.state   
org.elasticsearch.action.support.nodes   
org.elasticsearch.client.transport   
org.elasticsearch.cluster   
org.elasticsearch.discovery.local   
org.elasticsearch.discovery.zen   
org.elasticsearch.discovery.zen.ping   
org.elasticsearch.discovery.zen.ping.multicast   
org.elasticsearch.discovery.zen.ping.unicast   
org.elasticsearch.gateway.blobstore   
org.elasticsearch.gateway.fs   
org.elasticsearch.gateway.local.state.meta   
org.elasticsearch.gateway.local.state.shards   
org.elasticsearch.indices.store   
 

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

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

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

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

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

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

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

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

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

Methods in org.elasticsearch.action.admin.cluster.node.shutdown that return ClusterName
 ClusterName NodesShutdownResponse.clusterName()
           
 ClusterName NodesShutdownResponse.getClusterName()
           
 

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

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

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

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

Methods in org.elasticsearch.action.admin.cluster.state that return ClusterName
 ClusterName ClusterStateResponse.clusterName()
           
 ClusterName ClusterStateResponse.getClusterName()
           
 

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

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

Fields in org.elasticsearch.action.support.nodes declared as ClusterName
protected  ClusterName TransportNodesOperationAction.clusterName
           
 

Methods in org.elasticsearch.action.support.nodes that return ClusterName
 ClusterName NodesOperationResponse.clusterName()
           
 

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

Uses of ClusterName in org.elasticsearch.client.transport
 

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

Uses of ClusterName in org.elasticsearch.cluster
 

Fields in org.elasticsearch.cluster declared as ClusterName
static ClusterName ClusterName.DEFAULT
           
 

Methods in org.elasticsearch.cluster that return ClusterName
static ClusterName ClusterName.clusterNameFromSettings(Settings settings)
           
static ClusterName ClusterName.readClusterName(StreamInput in)
           
 

Uses of ClusterName in org.elasticsearch.discovery.local
 

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

Uses of ClusterName in org.elasticsearch.discovery.zen
 

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

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

Methods in org.elasticsearch.discovery.zen.ping that return ClusterName
 ClusterName ZenPing.PingResponse.clusterName()
           
 

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

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

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

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

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

Uses of ClusterName in org.elasticsearch.gateway.blobstore
 

Methods in org.elasticsearch.gateway.blobstore with parameters of type ClusterName
protected  void BlobStoreGateway.initialize(BlobStore blobStore, ClusterName clusterName, ByteSizeValue defaultChunkSize)
           
 

Uses of ClusterName in org.elasticsearch.gateway.fs
 

Constructors in org.elasticsearch.gateway.fs with parameters of type ClusterName
FsGateway(Settings settings, ThreadPool threadPool, ClusterService clusterService, Environment environment, ClusterName clusterName)
           
 

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

Constructors in org.elasticsearch.gateway.local.state.meta with parameters of type ClusterName
TransportNodesListGatewayMetaState.NodesLocalGatewayMetaState(ClusterName clusterName, TransportNodesListGatewayMetaState.NodeLocalGatewayMetaState[] nodes, FailedNodeException[] failures)
           
TransportNodesListGatewayMetaState(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

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

Constructors in org.elasticsearch.gateway.local.state.shards with parameters of type ClusterName
TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards(ClusterName clusterName, TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards[] nodes, FailedNodeException[] failures)
           
TransportNodesListGatewayStartedShards(Settings settings, ClusterName clusterName, ThreadPool threadPool, ClusterService clusterService, TransportService transportService)
           
 

Uses of ClusterName in org.elasticsearch.indices.store
 

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



Copyright © 2009-2012. All Rights Reserved.