GigaSpaces XAP.NET Documentation
IDumpProvider Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.DumpIDumpProvider
Elements in the admin API that support dump operations. Allows to generate dump of the given element(s).
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IDumpProvider
Public Interface IDumpProvider
public interface class IDumpProvider
public interface IDumpProvider
Members
All MembersMethods



IconMemberDescription
GenerateDump(String)
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

GenerateDump(String, array<String>[]()[][])
Generates dump for the provided processors. The current list of processors include:
  • summary: General summary information of the process.
  • network: Information on the network layer of the process and the OS network stats.
  • thread: Thread dump of the process.
  • heap: Heap dump of the process. Note, this is a heavy operation and can produce very large dump files
  • log: Adds all the log files of the process to the dump file.
  • processingUnits: Dump of all the processing units (applicable only for GSCs) information.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)