| 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  | AbstractFifoGroupingReceiveOperationHandlerSupport class to perform receive operations with or without Fifo Grouping. | 
| class  | ExclusiveReadReceiveOperationHandlerPerforms single read operation using  GigaSpace.read(Object, long,
 ReadModifiers)under an exclusive read lock. | 
| class  | MultiExclusiveReadReceiveOperationHandlerFirst tries and perform a  GigaSpace.readMultiple(Object, int, ReadModifiers)using the provided template, configured maxEntries (defaults to50) and the
 configured fifoGroups (default tofalse). | 
| class  | MultiReadReceiveOperationHandlerFirst tries and perform a  GigaSpace.readMultiple(Object, int)using
 the provided template and configured maxEntries (defaults to50). | 
| class  | MultiTakeReceiveOperationHandlerFirst tries and perform a  GigaSpace.takeMultiple(Object, int, TakeModifiers)using the provided template, the configured maxEntries (defaults to50) and the
 configured fifoGroups (default tofalse). | 
| class  | SingleReadReceiveOperationHandlerPerforms single read operation using  GigaSpace.read(Object, long). | 
| class  | SingleTakeReceiveOperationHandlerPerforms single take operation using  GigaSpace.take(Object, long,
 TakeModifiers). | 
Copyright © GigaSpaces.