|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Backup
Online backup for Neo4j.
| Method Summary | |
|---|---|
void |
disableFileLogger()
Disable logging to file. |
void |
doBackup()
Perform the backup. |
void |
enableFileLogger()
Enable logging to file. |
void |
enableFileLogger(FileHandler handler)
Enable a user-provided FileHandler |
void |
enableFileLogger(String filename)
Enable logging to the specified file. |
void |
setLogLevelDebug()
Enable debug logging. |
void |
setLogLevelNormal()
Set logging to normal. |
void |
setLogLevelOff()
Turn off all logging. |
| Method Detail |
|---|
void doBackup()
throws IOException
IOException
void enableFileLogger()
throws SecurityException,
IOException
SecurityException
IOException
void enableFileLogger(String filename)
throws SecurityException,
IOException
filename - file name of log file
SecurityException
IOExceptionvoid enableFileLogger(FileHandler handler)
FileHandler
handler - file handler for loggingvoid disableFileLogger()
void setLogLevelDebug()
void setLogLevelNormal()
void setLogLevelOff()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||