GigaSpaces XAP 9.0 API

org.openspaces.admin.dump
Interface DumpProvider

All Known Subinterfaces:
Admin, ElasticServiceManager, ElasticServiceManagers, GridServiceAgent, GridServiceAgents, GridServiceContainer, GridServiceContainers, GridServiceManager, GridServiceManagers, LookupService, LookupServices, Machine, Zone

public interface DumpProvider

Elements in the admin API that support dump operations. Allows to generate dump of the given element(s).

Author:
kimchy

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

generateDump

DumpResult generateDump(String cause,
                        Map<String,Object> context)
                        throws AdminException
Generates dump for all the provided dump processors. Note, this will include a heap dump which can consume time and potentially be of very large size

Parameters:
cause - The cause that this dump was generated
context - Allows to provide specific parameters to specific processors
Throws:
AdminException

generateDump

DumpResult generateDump(String cause,
                        Map<String,Object> context,
                        String... processor)
                        throws AdminException
Generates dump for the provided processors. The current list of processors include:

Parameters:
cause - The cause this dump was generated.
context - Allows to provide specific parameters to specific processors.
processor - The list of processors to be used.
Throws:
AdminException

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.