Package | Description |
---|---|
org.elasticsearch.transport | |
org.elasticsearch.transport.local | |
org.elasticsearch.transport.netty |
Modifier and Type | Class and Description |
---|---|
class |
ActionNotFoundTransportException
An exception indicating that a transport action was not found.
|
class |
ActionTransportException
An action invocation failure.
|
class |
BindTransportException |
class |
ConnectTransportException |
class |
FailedCommunicationException |
class |
NodeDisconnectedException |
class |
NodeNotConnectedException
An exception indicating that a message is sent to a node that is not connected.
|
class |
NodeShouldNotConnectException |
class |
NotSerializableTransportException |
class |
ReceiveTimeoutTransportException |
class |
RemoteTransportException
A remote exception for an action.
|
class |
ResponseHandlerFailureTransportException
A failure to handle the response of a transaction action.
|
class |
ResponseHandlerNotFoundTransportException |
class |
SendRequestTransportException |
class |
TransportSerializationException |
Modifier and Type | Method and Description |
---|---|
void |
EmptyTransportResponseHandler.handleException(TransportException exp) |
void |
FutureTransportResponseHandler.handleException(TransportException exp) |
void |
PlainTransportFuture.handleException(TransportException exp) |
void |
TransportResponseHandler.handleException(TransportException exp) |
Modifier and Type | Method and Description |
---|---|
void |
Transport.sendRequest(DiscoveryNode node,
long requestId,
String action,
TransportRequest request,
TransportRequestOptions options)
Sends the request to the node.
|
<T extends TransportResponse> |
TransportService.submitRequest(DiscoveryNode node,
String action,
TransportRequest request,
TransportRequestOptions options,
TransportResponseHandler<T> handler) |
<T extends TransportResponse> |
TransportService.submitRequest(DiscoveryNode node,
String action,
TransportRequest request,
TransportResponseHandler<T> handler) |
Modifier and Type | Method and Description |
---|---|
void |
LocalTransport.sendRequest(DiscoveryNode node,
long requestId,
String action,
TransportRequest request,
TransportRequestOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
NettyTransport.sendRequest(DiscoveryNode node,
long requestId,
String action,
TransportRequest request,
TransportRequestOptions options) |
Copyright © 2009–2015. All rights reserved.