Uses of Interface
com.gigaspaces.internal.dump.InternalDumpProcessor
Packages that use InternalDumpProcessor
Package
Description
This package is responsible for simplifying the creation of IJSpace implementation.
A package including based classes and support classes for different OpenSpaces event containers.
A notify event container allowing to use GigaSpace support for notifications.
A polling event container generating events by performing polling receive operations.
An abstraction of a Processing Unit Containers.
A Service Grid based processing unit container.
Internal (SPI) level interfaces for processing unit containers.
Support classes for processing unit containers including command line parsers and Spring resource based
application context.
-
Uses of InternalDumpProcessor in org.openspaces.archive
Classes in org.openspaces.archive that implement InternalDumpProcessorModifier and TypeClassDescriptionclassTakes objects specified in the template into the archive handler defined byArchivePollingContainer.setArchiveHandler(ArchiveOperationHandler)This container can be used to take (remove) objects from the Space and persist them into an external service. -
Uses of InternalDumpProcessor in org.openspaces.core.gateway
Classes in org.openspaces.core.gateway that implement InternalDumpProcessorModifier and TypeClassDescriptionclassBase class for replication gateway components.classA gateway delegator factory bean for creating aReplicationConnectionDelegatorContainer.classA sink factory bean for creating aLocalClusterReplicationSinkwhich represents a gateway sink component. -
Uses of InternalDumpProcessor in org.openspaces.core.space
Classes in org.openspaces.core.space that implement InternalDumpProcessorModifier and TypeClassDescriptionclassBase class for most space factory beans responsible for creating/findingIJSpaceimplementation.classA direct space factory bean, initialized with an existingIJSpaceand provides it as the space.classclassclassA space factory bean that creates a space (IJSpace) based on a url. -
Uses of InternalDumpProcessor in org.openspaces.events
Classes in org.openspaces.events that implement InternalDumpProcessorModifier and TypeClassDescriptionclassA simple based class forSpaceDataEventListenerbased containers. -
Uses of InternalDumpProcessor in org.openspaces.events.asyncpolling
Classes in org.openspaces.events.asyncpolling that implement InternalDumpProcessorModifier and TypeClassDescriptionclassAsync polling event container uses the space async operation capabilities (such asGigaSpace.asyncTake(Object)in order to simulate events (optionally transactional). -
Uses of InternalDumpProcessor in org.openspaces.events.notify
Classes in org.openspaces.events.notify that implement InternalDumpProcessorModifier and TypeClassDescriptionclassA simple notification based container allowing to register aSpaceDataEventListenerthat will be triggered by notifications. -
Uses of InternalDumpProcessor in org.openspaces.events.polling
Classes in org.openspaces.events.polling that implement InternalDumpProcessorModifier and TypeClassDescriptionclassEvent listener container variant that uses plain Space take API, specifically a loop ofGigaSpace.take(Object, long)calls that also allow for transactional reception of messages. -
Uses of InternalDumpProcessor in org.openspaces.events.support
Classes in org.openspaces.events.support that implement InternalDumpProcessorModifier and TypeClassDescriptionclassHolds dynamically generated event containers. -
Uses of InternalDumpProcessor in org.openspaces.pu.container
Methods in org.openspaces.pu.container that return types with arguments of type InternalDumpProcessorModifier and TypeMethodDescriptionabstract Collection<InternalDumpProcessor>ProcessingUnitContainer.getDumpProcessors() -
Uses of InternalDumpProcessor in org.openspaces.pu.container.servicegrid
Classes in org.openspaces.pu.container.servicegrid that implement InternalDumpProcessor -
Uses of InternalDumpProcessor in org.openspaces.pu.container.spi
Methods in org.openspaces.pu.container.spi that return types with arguments of type InternalDumpProcessor -
Uses of InternalDumpProcessor in org.openspaces.pu.container.support
Methods in org.openspaces.pu.container.support that return types with arguments of type InternalDumpProcessor