Uses of Class
org.elasticsearch.cluster.metadata.MetaDataMappingService

Packages that use MetaDataMappingService
org.elasticsearch.action.admin.indices.mapping.delete   
org.elasticsearch.action.admin.indices.mapping.put Put Mapping Action. 
org.elasticsearch.cluster.action.index   
 

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

Constructors in org.elasticsearch.action.admin.indices.mapping.delete with parameters of type MetaDataMappingService
TransportDeleteMappingAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataMappingService metaDataMappingService, TransportDeleteByQueryAction deleteByQueryAction, TransportRefreshAction refreshAction, TransportFlushAction flushAction)
           
 

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

Constructors in org.elasticsearch.action.admin.indices.mapping.put with parameters of type MetaDataMappingService
TransportPutMappingAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataMappingService metaDataMappingService)
           
 

Uses of MetaDataMappingService in org.elasticsearch.cluster.action.index
 

Constructors in org.elasticsearch.cluster.action.index with parameters of type MetaDataMappingService
MappingUpdatedAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetaDataMappingService metaDataMappingService)
           
NodeMappingRefreshAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, MetaDataMappingService metaDataMappingService)
           
 



Copyright © 2009-2012. All Rights Reserved.