| Modifier and Type | Method and Description |
|---|---|
TransportRequestOptions |
GenericAction.transportOptions(Settings settings)
Optional request options for the action.
|
| Modifier and Type | Method and Description |
|---|---|
protected TransportRequestOptions |
TransportShardBulkAction.transportOptions() |
TransportRequestOptions |
BulkAction.transportOptions(Settings settings) |
| Modifier and Type | Field and Description |
|---|---|
protected TransportRequestOptions |
TransportReplicationAction.transportOptions |
| Modifier and Type | Method and Description |
|---|---|
protected TransportRequestOptions |
TransportReplicationAction.transportOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected TransportRequestOptions |
TransportInstanceSingleOperationAction.transportOptions() |
| Modifier and Type | Field and Description |
|---|---|
static TransportRequestOptions |
TransportRequestOptions.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
TransportRequestOptions |
TransportRequestOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static TransportRequestOptions.Builder |
TransportRequestOptions.builder(TransportRequestOptions options) |
void |
TransportServiceAdapter.onRequestSent(DiscoveryNode node,
long requestId,
String action,
TransportRequest request,
TransportRequestOptions options)
called by the
Transport implementation once a request has been sent |
void |
TransportService.Adapter.onRequestSent(DiscoveryNode node,
long requestId,
String action,
TransportRequest request,
TransportRequestOptions options) |
void |
Transport.sendRequest(DiscoveryNode node,
long requestId,
String action,
TransportRequest request,
TransportRequestOptions options)
Sends the request to the node.
|
<T extends TransportResponse> |
TransportService.sendRequest(DiscoveryNode node,
String action,
TransportRequest request,
TransportRequestOptions options,
TransportResponseHandler<T> handler) |
<T extends TransportResponse> |
TransportService.submitRequest(DiscoveryNode node,
String action,
TransportRequest request,
TransportRequestOptions options,
TransportResponseHandler<T> handler) |
protected void |
TransportService.Adapter.traceRequestSent(DiscoveryNode node,
long requestId,
String action,
TransportRequestOptions options) |
| 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 |
|---|---|
protected org.jboss.netty.channel.Channel |
NettyTransport.nodeChannel(DiscoveryNode node,
TransportRequestOptions options) |
void |
NettyTransport.sendRequest(DiscoveryNode node,
long requestId,
String action,
TransportRequest request,
TransportRequestOptions options) |
Copyright © 2009–2017. All rights reserved.