Package | Description |
---|---|
org.elasticsearch.transport | |
org.elasticsearch.transport.local | |
org.elasticsearch.transport.netty |
Modifier and Type | Class and Description |
---|---|
class |
NodeDisconnectedException |
class |
NodeNotConnectedException
An exception indicating that a message is sent to a node that is not connected.
|
class |
NodeShouldNotConnectException |
Modifier and Type | Method and Description |
---|---|
void |
Transport.connectToNode(DiscoveryNode node)
Connects to the given node, if already connected, does nothing.
|
void |
TransportService.connectToNode(DiscoveryNode node) |
void |
Transport.connectToNodeLight(DiscoveryNode node)
Connects to a node in a light manner.
|
void |
TransportService.connectToNodeLight(DiscoveryNode node) |
Modifier and Type | Method and Description |
---|---|
void |
LocalTransport.connectToNode(DiscoveryNode node) |
void |
LocalTransport.connectToNodeLight(DiscoveryNode node) |
Modifier and Type | Method and Description |
---|---|
void |
NettyTransport.connectToNodeLight(DiscoveryNode node) |
protected org.jboss.netty.channel.Channel |
NettyTransport.nodeChannel(DiscoveryNode node,
TransportRequestOptions options) |
Copyright © 2009–2015. All rights reserved.