org.elasticsearch.monitor.dump
Class SimpleDump

java.lang.Object
  extended by org.elasticsearch.monitor.dump.AbstractDump
      extended by org.elasticsearch.monitor.dump.SimpleDump
All Implemented Interfaces:
Dump

public class SimpleDump
extends AbstractDump


Constructor Summary
SimpleDump(long timestamp, String cause, Map<String,Object> context, File location)
           
 
Method Summary
protected  File doCreateFile(String name)
           
 void finish()
           
 
Methods inherited from class org.elasticsearch.monitor.dump.AbstractDump
cause, context, createFile, createFileOutputStream, createFileWriter, files, timestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDump

public SimpleDump(long timestamp,
                  String cause,
                  @Nullable
                  Map<String,Object> context,
                  File location)
           throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

doCreateFile

protected File doCreateFile(String name)
                     throws DumpException
Specified by:
doCreateFile in class AbstractDump
Throws:
DumpException

finish

public void finish()
            throws DumpException
Throws:
DumpException


Copyright © 2009-2012. All Rights Reserved.