org.elasticsearch.monitor.dump
Interface Dump

All Known Implementing Classes:
AbstractDump, SimpleDump

public interface Dump


Method Summary
 String cause()
           
 Map<String,Object> context()
           
 File createFile(String name)
           
 OutputStream createFileOutputStream(String name)
           
 Writer createFileWriter(String name)
           
 File[] files()
           
 void finish()
           
 long timestamp()
           
 

Method Detail

timestamp

long timestamp()

context

Map<String,Object> context()

cause

String cause()

createFile

File createFile(String name)
                throws DumpException
Throws:
DumpException

createFileWriter

Writer createFileWriter(String name)
                        throws DumpException
Throws:
DumpException

createFileOutputStream

OutputStream createFileOutputStream(String name)
                                    throws DumpException
Throws:
DumpException

files

File[] files()

finish

void finish()
            throws DumpException
Throws:
DumpException


Copyright © 2009-2012. All Rights Reserved.