public interface DumpResult
DumpProvider| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
String getName()
long downloadSize()
void download(File target, DumpDownloadListener listener) throws AdminException
AdminExceptionvoid download(File targetDirectory, String fileName, DumpDownloadListener listener) throws AdminException
AdminExceptionvoid download(ZipOutputStream zos, DumpDownloadListener listener) throws IOException
IOExceptionCopyright © GigaSpaces.