org.elasticsearch.monitor.dump.heap
Class HeapDumpContributor

java.lang.Object
  extended by org.elasticsearch.monitor.dump.heap.HeapDumpContributor
All Implemented Interfaces:
DumpContributor

public class HeapDumpContributor
extends Object
implements DumpContributor


Field Summary
static String HEAP_DUMP
           
 
Constructor Summary
HeapDumpContributor(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

HEAP_DUMP

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

HeapDumpContributor

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