Uses of Class
org.openspaces.events.polling.receive.AbstractFifoGroupingReceiveOperationHandler
Packages that use AbstractFifoGroupingReceiveOperationHandler
Package
Description
An abstraction on top of the actual receive operation performed by the polling event container.
-
Uses of AbstractFifoGroupingReceiveOperationHandler in org.openspaces.events.polling.receive
Modifier and TypeClassDescriptionclassPerforms 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.takeMultiple(Object, int, TakeModifiers)using the provided template, the configured maxEntries (defaults to50) and the configured fifoGroups (default tofalse).classPerforms single take operation usingGigaSpace.take(Object, long, TakeModifiers).