Uses of Class
org.elasticsearch.cluster.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 Constructor Description NodesHotThreadsResponse(ClusterName clusterName, List<NodeHotThreads> nodes, List<FailedNodeException> failures) -
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 Constructor Description NodesInfoResponse(ClusterName clusterName, List<NodeInfo> nodes, List<FailedNodeException> failures) -
Uses of ClusterName in org.elasticsearch.action.admin.cluster.node.liveness
Methods in org.elasticsearch.action.admin.cluster.node.liveness that return ClusterName Modifier and Type Method Description ClusterNameLivenessResponse. getClusterName()Constructors in org.elasticsearch.action.admin.cluster.node.liveness with parameters of type ClusterName Constructor Description LivenessResponse(ClusterName clusterName, DiscoveryNode node) -
Uses of ClusterName in org.elasticsearch.action.admin.cluster.node.reload
Constructors in org.elasticsearch.action.admin.cluster.node.reload with parameters of type ClusterName Constructor Description NodesReloadSecureSettingsResponse(ClusterName clusterName, List<NodesReloadSecureSettingsResponse.NodeResponse> nodes, List<FailedNodeException> failures) -
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 Constructor Description NodesStatsResponse(ClusterName clusterName, List<NodeStats> nodes, List<FailedNodeException> failures) -
Uses of ClusterName in org.elasticsearch.action.admin.cluster.node.usage
Constructors in org.elasticsearch.action.admin.cluster.node.usage with parameters of type ClusterName Constructor Description NodesUsageResponse(ClusterName clusterName, List<NodeUsage> nodes, List<FailedNodeException> failures) -
Uses of ClusterName in org.elasticsearch.action.admin.cluster.snapshots.status
Constructors in org.elasticsearch.action.admin.cluster.snapshots.status with parameters of type ClusterName Constructor Description NodesSnapshotStatus(ClusterName clusterName, List<TransportNodesSnapshotsStatus.NodeSnapshotStatus> nodes, List<FailedNodeException> failures) -
Uses of ClusterName in org.elasticsearch.action.admin.cluster.state
Methods in org.elasticsearch.action.admin.cluster.state that return ClusterName Modifier and Type Method Description ClusterNameClusterStateResponse. getClusterName()The name of the cluster.Constructors in org.elasticsearch.action.admin.cluster.state with parameters of type ClusterName Constructor Description ClusterStateResponse(ClusterName clusterName, ClusterState clusterState, boolean waitForTimedOut) -
Uses of ClusterName in org.elasticsearch.action.admin.cluster.stats
Constructors in org.elasticsearch.action.admin.cluster.stats with parameters of type ClusterName Constructor Description ClusterStatsResponse(long timestamp, String clusterUUID, ClusterName clusterName, List<ClusterStatsNodeResponse> nodes, List<FailedNodeException> failures) -
Uses of ClusterName in org.elasticsearch.action.main
Methods in org.elasticsearch.action.main that return ClusterName Modifier and Type Method Description ClusterNameMainResponse. getClusterName()Constructors in org.elasticsearch.action.main with parameters of type ClusterName Constructor Description MainResponse(String nodeName, Version version, ClusterName clusterName, String clusterUuid, Build build) -
Uses of ClusterName in org.elasticsearch.action.support.nodes
Methods in org.elasticsearch.action.support.nodes that return ClusterName Modifier and Type Method Description ClusterNameBaseNodesResponse. getClusterName()Get theClusterNameassociated with all of the nodes.Constructors in org.elasticsearch.action.support.nodes with parameters of type ClusterName Constructor Description BaseNodesResponse(ClusterName clusterName, List<TNodeResponse> nodes, List<FailedNodeException> failures) -
Uses of ClusterName in org.elasticsearch.cluster
Fields in org.elasticsearch.cluster declared as ClusterName Modifier and Type Field Description static ClusterNameClusterName. DEFAULTFields in org.elasticsearch.cluster with type parameters of type ClusterName Modifier and Type Field Description static Setting<ClusterName>ClusterName. CLUSTER_NAME_SETTINGMethods in org.elasticsearch.cluster that return ClusterName Modifier and Type Method Description ClusterNameClusterState. getClusterName()Methods in org.elasticsearch.cluster that return types with arguments of type ClusterName Modifier and Type Method Description Predicate<ClusterName>ClusterName. getEqualityPredicate()Methods in org.elasticsearch.cluster with parameters of type ClusterName Modifier and Type Method Description static ClusterState.BuilderClusterState. builder(ClusterName clusterName)Constructors in org.elasticsearch.cluster with parameters of type ClusterName Constructor Description Builder(ClusterName clusterName)ClusterState(ClusterName clusterName, long version, String stateUUID, MetaData metaData, RoutingTable routingTable, DiscoveryNodes nodes, ClusterBlocks blocks, ImmutableOpenMap<String,ClusterState.Custom> customs, int minimumMasterNodesOnPublishingMaster, boolean wasReadFromDiff) -
Uses of ClusterName in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service that return ClusterName Modifier and Type Method Description ClusterNameClusterService. getClusterName() -
Uses of ClusterName in org.elasticsearch.discovery.zen
Fields in org.elasticsearch.discovery.zen declared as ClusterName Modifier and Type Field Description protected ClusterNameFaultDetection. clusterNameMethods in org.elasticsearch.discovery.zen that return ClusterName Modifier and Type Method Description ClusterNameNodesFaultDetection.PingRequest. clusterName()ClusterNameZenPing.PingResponse. clusterName()the name of the cluster this node belongs toConstructors in org.elasticsearch.discovery.zen with parameters of type ClusterName Constructor Description FaultDetection(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterName clusterName)MasterFaultDetection(Settings settings, ThreadPool threadPool, TransportService transportService, Supplier<ClusterState> clusterStateSupplier, MasterService masterService, ClusterName clusterName)MasterPingRequest(DiscoveryNode sourceNode, DiscoveryNode masterNode, ClusterName clusterName)NodesFaultDetection(Settings settings, ThreadPool threadPool, TransportService transportService, Supplier<ClusterState> clusterStateSupplier, ClusterName clusterName)PingRequest(DiscoveryNode targetNode, ClusterName clusterName, DiscoveryNode masterNode, long clusterStateVersion)PingResponse(long id, DiscoveryNode node, DiscoveryNode master, ClusterName clusterName, long clusterStateVersion)PingResponse(DiscoveryNode node, DiscoveryNode master, ClusterName clusterName, long clusterStateVersion) -
Uses of ClusterName in org.elasticsearch.gateway
Constructors in org.elasticsearch.gateway with parameters of type ClusterName Constructor Description NodesGatewayMetaState(ClusterName clusterName, List<TransportNodesListGatewayMetaState.NodeGatewayMetaState> nodes, List<FailedNodeException> failures)NodesGatewayStartedShards(ClusterName clusterName, List<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards> nodes, List<FailedNodeException> failures) -
Uses of ClusterName in org.elasticsearch.indices.store
Constructors in org.elasticsearch.indices.store with parameters of type ClusterName Constructor Description NodesStoreFilesMetaData(ClusterName clusterName, List<TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData> nodes, List<FailedNodeException> failures) -
Uses of ClusterName in org.elasticsearch.transport
Fields in org.elasticsearch.transport declared as ClusterName Modifier and Type Field Description protected ClusterNameTransportService. clusterNameMethods in org.elasticsearch.transport that return ClusterName Modifier and Type Method Description ClusterNameTransportService.HandshakeResponse. getClusterName()Method parameters in org.elasticsearch.transport with type arguments of type ClusterName Modifier and Type Method Description voidTransportService. handshake(Transport.Connection connection, long handshakeTimeout, Predicate<ClusterName> clusterNamePredicate, ActionListener<TransportService.HandshakeResponse> listener)Executes a high-level handshake using the given connection and returns the discovery node of the node the connection was established with.Constructors in org.elasticsearch.transport with parameters of type ClusterName Constructor Description HandshakeResponse(DiscoveryNode discoveryNode, ClusterName clusterName, Version version)
-