|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DumpResult
A results of a dump operation. Allows to download the dump into a specific file.
DumpProvider
Method Summary | |
---|---|
void |
download(File target,
DumpDownloadListener listener)
Downloads the dump into the target file. |
void |
download(File targetDirectory,
String fileName,
DumpDownloadListener listener)
Downloads the dump into the target file. |
long |
downloadSize()
The download size of the dump. |
String |
getName()
The name of the dump. |
Method Detail |
---|
String getName()
long downloadSize()
void download(File target, DumpDownloadListener listener) throws AdminException
AdminException
void download(File targetDirectory, String fileName, DumpDownloadListener listener) throws AdminException
AdminException
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |