public class CompoundDumpResult extends Object implements DumpResult
| Constructor and Description |
|---|
CompoundDumpResult() |
| Modifier and Type | Method and Description |
|---|---|
CompoundDumpResult |
add(DumpResult dumpResult) |
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.
|
DumpResult[] |
getResults() |
public CompoundDumpResult add(DumpResult dumpResult)
public String getName()
DumpResultgetName in interface DumpResultpublic DumpResult[] getResults()
public long downloadSize()
DumpResultdownloadSize in interface DumpResultpublic void download(File targetDirectory, String fileName, DumpDownloadListener listener) throws AdminException
DumpResultdownload in interface DumpResultAdminExceptionpublic void download(File target, DumpDownloadListener listener) throws AdminException
DumpResultdownload in interface DumpResultAdminExceptionCopyright © GigaSpaces.