Uses of Class
org.elasticsearch.action.admin.indices.mapping.delete.DeleteMappingRequest

Packages that use DeleteMappingRequest
org.elasticsearch.action.admin.indices.mapping.delete   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of DeleteMappingRequest in org.elasticsearch.action.admin.indices.mapping.delete
 

Methods in org.elasticsearch.action.admin.indices.mapping.delete that return DeleteMappingRequest
 DeleteMappingRequest DeleteMappingRequest.indices(String[] indices)
          Sets the indices this put mapping operation will execute on.
protected  DeleteMappingRequest TransportDeleteMappingAction.newRequest()
           
 DeleteMappingRequest DeleteMappingRequest.type(String mappingType)
          The type of the mappings to remove.
 

Methods in org.elasticsearch.action.admin.indices.mapping.delete with parameters of type DeleteMappingRequest
protected  ClusterBlockException TransportDeleteMappingAction.checkBlock(DeleteMappingRequest request, ClusterState state)
           
protected  void TransportDeleteMappingAction.doExecute(DeleteMappingRequest request, ActionListener<DeleteMappingResponse> listener)
           
protected  DeleteMappingResponse TransportDeleteMappingAction.masterOperation(DeleteMappingRequest request, ClusterState state)
           
 

Uses of DeleteMappingRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return DeleteMappingRequest
static DeleteMappingRequest Requests.deleteMappingRequest(String... indices)
          Deletes mapping (and all its data) from one or more indices.
 

Methods in org.elasticsearch.client with parameters of type DeleteMappingRequest
 ActionFuture<DeleteMappingResponse> IndicesAdminClient.deleteMapping(DeleteMappingRequest request)
          Deletes mapping (and all its data) from one or more indices.
 void IndicesAdminClient.deleteMapping(DeleteMappingRequest request, ActionListener<DeleteMappingResponse> listener)
          Deletes mapping definition for a type into one or more indices.
 

Uses of DeleteMappingRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type DeleteMappingRequest
 ActionFuture<DeleteMappingResponse> AbstractIndicesAdminClient.deleteMapping(DeleteMappingRequest request)
           
 void AbstractIndicesAdminClient.deleteMapping(DeleteMappingRequest request, ActionListener<DeleteMappingResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.