| Package | Description |
|---|---|
| org.elasticsearch.action.fieldstats | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportFieldStatsTransportAction.checkGlobalBlock(ClusterState state,
FieldStatsRequest request) |
protected ClusterBlockException |
TransportFieldStatsTransportAction.checkRequestBlock(ClusterState state,
FieldStatsRequest request,
String[] concreteIndices) |
protected FieldStatsResponse |
TransportFieldStatsTransportAction.newResponse(FieldStatsRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
protected FieldStatsShardRequest |
TransportFieldStatsTransportAction.newShardRequest(int numShards,
ShardRouting shard,
FieldStatsRequest request) |
protected GroupShardsIterator |
TransportFieldStatsTransportAction.shards(ClusterState clusterState,
FieldStatsRequest request,
String[] concreteIndices) |
| Constructor and Description |
|---|
FieldStatsShardRequest(ShardId shardId,
FieldStatsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<FieldStatsResponse> |
Client.fieldStats(FieldStatsRequest request) |
void |
Client.fieldStats(FieldStatsRequest request,
ActionListener<FieldStatsResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<FieldStatsResponse> |
AbstractClient.fieldStats(FieldStatsRequest request) |
void |
AbstractClient.fieldStats(FieldStatsRequest request,
ActionListener<FieldStatsResponse> listener) |
Copyright © 2009–2017. All rights reserved.