| 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 |
|---|---|
FieldStatsResponse |
FieldStatsAction.newResponse() |
protected FieldStatsResponse |
TransportFieldStatsTransportAction.newResponse(FieldStatsRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<FieldStatsResponse> |
Client.fieldStats(FieldStatsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
Client.fieldStats(FieldStatsRequest request,
ActionListener<FieldStatsResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<FieldStatsResponse> |
AbstractClient.fieldStats(FieldStatsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.fieldStats(FieldStatsRequest request,
ActionListener<FieldStatsResponse> listener) |
Copyright © 2009–2017. All rights reserved.