org.elasticsearch.cluster.action.index
Class NodeMappingRefreshAction

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.cluster.action.index.NodeMappingRefreshAction

public class NodeMappingRefreshAction
extends AbstractComponent


Nested Class Summary
static class NodeMappingRefreshAction.NodeMappingRefreshRequest
           
 
Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
NodeMappingRefreshAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, MetaDataMappingService metaDataMappingService)
           
 
Method Summary
 void nodeMappingRefresh(NodeMappingRefreshAction.NodeMappingRefreshRequest request)
           
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeMappingRefreshAction

@Inject
public NodeMappingRefreshAction(Settings settings,
                                       ThreadPool threadPool,
                                       TransportService transportService,
                                       ClusterService clusterService,
                                       MetaDataMappingService metaDataMappingService)
Method Detail

nodeMappingRefresh

public void nodeMappingRefresh(NodeMappingRefreshAction.NodeMappingRefreshRequest request)
                        throws ElasticSearchException
Throws:
ElasticSearchException


Copyright © 2009-2012. All Rights Reserved.