Modifier and Type | Class and Description |
---|---|
class |
NodeHotThreads |
Modifier and Type | Class and Description |
---|---|
class |
NodeInfo
Node information (static, does not change over time).
|
Modifier and Type | Class and Description |
---|---|
static class |
NodesRestartResponse.NodeRestartResponse |
Modifier and Type | Class and Description |
---|---|
class |
NodeStats
Node statistics (dynamic, changes depending on when created).
|
Modifier and Type | Class and Description |
---|---|
static class |
TransportNodesSnapshotsStatus.NodeSnapshotStatus |
Modifier and Type | Class and Description |
---|---|
class |
ClusterStatsNodeResponse |
Modifier and Type | Class and Description |
---|---|
class |
NodesOperationResponse<NodeResponse extends NodeOperationResponse> |
class |
TransportNodesOperationAction<Request extends NodesOperationRequest,Response extends NodesOperationResponse,NodeRequest extends NodeOperationRequest,NodeResponse extends NodeOperationResponse> |
Modifier and Type | Field and Description |
---|---|
protected NodeResponse[] |
NodesOperationResponse.nodes |
Modifier and Type | Method and Description |
---|---|
NodeResponse[] |
NodesOperationResponse.getNodes() |
Constructor and Description |
---|
NodesOperationResponse(ClusterName clusterName,
NodeResponse[] nodes) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncShardFetch<T extends NodeOperationResponse>
Allows to asynchronously fetch shard related data from other nodes for allocation, without blocking
the cluster update thread.
|
static class |
AsyncShardFetch.FetchResult<T extends NodeOperationResponse>
The result of a fetch operation.
|
static interface |
AsyncShardFetch.List<NodesResponse extends NodesOperationResponse<NodeResponse>,NodeResponse extends NodeOperationResponse>
An action that lists the relevant shard data that needs to be fetched.
|
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
TransportNodesListGatewayMetaState.NodeLocalGatewayMetaState |
Modifier and Type | Class and Description |
---|---|
static class |
TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards |
Modifier and Type | Class and Description |
---|---|
static class |
TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData |
Copyright © 2009–2016. All rights reserved.