Uses of Interface
org.openspaces.events.polling.receive.ReceiveOperationHandler
Packages that use ReceiveOperationHandler
Package
Description
A polling event container generating events by performing polling receive operations.
An abstraction on top of the actual receive operation performed by the polling event container.
-
Uses of ReceiveOperationHandler in org.openspaces.events.polling
Methods in org.openspaces.events.polling that return ReceiveOperationHandlerModifier and TypeMethodDescriptionprotected ReceiveOperationHandlerSimplePollingEventListenerContainer.getReceiveOperationHandler()Methods in org.openspaces.events.polling with parameters of type ReceiveOperationHandlerModifier and TypeMethodDescriptionSimplePollingContainerConfigurer.receiveOperationHandler(ReceiveOperationHandler receiveOperationHandler) voidSimplePollingEventListenerContainer.setReceiveOperationHandler(ReceiveOperationHandler receiveOperationHandler) Allows to set a receive operation handler that will perform the actual receive operation. -
Uses of ReceiveOperationHandler in org.openspaces.events.polling.receive
Classes in org.openspaces.events.polling.receive that implement ReceiveOperationHandlerModifier and TypeClassDescriptionclassSupport class to perform receive operations with or without Fifo Grouping.classSupport class to perform receive operations with or without memory only search..classSupport class to perform either non blocking or blocking receive operation.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).