Uses of Class
org.elasticsearch.common.transport.TransportAddress
-
-
Uses of TransportAddress in org.elasticsearch.client.transport
Methods in org.elasticsearch.client.transport that return types with arguments of type TransportAddress Modifier and Type Method Description List<TransportAddress>TransportClient. transportAddresses()Deprecated.Returns the current registered transport addresses to use (added usingTransportClient.addTransportAddress(org.elasticsearch.common.transport.TransportAddress).Methods in org.elasticsearch.client.transport with parameters of type TransportAddress Modifier and Type Method Description TransportClientTransportClient. addTransportAddress(TransportAddress transportAddress)Deprecated.Adds a transport address that will be used to connect to.TransportClientTransportClient. addTransportAddresses(TransportAddress... transportAddress)Deprecated.Adds a list of transport addresses that will be used to connect to.TransportClientTransportClient. removeTransportAddress(TransportAddress transportAddress)Deprecated.Removes a transport address from the list of transport addresses that are used to connect to. -
Uses of TransportAddress in org.elasticsearch.cluster.node
Methods in org.elasticsearch.cluster.node that return TransportAddress Modifier and Type Method Description TransportAddressDiscoveryNode. getAddress()The address that the node can be communicated with.Methods in org.elasticsearch.cluster.node with parameters of type TransportAddress Modifier and Type Method Description static DiscoveryNodeDiscoveryNode. createLocal(Settings settings, TransportAddress publishAddress, String nodeId)Creates a DiscoveryNode representing the local node.DiscoveryNodeDiscoveryNodes. findByAddress(TransportAddress address)Get a node by its addressConstructors in org.elasticsearch.cluster.node with parameters of type TransportAddress Constructor Description DiscoveryNode(String nodeName, String nodeId, String ephemeralId, String hostName, String hostAddress, TransportAddress address, Map<String,String> attributes, Set<DiscoveryNodeRole> roles, Version version)Creates a newDiscoveryNode.DiscoveryNode(String nodeName, String nodeId, TransportAddress address, Map<String,String> attributes, Set<DiscoveryNodeRole> roles, Version version)Creates a newDiscoveryNodeDiscoveryNode(String id, TransportAddress address, Map<String,String> attributes, Set<DiscoveryNodeRole> roles, Version version)Creates a newDiscoveryNodeDiscoveryNode(String id, TransportAddress address, Version version)Creates a newDiscoveryNode -
Uses of TransportAddress in org.elasticsearch.common.transport
Methods in org.elasticsearch.common.transport that return TransportAddress Modifier and Type Method Description TransportAddress[]BoundTransportAddress. boundAddresses()TransportAddressBoundTransportAddress. publishAddress()Constructors in org.elasticsearch.common.transport with parameters of type TransportAddress Constructor Description BoundTransportAddress(TransportAddress[] boundAddresses, TransportAddress publishAddress) -
Uses of TransportAddress in org.elasticsearch.discovery
Methods in org.elasticsearch.discovery that return types with arguments of type TransportAddress Modifier and Type Method Description List<TransportAddress>PeerFinder. getLastResolvedAddresses()List<TransportAddress>FileBasedSeedHostsProvider. getSeedAddresses(SeedHostsProvider.HostsResolver hostsResolver)List<TransportAddress>SeedHostsProvider. getSeedAddresses(SeedHostsProvider.HostsResolver hostsResolver)Returns a list of seed hosts to use for discovery.List<TransportAddress>SettingsBasedSeedHostsProvider. getSeedAddresses(SeedHostsProvider.HostsResolver hostsResolver)List<TransportAddress>SeedHostsProvider.HostsResolver. resolveHosts(List<String> hosts)static List<TransportAddress>SeedHostsResolver. resolveHostsLists(CancellableThreads cancellableThreads, ExecutorService executorService, org.apache.logging.log4j.Logger logger, List<String> hosts, TransportService transportService, TimeValue resolveTimeout)Resolves a list of hosts to a list of transport addresses.Methods in org.elasticsearch.discovery with parameters of type TransportAddress Modifier and Type Method Description voidHandshakingTransportAddressConnector. connectToRemoteMasterNode(TransportAddress transportAddress, ActionListener<DiscoveryNode> listener)voidPeerFinder.TransportAddressConnector. connectToRemoteMasterNode(TransportAddress transportAddress, ActionListener<DiscoveryNode> listener)Identify the node at the given address and, if it is a master node and not the local node then establish a full connection to it.protected voidPeerFinder. startProbe(TransportAddress transportAddress)Method parameters in org.elasticsearch.discovery with type arguments of type TransportAddress Modifier and Type Method Description voidPeerFinder.ConfiguredHostsResolver. resolveConfiguredHosts(Consumer<List<TransportAddress>> consumer)Attempt to resolve the configured unicast hosts list to a list of transport addresses.voidSeedHostsResolver. resolveConfiguredHosts(Consumer<List<TransportAddress>> consumer) -
Uses of TransportAddress in org.elasticsearch.discovery.zen
Methods in org.elasticsearch.discovery.zen that return types with arguments of type TransportAddress Modifier and Type Method Description List<TransportAddress>UnicastZenPing.PingingRound. getSeedAddresses() -
Uses of TransportAddress in org.elasticsearch.transport
Methods in org.elasticsearch.transport that return TransportAddress Modifier and Type Method Description TransportAddressActionTransportException. address()The target address to invoke the action on.TransportAddress[]TcpTransport. addressesFromString(String address)TransportAddress[]Transport. addressesFromString(String address)Returns an address from its string representation.TransportAddress[]TransportService. addressesFromString(String address)TransportAddressTransportMessage. remoteAddress()Methods in org.elasticsearch.transport with parameters of type TransportAddress Modifier and Type Method Description voidTransportMessage. remoteAddress(TransportAddress remoteAddress)Constructors in org.elasticsearch.transport with parameters of type TransportAddress Constructor Description ActionTransportException(String name, TransportAddress address, String action, String msg, Throwable cause)ActionTransportException(String name, TransportAddress address, String action, Throwable cause)RemoteTransportException(String name, TransportAddress address, String action, Throwable cause)
-