public class CompoundDumpResult extends Object implements DumpResult
Constructor and Description |
---|
CompoundDumpResult() |
Modifier and Type | Method and Description |
---|---|
CompoundDumpResult |
add(DumpResult dumpResult) |
void |
addDumpFile(File file) |
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.
|
void |
download(ZipOutputStream zos,
DumpDownloadListener listener)
DOnwload the dump to already created ZipOutputStream
|
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
public void download(ZipOutputStream zos, DumpDownloadListener listener) throws IOException
DumpResult
download
in interface DumpResult
IOException
public void addDumpFile(File file)
Copyright © GigaSpaces.