Uses of Class
org.elasticsearch.action.admin.indices.mapping.put.PutMappingRequest

Packages that use PutMappingRequest
org.elasticsearch.action.admin.indices.mapping.put Put Mapping Action. 
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
 

Uses of PutMappingRequest in org.elasticsearch.action.admin.indices.mapping.put
 

Methods in org.elasticsearch.action.admin.indices.mapping.put that return PutMappingRequest
 PutMappingRequest PutMappingRequest.ignoreConflicts(boolean ignoreDuplicates)
          If there is already a mapping definition registered against the type, then it will be merged.
 PutMappingRequest PutMappingRequest.indices(String[] indices)
          Sets the indices this put mapping operation will execute on.
protected  PutMappingRequest TransportPutMappingAction.newRequest()
           
 PutMappingRequest PutMappingRequest.source(Map mappingSource)
          The mapping source definition.
 PutMappingRequest PutMappingRequest.source(String mappingSource)
          The mapping source definition.
 PutMappingRequest PutMappingRequest.source(XContentBuilder mappingBuilder)
          The mapping source definition.
 PutMappingRequest PutMappingRequest.timeout(String timeout)
          Timeout to wait till the put mapping gets acknowledged of all current cluster nodes.
 PutMappingRequest PutMappingRequest.timeout(TimeValue timeout)
          Timeout to wait till the put mapping gets acknowledged of all current cluster nodes.
 PutMappingRequest PutMappingRequest.type(String mappingType)
          The type of the mappings.
 

Methods in org.elasticsearch.action.admin.indices.mapping.put with parameters of type PutMappingRequest
protected  ClusterBlockException TransportPutMappingAction.checkBlock(PutMappingRequest request, ClusterState state)
           
protected  void TransportPutMappingAction.doExecute(PutMappingRequest request, ActionListener<PutMappingResponse> listener)
           
protected  PutMappingResponse TransportPutMappingAction.masterOperation(PutMappingRequest request, ClusterState state)
           
 

Uses of PutMappingRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return PutMappingRequest
static PutMappingRequest Requests.putMappingRequest(String... indices)
          Create a create mapping request against one or more indices.
 

Methods in org.elasticsearch.client with parameters of type PutMappingRequest
 ActionFuture<PutMappingResponse> IndicesAdminClient.putMapping(PutMappingRequest request)
          Add mapping definition for a type into one or more indices.
 void IndicesAdminClient.putMapping(PutMappingRequest request, ActionListener<PutMappingResponse> listener)
          Add mapping definition for a type into one or more indices.
 

Uses of PutMappingRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type PutMappingRequest
 ActionFuture<PutMappingResponse> AbstractIndicesAdminClient.putMapping(PutMappingRequest request)
           
 void AbstractIndicesAdminClient.putMapping(PutMappingRequest request, ActionListener<PutMappingResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.