|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DumpProvider
Elements in the admin API that support dump operations. Allows to generate dump of the given element(s).
Method Summary | |
---|---|
DumpResult |
generateDump(String cause,
Map<String,Object> context)
Generates dump for all the provided dump processors. |
DumpResult |
generateDump(String cause,
Map<String,Object> context,
String... processor)
Generates dump for the provided processors. |
Method Detail |
---|
DumpResult generateDump(String cause, Map<String,Object> context) throws AdminException
cause
- The cause that this dump was generatedcontext
- Allows to provide specific parameters to specific processors
AdminException
DumpResult generateDump(String cause, Map<String,Object> context, String... processor) throws AdminException
cause
- The cause this dump was generated.context
- Allows to provide specific parameters to specific processors.processor
- The list of processors to be used.
AdminException
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |