Package | Description |
---|---|
org.elasticsearch.action.admin.indices.mapping.get | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
protected GetMappingsRequest |
TransportGetMappingsAction.newRequest() |
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
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<GetMappingsResponse> |
AbstractIndicesAdminClient.getMappings(GetMappingsRequest request) |
void |
AbstractIndicesAdminClient.getMappings(GetMappingsRequest request,
ActionListener<GetMappingsResponse> listener) |
Copyright © 2009–2015. All rights reserved.