Package | Description |
---|---|
org.openspaces.events.polling.receive |
An abstraction on top of the actual receive operation performed by the polling event container.
|
Modifier and Type | Class and Description |
---|---|
class |
ExclusiveReadReceiveOperationHandler
Performs single read operation using
GigaSpace.read(Object, long,
ReadModifiers) under an exclusive read lock. |
class |
MultiExclusiveReadReceiveOperationHandler
First tries and perform a
GigaSpace.readMultiple(Object, int, ReadModifiers)
using the provided template, configured maxEntries (defaults to 50 ) and the
configured fifoGroups (default to false ). |
class |
MultiTakeReceiveOperationHandler
First tries and perform a
GigaSpace.takeMultiple(Object, int, TakeModifiers)
using the provided template, the configured maxEntries (defaults to 50 ) and the
configured fifoGroups (default to false ). |
class |
SingleTakeReceiveOperationHandler
Performs single take operation using
GigaSpace.take(Object, long,
TakeModifiers) . |
Copyright © GigaSpaces.