Constructor and Description |
---|
TransportClusterHealthAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ClusterName clusterName,
ActionFilters actionFilters) |
Constructor and Description |
---|
NodesHotThreadsResponse(ClusterName clusterName,
NodeHotThreads[] nodes) |
TransportNodesHotThreadsAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
NodesInfoResponse(ClusterName clusterName,
NodeInfo[] nodes) |
TransportNodesInfoAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
NodeService nodeService,
ActionFilters actionFilters) |
Constructor and Description |
---|
NodesRestartResponse(ClusterName clusterName,
NodesRestartResponse.NodeRestartResponse[] nodes) |
TransportNodesRestartAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
Node node,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
ClusterName |
NodesShutdownResponse.getClusterName() |
Constructor and Description |
---|
NodesShutdownResponse(ClusterName clusterName,
DiscoveryNode[] nodes) |
TransportNodesShutdownAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
Node node,
ClusterName clusterName,
ActionFilters actionFilters) |
Constructor and Description |
---|
NodesStatsResponse(ClusterName clusterName,
NodeStats[] nodes) |
TransportNodesStatsAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
NodeService nodeService,
ActionFilters actionFilters) |
Modifier and Type | Field and Description |
---|---|
protected ClusterName |
TransportVerifyRepositoryAction.clusterName |
Modifier and Type | Method and Description |
---|---|
ClusterName |
VerifyRepositoryResponse.getClusterName() |
Constructor and Description |
---|
TransportVerifyRepositoryAction(Settings settings,
ClusterName clusterName,
TransportService transportService,
ClusterService clusterService,
RepositoriesService repositoriesService,
ThreadPool threadPool,
ActionFilters actionFilters) |
VerifyRepositoryResponse(ClusterName clusterName,
DiscoveryNode[] nodes) |
Constructor and Description |
---|
NodesSnapshotStatus(ClusterName clusterName,
TransportNodesSnapshotsStatus.NodeSnapshotStatus[] nodes,
FailedNodeException[] failures) |
TransportNodesSnapshotsStatus(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
SnapshotsService snapshotsService,
ActionFilters actionFilters) |
Modifier and Type | Method and Description |
---|---|
ClusterName |
ClusterStateResponse.getClusterName() |
Constructor and Description |
---|
ClusterStateResponse(ClusterName clusterName,
ClusterState clusterState) |
TransportClusterStateAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ClusterName clusterName,
ActionFilters actionFilters) |
Constructor and Description |
---|
ClusterStatsResponse(long timestamp,
ClusterName clusterName,
String clusterUUID,
ClusterStatsNodeResponse[] nodes) |
TransportClusterStatsAction(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
NodeService nodeService,
IndicesService indicesService,
ActionFilters actionFilters) |
Modifier and Type | Field and Description |
---|---|
protected ClusterName |
TransportNodesOperationAction.clusterName |
Modifier and Type | Method and Description |
---|---|
ClusterName |
NodesOperationResponse.getClusterName() |
Constructor and Description |
---|
NodesOperationResponse(ClusterName clusterName,
NodeResponse[] nodes) |
TransportNodesOperationAction(Settings settings,
String actionName,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportClientNodesService(Settings settings,
ClusterName clusterName,
TransportService transportService,
ThreadPool threadPool,
Headers headers,
Version version) |
Modifier and Type | Field and Description |
---|---|
static ClusterName |
ClusterName.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static ClusterName |
ClusterName.clusterNameFromSettings(Settings settings) |
ClusterName |
ClusterState.getClusterName() |
static ClusterName |
ClusterName.readClusterName(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
static ClusterState.Builder |
ClusterState.builder(ClusterName clusterName) |
static ClusterState |
ClusterState.Builder.fromBytes(byte[] data,
DiscoveryNode localNode,
ClusterName defaultClusterName) |
static ClusterState |
ClusterState.Builder.readFrom(StreamInput in,
DiscoveryNode localNode,
ClusterName defaultClusterName) |
Constructor and Description |
---|
Builder(ClusterName clusterName) |
ClusterState(ClusterName clusterName,
long version,
MetaData metaData,
RoutingTable routingTable,
DiscoveryNodes nodes,
ClusterBlocks blocks,
ImmutableOpenMap<String,ClusterState.Custom> customs) |
Constructor and Description |
---|
InternalClusterService(Settings settings,
DiscoveryService discoveryService,
OperationRouting operationRouting,
TransportService transportService,
NodeSettingsService nodeSettingsService,
ThreadPool threadPool,
ClusterName clusterName,
DiscoveryNodeService discoveryNodeService,
Version version) |
Constructor and Description |
---|
LocalDiscovery(Settings settings,
ClusterName clusterName,
TransportService transportService,
ClusterService clusterService,
DiscoveryNodeService discoveryNodeService,
Version version,
DiscoverySettings discoverySettings) |
Constructor and Description |
---|
ZenDiscovery(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
TransportService transportService,
ClusterService clusterService,
NodeSettingsService nodeSettingsService,
DiscoveryNodeService discoveryNodeService,
ZenPingService pingService,
ElectMasterService electMasterService,
DiscoverySettings discoverySettings,
DynamicSettings dynamicSettings) |
Modifier and Type | Field and Description |
---|---|
protected ClusterName |
FaultDetection.clusterName |
Modifier and Type | Method and Description |
---|---|
ClusterName |
NodesFaultDetection.PingRequest.clusterName() |
Constructor and Description |
---|
FaultDetection(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName) |
MasterFaultDetection(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
ClusterService clusterService) |
NodesFaultDetection(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName) |
Modifier and Type | Method and Description |
---|---|
ClusterName |
ZenPing.PingResponse.clusterName() |
Constructor and Description |
---|
PingResponse(DiscoveryNode node,
DiscoveryNode master,
ClusterName clusterName,
boolean hasJoinedOnce) |
ZenPingService(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
NetworkService networkService,
ElectMasterService electMasterService,
Set<UnicastHostsProvider> unicastHostsProviders) |
ZenPingService(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
NetworkService networkService,
Version version,
ElectMasterService electMasterService,
Set<UnicastHostsProvider> unicastHostsProviders) |
Constructor and Description |
---|
MulticastZenPing(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
NetworkService networkService,
Version version) |
MulticastZenPing(ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
Version version) |
Constructor and Description |
---|
UnicastZenPing(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterName clusterName,
Version version,
ElectMasterService electMasterService,
Set<UnicastHostsProvider> unicastHostsProviders) |
Constructor and Description |
---|
PublishClusterStateAction(Settings settings,
TransportService transportService,
DiscoveryNodesProvider nodesProvider,
PublishClusterStateAction.NewClusterStateListener listener,
DiscoverySettings discoverySettings,
ClusterName clusterName) |
Constructor and Description |
---|
LocalGateway(Settings settings,
ClusterService clusterService,
NodeEnvironment nodeEnv,
LocalGatewayShardsState shardsState,
LocalGatewayMetaState metaState,
TransportNodesListGatewayMetaState listGatewayMetaState,
ClusterName clusterName) |
Constructor and Description |
---|
NodesLocalGatewayMetaState(ClusterName clusterName,
TransportNodesListGatewayMetaState.NodeLocalGatewayMetaState[] nodes,
FailedNodeException[] failures) |
TransportNodesListGatewayMetaState(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
NodesLocalGatewayStartedShards(ClusterName clusterName,
TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards[] nodes,
FailedNodeException[] failures) |
TransportNodesListGatewayStartedShards(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters) |
Constructor and Description |
---|
NoneGateway(Settings settings,
ClusterName clusterName) |
Constructor and Description |
---|
NodesStoreFilesMetaData(ClusterName clusterName,
TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData[] nodes,
FailedNodeException[] failures) |
TransportNodesListShardStoreMetaData(Settings settings,
ClusterName clusterName,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
NodeEnvironment nodeEnv,
ActionFilters actionFilters) |
Constructor and Description |
---|
RestMainAction(Settings settings,
Version version,
RestController controller,
ClusterName clusterName,
Client client,
ClusterService clusterService) |
Copyright © 2009–2015. All rights reserved.