Uses of Class
org.elasticsearch.transport.ConnectionProfile
-
Packages that use ConnectionProfile Package Description org.elasticsearch.discovery.zen org.elasticsearch.transport -
-
Uses of ConnectionProfile in org.elasticsearch.discovery.zen
Methods in org.elasticsearch.discovery.zen that return ConnectionProfile Modifier and Type Method Description ConnectionProfileUnicastZenPing.PingingRound. getConnectionProfile() -
Uses of ConnectionProfile in org.elasticsearch.transport
Methods in org.elasticsearch.transport that return ConnectionProfile Modifier and Type Method Description ConnectionProfileConnectionProfile.Builder. build()Creates a newConnectionProfilebased on the added connections.static ConnectionProfileConnectionProfile. buildDefaultConnectionProfile(Settings settings)Builds a default connection profile based on the provided settings.static ConnectionProfileConnectionProfile. buildSingleChannelProfile(TransportRequestOptions.Type channelType)Builds a connection profile that is dedicated to a single channel type.static ConnectionProfileConnectionProfile. buildSingleChannelProfile(TransportRequestOptions.Type channelType, TimeValue connectTimeout, TimeValue handshakeTimeout, TimeValue pingInterval, Boolean compressionEnabled)Builds a connection profile that is dedicated to a single channel type.protected ConnectionProfileTcpTransport. maybeOverrideConnectionProfile(ConnectionProfile connectionProfile)static ConnectionProfileConnectionProfile. resolveConnectionProfile(ConnectionProfile profile, ConnectionProfile fallbackProfile)takes aConnectionProfileresolves it to a fully specified (i.e., no nulls) profileMethods in org.elasticsearch.transport with parameters of type ConnectionProfile Modifier and Type Method Description voidConnectionManager. connectToNode(DiscoveryNode node, ConnectionProfile connectionProfile, ConnectionManager.ConnectionValidator connectionValidator, ActionListener<Void> listener)Connects to a node with the given connection profile.voidRemoteConnectionManager. connectToNode(DiscoveryNode node, ConnectionProfile connectionProfile, ConnectionManager.ConnectionValidator connectionValidator, ActionListener<Void> listener)voidTransportService. connectToNode(DiscoveryNode node, ConnectionProfile connectionProfile)Connect to the specified node with the given connection profilevoidTransportService. connectToNode(DiscoveryNode node, ConnectionProfile connectionProfile, ActionListener<Void> listener)Connect to the specified node with the given connection profile.voidTcpTransport. executeHandshake(DiscoveryNode node, TcpChannel channel, ConnectionProfile profile, ActionListener<Version> listener)protected ConnectionProfileTcpTransport. maybeOverrideConnectionProfile(ConnectionProfile connectionProfile)voidConnectionManager. openConnection(DiscoveryNode node, ConnectionProfile connectionProfile, ActionListener<Transport.Connection> listener)voidRemoteConnectionManager. openConnection(DiscoveryNode node, ConnectionProfile profile, ActionListener<Transport.Connection> listener)voidTcpTransport. openConnection(DiscoveryNode node, ConnectionProfile profile, ActionListener<Transport.Connection> listener)voidTransport. openConnection(DiscoveryNode node, ConnectionProfile profile, ActionListener<Transport.Connection> listener)Opens a new connection to the given node.Transport.ConnectionTransportService. openConnection(DiscoveryNode node, ConnectionProfile connectionProfile)Establishes and returns a new connection to the given node.voidTransportService. openConnection(DiscoveryNode node, ConnectionProfile connectionProfile, ActionListener<Transport.Connection> listener)Establishes a new connection to the given node.static ConnectionProfileConnectionProfile. resolveConnectionProfile(ConnectionProfile profile, ConnectionProfile fallbackProfile)takes aConnectionProfileresolves it to a fully specified (i.e., no nulls) profilevoidConnectionManager.ConnectionValidator. validate(Transport.Connection connection, ConnectionProfile profile, ActionListener<Void> listener)Constructors in org.elasticsearch.transport with parameters of type ConnectionProfile Constructor Description Builder(ConnectionProfile source)copy constructor, using another profile as a baseConnectionManager(ConnectionProfile connectionProfile, Transport transport)
-