Uses of Class
org.elasticsearch.action.support.nodes.BaseNodeResponse
-
-
Uses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.node.hotthreads
Subclasses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.node.hotthreads Modifier and Type Class Description classNodeHotThreads -
Uses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.node.info
Subclasses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.node.info Modifier and Type Class Description classNodeInfoNode information (static, does not change over time). -
Uses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.node.reload
Subclasses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.node.reload Modifier and Type Class Description static classNodesReloadSecureSettingsResponse.NodeResponse -
Uses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.node.stats
Subclasses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.node.stats Modifier and Type Class Description classNodeStatsNode statistics (dynamic, changes depending on when created). -
Uses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.node.usage
Subclasses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.node.usage Modifier and Type Class Description classNodeUsage -
Uses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.snapshots.status
Subclasses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.snapshots.status Modifier and Type Class Description static classTransportNodesSnapshotsStatus.NodeSnapshotStatus -
Uses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.stats
Subclasses of BaseNodeResponse in org.elasticsearch.action.admin.cluster.stats Modifier and Type Class Description classClusterStatsNodeResponse -
Uses of BaseNodeResponse in org.elasticsearch.action.support.nodes
Classes in org.elasticsearch.action.support.nodes with type parameters of type BaseNodeResponse Modifier and Type Class Description classBaseNodesResponse<TNodeResponse extends BaseNodeResponse>classTransportNodesAction<NodesRequest extends BaseNodesRequest<NodesRequest>,NodesResponse extends BaseNodesResponse,NodeRequest extends BaseNodeRequest,NodeResponse extends BaseNodeResponse> -
Uses of BaseNodeResponse in org.elasticsearch.gateway
Classes in org.elasticsearch.gateway with type parameters of type BaseNodeResponse Modifier and Type Class Description classAsyncShardFetch<T extends BaseNodeResponse>Allows to asynchronously fetch shard related data from other nodes for allocation, without blocking the cluster update thread.static classAsyncShardFetch.FetchResult<T extends BaseNodeResponse>The result of a fetch operation.static interfaceAsyncShardFetch.Lister<NodesResponse extends BaseNodesResponse<NodeResponse>,NodeResponse extends BaseNodeResponse>An action that lists the relevant shard data that needs to be fetched.Subclasses of BaseNodeResponse in org.elasticsearch.gateway Modifier and Type Class Description static classTransportNodesListGatewayMetaState.NodeGatewayMetaStatestatic classTransportNodesListGatewayStartedShards.NodeGatewayStartedShards -
Uses of BaseNodeResponse in org.elasticsearch.indices.store
Subclasses of BaseNodeResponse in org.elasticsearch.indices.store Modifier and Type Class Description static classTransportNodesListShardStoreMetaData.NodeStoreFilesMetaData -
Uses of BaseNodeResponse in org.elasticsearch.rest.action
Methods in org.elasticsearch.rest.action with type parameters of type BaseNodeResponse Modifier and Type Method Description static <NodeResponse extends BaseNodeResponse>
voidRestActions. buildNodesHeader(XContentBuilder builder, ToXContent.Params params, BaseNodesResponse<NodeResponse> response)Create the XContent header for anyBaseNodesResponse.
-