Package | Description |
---|---|
org.elasticsearch.action.count |
Count action.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support | |
org.elasticsearch.client.transport |
Modifier and Type | Method and Description |
---|---|
CountResponse |
CountAction.newResponse() |
protected CountResponse |
TransportCountAction.newResponse(CountRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
Modifier and Type | Method and Description |
---|---|
protected void |
CountRequestBuilder.doExecute(ActionListener<CountResponse> listener) |
protected void |
TransportCountAction.doExecute(CountRequest request,
ActionListener<CountResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<CountResponse> |
Client.count(CountRequest request)
A count of all the documents matching a specific query.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.count(CountRequest request,
ActionListener<CountResponse> listener)
A count of all the documents matching a specific query.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<CountResponse> |
AbstractClient.count(CountRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClient.count(CountRequest request,
ActionListener<CountResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<CountResponse> |
TransportClient.count(CountRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
TransportClient.count(CountRequest request,
ActionListener<CountResponse> listener) |
Copyright © 2009–2015. All rights reserved.