Uses of Class
org.elasticsearch.action.support.nodes.BaseNodesResponse
-
-
Uses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.node.hotthreads
Subclasses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.node.hotthreads Modifier and Type Class Description classNodesHotThreadsResponse -
Uses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.node.info
Subclasses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.node.info Modifier and Type Class Description classNodesInfoResponse -
Uses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.node.reload
Subclasses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.node.reload Modifier and Type Class Description classNodesReloadSecureSettingsResponseThe response for the reload secure settings action -
Uses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.node.stats
Subclasses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.node.stats Modifier and Type Class Description classNodesStatsResponse -
Uses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.node.usage
Subclasses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.node.usage Modifier and Type Class Description classNodesUsageResponseThe response for the nodes usage api which contains the individual usage statistics for all nodes queried. -
Uses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.snapshots.status
Subclasses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.snapshots.status Modifier and Type Class Description static classTransportNodesSnapshotsStatus.NodesSnapshotStatus -
Uses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.stats
Subclasses of BaseNodesResponse in org.elasticsearch.action.admin.cluster.stats Modifier and Type Class Description classClusterStatsResponse -
Uses of BaseNodesResponse in org.elasticsearch.action.support.nodes
Classes in org.elasticsearch.action.support.nodes with type parameters of type BaseNodesResponse Modifier and Type Class Description classNodesOperationRequestBuilder<Request extends BaseNodesRequest<Request>,Response extends BaseNodesResponse,RequestBuilder extends NodesOperationRequestBuilder<Request,Response,RequestBuilder>>classTransportNodesAction<NodesRequest extends BaseNodesRequest<NodesRequest>,NodesResponse extends BaseNodesResponse,NodeRequest extends BaseNodeRequest,NodeResponse extends BaseNodeResponse> -
Uses of BaseNodesResponse in org.elasticsearch.gateway
Classes in org.elasticsearch.gateway with type parameters of type BaseNodesResponse Modifier and Type Interface Description 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 BaseNodesResponse in org.elasticsearch.gateway Modifier and Type Class Description static classTransportNodesListGatewayMetaState.NodesGatewayMetaStatestatic classTransportNodesListGatewayStartedShards.NodesGatewayStartedShardsConstructor parameters in org.elasticsearch.gateway with type arguments of type BaseNodesResponse Constructor Description AsyncShardFetch(org.apache.logging.log4j.Logger logger, String type, ShardId shardId, AsyncShardFetch.Lister<? extends BaseNodesResponse<T>,T> action) -
Uses of BaseNodesResponse in org.elasticsearch.indices.store
Subclasses of BaseNodesResponse in org.elasticsearch.indices.store Modifier and Type Class Description static classTransportNodesListShardStoreMetaData.NodesStoreFilesMetaData -
Uses of BaseNodesResponse in org.elasticsearch.rest.action
Classes in org.elasticsearch.rest.action with type parameters of type BaseNodesResponse Modifier and Type Class Description static classRestActions.NodesResponseRestListener<NodesResponse extends BaseNodesResponse & ToXContent>NodesResponseRestBuilderListenerautomatically translates anyBaseNodesResponse(multi-node) response that isToXContent-compatible into aRestResponsewith the necessary header info (e.g., "cluster_name").Methods in org.elasticsearch.rest.action with type parameters of type BaseNodesResponse Modifier and Type Method Description static <NodesResponse extends BaseNodesResponse & ToXContent>
BytesRestResponseRestActions. nodesResponse(XContentBuilder builder, ToXContent.Params params, NodesResponse response)Methods in org.elasticsearch.rest.action with parameters of type BaseNodesResponse 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.
-