| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.warmer.get | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
GetWarmersRequest |
GetWarmersRequest.warmers(String[] warmers) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportGetWarmersAction.checkBlock(GetWarmersRequest request,
ClusterState state) |
protected void |
TransportGetWarmersAction.doMasterOperation(GetWarmersRequest request,
String[] concreteIndices,
ClusterState state,
ActionListener<GetWarmersResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<GetWarmersResponse> |
IndicesAdminClient.getWarmers(GetWarmersRequest request)
Returns a map of index warmers for the given get request.
|
void |
IndicesAdminClient.getWarmers(GetWarmersRequest request,
ActionListener<GetWarmersResponse> listener)
Returns a map of index warmers for the given get request.
|
Copyright © 2009–2017. All rights reserved.