GigaSpaces XAP 9.0 API

org.openspaces.admin.dump
Interface DumpResult

All Known Implementing Classes:
CompoundDumpResult

public interface DumpResult

A results of a dump operation. Allows to download the dump into a specific file.

Author:
kimchy
See Also:
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

getName

String getName()
The name of the dump.


downloadSize

long downloadSize()
The download size of the dump.


download

void download(File target,
              DumpDownloadListener listener)
              throws AdminException
Downloads the dump into the target file. Allowing to provide a listener to track the downloading process.

Throws:
AdminException

download

void download(File targetDirectory,
              String fileName,
              DumpDownloadListener listener)
              throws AdminException
Downloads the dump into the target file. Allowing to provide a listener to track the downloading process.

Throws:
AdminException

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.