| Modifier and Type | Class and Description |
|---|---|
class |
NoSuchNodeException |
| Modifier and Type | Method and Description |
|---|---|
protected CancelTasksResponse |
TransportCancelTasksAction.newResponse(CancelTasksRequest request,
List<TaskInfo> tasks,
List<TaskOperationFailure> taskOperationFailures,
List<FailedNodeException> failedNodeExceptions) |
| Constructor and Description |
|---|
CancelTasksResponse(List<TaskInfo> tasks,
List<TaskOperationFailure> taskFailures,
List<? extends FailedNodeException> nodeFailures) |
| Modifier and Type | Method and Description |
|---|---|
protected ListTasksResponse |
TransportListTasksAction.newResponse(ListTasksRequest request,
List<TaskInfo> tasks,
List<TaskOperationFailure> taskOperationFailures,
List<FailedNodeException> failedNodeExceptions) |
| Constructor and Description |
|---|
ListTasksResponse(List<TaskInfo> tasks,
List<TaskOperationFailure> taskFailures,
List<? extends FailedNodeException> nodeFailures) |
| Modifier and Type | Method and Description |
|---|---|
FailedNodeException[] |
TransportNodesSnapshotsStatus.NodesSnapshotStatus.failures() |
| Constructor and Description |
|---|
TransportNodesSnapshotsStatus.NodesSnapshotStatus(ClusterName clusterName,
TransportNodesSnapshotsStatus.NodeSnapshotStatus[] nodes,
FailedNodeException[] failures) |
| Modifier and Type | Method and Description |
|---|---|
FailedNodeException[] |
BaseNodesResponse.failures()
The failed nodes, if set to be captured.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailedNodeException> |
BaseTasksResponse.getNodeFailures()
The list of node failures exception.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract TasksResponse |
TransportTasksAction.newResponse(TasksRequest request,
List<TaskResponse> tasks,
List<TaskOperationFailure> taskOperationFailures,
List<FailedNodeException> failedNodeExceptions) |
| Constructor and Description |
|---|
BaseTasksResponse(List<TaskOperationFailure> taskFailures,
List<? extends FailedNodeException> nodeFailures) |
| Modifier and Type | Method and Description |
|---|---|
FailedNodeException[] |
TransportNodesListGatewayStartedShards.NodesGatewayStartedShards.failures() |
FailedNodeException[] |
TransportNodesListGatewayMetaState.NodesGatewayMetaState.failures() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsyncShardFetch.processAsyncFetch(ShardId shardId,
T[] responses,
FailedNodeException[] failures)
Called by the response handler of the async action to fetch data.
|
| Constructor and Description |
|---|
TransportNodesListGatewayMetaState.NodesGatewayMetaState(ClusterName clusterName,
TransportNodesListGatewayMetaState.NodeGatewayMetaState[] nodes,
FailedNodeException[] failures) |
TransportNodesListGatewayStartedShards.NodesGatewayStartedShards(ClusterName clusterName,
TransportNodesListGatewayStartedShards.NodeGatewayStartedShards[] nodes,
FailedNodeException[] failures) |
| Modifier and Type | Method and Description |
|---|---|
FailedNodeException[] |
TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData.failures() |
| Constructor and Description |
|---|
TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData(ClusterName clusterName,
TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData[] nodes,
FailedNodeException[] failures) |
Copyright © 2009–2017. All rights reserved.