Uses of Class
org.openspaces.events.polling.receive.AbstractMemoryOnlySearchReceiveOperationHandler
Packages that use AbstractMemoryOnlySearchReceiveOperationHandler
Package
Description
An abstraction on top of the actual receive operation performed by the polling event container.
-
Uses of AbstractMemoryOnlySearchReceiveOperationHandler in org.openspaces.events.polling.receive
Subclasses of AbstractMemoryOnlySearchReceiveOperationHandler in org.openspaces.events.polling.receiveModifier and TypeClassDescriptionclassSupport class to perform receive operations with or without Fifo Grouping.classPerforms single read operation usingGigaSpace.read(Object, long, ReadModifiers)under an exclusive read lock.classFirst tries and perform aGigaSpace.readMultiple(Object, int, ReadModifiers)using the provided template, configured maxEntries (defaults to50) and the configured fifoGroups (default tofalse).classFirst tries and perform aGigaSpace.readMultiple(Object, int)using the provided template and configured maxEntries (defaults to50).classFirst tries and perform aGigaSpace.takeMultiple(Object, int, TakeModifiers)using the provided template, the configured maxEntries (defaults to50) and the configured fifoGroups (default tofalse).classPerforms single read operation usingGigaSpace.read(Object, long).classPerforms single take operation usingGigaSpace.take(Object, long, TakeModifiers).