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()
DumpResult
getName
in interface DumpResult
public DumpResult[] getResults()
public long downloadSize()
DumpResult
downloadSize
in interface DumpResult
public void download(File targetDirectory, String fileName, DumpDownloadListener listener) throws AdminException
DumpResult
download
in interface DumpResult
AdminException
public void download(File target, DumpDownloadListener listener) throws AdminException
DumpResult
download
in interface DumpResult
AdminException
Copyright © GigaSpaces.