Uses of Class
org.openspaces.events.polling.receive.AbstractNonBlockingReceiveOperationHandler
Packages that use AbstractNonBlockingReceiveOperationHandler
Package
Description
An abstraction on top of the actual receive operation performed by the polling event container.
-
Uses of AbstractNonBlockingReceiveOperationHandler in org.openspaces.events.polling.receive
Modifier and TypeClassDescriptionclassSupport class to perform receive operations with or without Fifo Grouping.classSupport class to perform receive operations with or without memory only search..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).