| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.mapping.get | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
TransportGetMappingsAction.checkBlock(GetMappingsRequest request,
ClusterState state) |
protected void |
TransportGetMappingsAction.doMasterOperation(GetMappingsRequest request,
String[] concreteIndices,
ClusterState state,
ActionListener<GetMappingsResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<GetMappingsResponse> |
IndicesAdminClient.getMappings(GetMappingsRequest request)
Get the complete mappings of one or more types
|
void |
IndicesAdminClient.getMappings(GetMappingsRequest request,
ActionListener<GetMappingsResponse> listener)
Get the complete mappings of one or more types
|
Copyright © 2009–2017. All rights reserved.