|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.admin.dump.CompoundDumpResult
public class CompoundDumpResult
A dump results that holds one or more Dump results.
Constructor Summary | |
---|---|
CompoundDumpResult()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompoundDumpResult()
Method Detail |
---|
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
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |