org.elasticsearch.monitor.dump.summary
Class SummaryDumpContributor

java.lang.Object
  extended by org.elasticsearch.monitor.dump.summary.SummaryDumpContributor
All Implemented Interfaces:
DumpContributor

public class SummaryDumpContributor
extends Object
implements DumpContributor


Field Summary
static String SUMMARY
           
 
Constructor Summary
SummaryDumpContributor(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

SUMMARY

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

SummaryDumpContributor

@Inject
public SummaryDumpContributor(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.