public interface DumpProvider
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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 processorsAdminExceptionDumpResult 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.AdminExceptionCopyright © GigaSpaces.