Uses of Interface
org.openspaces.admin.dump.DumpProvider
Packages that use DumpProvider
Package
Description
Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance.
Support for managing of Grid Service Agent(s) through the Admin API.
Support for managing of Grid Service Container(s) through the Admin API.
Support for managing of Grid Service Manager(s) through the Admin API.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Support for managing of Lookup Service(s) through the Admin API.
Support for managing of Machine(s) through the Admin API.
Support for managing of Zone(s) through the Admin API.
-
Uses of DumpProvider in org.openspaces.admin
Subinterfaces of DumpProvider in org.openspaces.adminMethod parameters in org.openspaces.admin with type arguments of type DumpProviderModifier and TypeMethodDescriptionAdmin.generateDump(Set<DumpProvider> dumpProviders, DumpGeneratedListener listener, String cause, Map<String, Object> context, String... processor) Generates dump for an explicit set of dump providers. -
Uses of DumpProvider in org.openspaces.admin.dump
Methods in org.openspaces.admin.dump with parameters of type DumpProviderModifier and TypeMethodDescriptionvoidDumpDownloadListener.onDownload(DumpProvider dumpProvider, long downloadedBytes, String name, String fileName) Called repeatedly with the downloaded bytes since the last call (the total can be obtained fromDumpResult.downloadSize().voidDumpGeneratedListener.onGenerated(DumpProvider provider, DumpResult dumpResult, int currentCount, int totalCount) A listener to be notified when a dump was generated. -
Uses of DumpProvider in org.openspaces.admin.gsa
Subinterfaces of DumpProvider in org.openspaces.admin.gsaModifier and TypeInterfaceDescriptioninterfaceA Grid Service Agent is a process manager allowing to start and stop (on the operating system process level) processes (such asGridServiceManager,GridServiceContainerandLookupService.interfaceGrid Service Agents hold all the differentGridServiceAgentthat are currently discovered. -
Uses of DumpProvider in org.openspaces.admin.gsc
Subinterfaces of DumpProvider in org.openspaces.admin.gscModifier and TypeInterfaceDescriptioninterfaceA Grid Service Container is a container forProcessingUnitInstances allocated to it through theGridServiceManagerthat manages it.interfaceGrid Service Containers hold all the differentGridServiceContainers that are currently discovered. -
Uses of DumpProvider in org.openspaces.admin.gsm
Subinterfaces of DumpProvider in org.openspaces.admin.gsmModifier and TypeInterfaceDescriptioninterfaceA Grid Service Manager is a manager forProcessingUnitdeployments (acting either as primary or backups for a certain processing unit deployment).interfaceGrid Service Containers hold all the differentGridServiceManagers that are currently discovered. -
Uses of DumpProvider in org.openspaces.admin.internal.admin
Subinterfaces of DumpProvider in org.openspaces.admin.internal.adminClasses in org.openspaces.admin.internal.admin that implement DumpProviderMethod parameters in org.openspaces.admin.internal.admin with type arguments of type DumpProviderModifier and TypeMethodDescriptionDefaultAdmin.generateDump(Set<DumpProvider> dumpProviders, DumpGeneratedListener listener, String cause, Map<String, Object> context, String... processor) -
Uses of DumpProvider in org.openspaces.admin.internal.dump
Constructors in org.openspaces.admin.internal.dump with parameters of type DumpProviderModifierConstructorDescriptionInternalDumpDownloadListenerAdapter(DumpProvider dumpProvider, DumpDownloadListener listener) InternalDumpResult(DumpProvider dumpProvider, InternalDumpProvider internalDumpProvider, InternalDumpResult internalResult) -
Uses of DumpProvider in org.openspaces.admin.internal.gsa
Subinterfaces of DumpProvider in org.openspaces.admin.internal.gsaModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.openspaces.admin.internal.gsa that implement DumpProvider -
Uses of DumpProvider in org.openspaces.admin.internal.gsc
Subinterfaces of DumpProvider in org.openspaces.admin.internal.gscModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.openspaces.admin.internal.gsc that implement DumpProviderModifier and TypeClassDescriptionclassclass -
Uses of DumpProvider in org.openspaces.admin.internal.gsm
Subinterfaces of DumpProvider in org.openspaces.admin.internal.gsmModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.openspaces.admin.internal.gsm that implement DumpProviderModifier and TypeClassDescriptionclassclass -
Uses of DumpProvider in org.openspaces.admin.internal.lus
Subinterfaces of DumpProvider in org.openspaces.admin.internal.lusModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.openspaces.admin.internal.lus that implement DumpProvider -
Uses of DumpProvider in org.openspaces.admin.internal.machine
Subinterfaces of DumpProvider in org.openspaces.admin.internal.machineClasses in org.openspaces.admin.internal.machine that implement DumpProvider -
Uses of DumpProvider in org.openspaces.admin.internal.zone
Subinterfaces of DumpProvider in org.openspaces.admin.internal.zoneClasses in org.openspaces.admin.internal.zone that implement DumpProvider -
Uses of DumpProvider in org.openspaces.admin.lus
Subinterfaces of DumpProvider in org.openspaces.admin.lusModifier and TypeInterfaceDescriptioninterfaceA lookup service acts a lookup server where different grid components register and maintain a lease against.interfaceLookup Services hold all the differentLookupServices that are currently discovered. -
Uses of DumpProvider in org.openspaces.admin.machine
Subinterfaces of DumpProvider in org.openspaces.admin.machineModifier and TypeInterfaceDescriptioninterfaceA Machine is a logical entity identified by a host address. -
Uses of DumpProvider in org.openspaces.admin.zone
Subinterfaces of DumpProvider in org.openspaces.admin.zone