Package | Description |
---|---|
org.elasticsearch.action.admin.indices.mapping.delete | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
DeleteMappingResponse |
DeleteMappingAction.newResponse() |
protected DeleteMappingResponse |
TransportDeleteMappingAction.newResponse() |
Modifier and Type | Method and Description |
---|---|
protected void |
DeleteMappingRequestBuilder.doExecute(ActionListener<DeleteMappingResponse> listener) |
protected void |
TransportDeleteMappingAction.doExecute(DeleteMappingRequest request,
ActionListener<DeleteMappingResponse> listener) |
protected void |
TransportDeleteMappingAction.masterOperation(DeleteMappingRequest request,
ClusterState state,
ActionListener<DeleteMappingResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteMappingResponse> |
IndicesAdminClient.deleteMapping(DeleteMappingRequest request)
Deletes mapping (and all its data) from one or more indices.
|
Modifier and Type | Method and Description |
---|---|
void |
IndicesAdminClient.deleteMapping(DeleteMappingRequest request,
ActionListener<DeleteMappingResponse> listener)
Deletes mapping definition for a type into one or more indices.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteMappingResponse> |
AbstractIndicesAdminClient.deleteMapping(DeleteMappingRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.deleteMapping(DeleteMappingRequest request,
ActionListener<DeleteMappingResponse> listener) |
Copyright © 2009–2015. All rights reserved.