org.elasticsearch.monitor.dump.cluster
Class ClusterDumpContributor

java.lang.Object
  extended by org.elasticsearch.monitor.dump.cluster.ClusterDumpContributor
All Implemented Interfaces:
DumpContributor

public class ClusterDumpContributor
extends Object
implements DumpContributor


Field Summary
static String CLUSTER
           
 
Constructor Summary
ClusterDumpContributor(ClusterService clusterService, String name, Settings settings)
           
 
Method Summary
 void contribute(Dump dump)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLUSTER

public static final String CLUSTER
See Also:
Constant Field Values
Constructor Detail

ClusterDumpContributor

@Inject
public ClusterDumpContributor(ClusterService clusterService,
                                     String name,
                                     Settings settings)
Method Detail

getName

public String getName()
Specified by:
getName in interface DumpContributor

contribute

public void contribute(Dump dump)
                throws DumpContributionFailedException
Specified by:
contribute in interface DumpContributor
Throws:
DumpContributionFailedException


Copyright © 2009-2012. All Rights Reserved.