org.elasticsearch.cluster.action.shard
Class ShardStateAction

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.cluster.action.shard.ShardStateAction

public class ShardStateAction
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
ShardStateAction(Settings settings, ClusterService clusterService, TransportService transportService, AllocationService allocationService, ThreadPool threadPool)
           
 
Method Summary
 void shardFailed(ShardRouting shardRouting, String reason)
           
 void shardStarted(ShardRouting shardRouting, String reason)
           
 
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

ShardStateAction

@Inject
public ShardStateAction(Settings settings,
                               ClusterService clusterService,
                               TransportService transportService,
                               AllocationService allocationService,
                               ThreadPool threadPool)
Method Detail

shardFailed

public void shardFailed(ShardRouting shardRouting,
                        String reason)
                 throws ElasticSearchException
Throws:
ElasticSearchException

shardStarted

public void shardStarted(ShardRouting shardRouting,
                         String reason)
                  throws ElasticSearchException
Throws:
ElasticSearchException


Copyright © 2009-2012. All Rights Reserved.