Package | Description |
---|---|
org.elasticsearch.action.get |
Get 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 |
---|---|
MultiGetResponse |
MultiGetAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
MultiGetRequestBuilder.doExecute(ActionListener<MultiGetResponse> listener) |
protected void |
TransportMultiGetAction.doExecute(MultiGetRequest request,
ActionListener<MultiGetResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<MultiGetResponse> |
Client.multiGet(MultiGetRequest request)
Multi get documents.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.multiGet(MultiGetRequest request,
ActionListener<MultiGetResponse> listener)
Multi get documents.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<MultiGetResponse> |
AbstractClient.multiGet(MultiGetRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClient.multiGet(MultiGetRequest request,
ActionListener<MultiGetResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<MultiGetResponse> |
TransportClient.multiGet(MultiGetRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
TransportClient.multiGet(MultiGetRequest request,
ActionListener<MultiGetResponse> listener) |
Copyright © 2009–2015. All rights reserved.