See: Description
| Interface | Description | 
|---|---|
| ReceiveOperationHandler | Perform the actual receive operations for  SimplePollingEventListenerContainer. | 
| Class | Description | 
|---|---|
| AbstractFifoGroupingReceiveOperationHandler | Support class to perform receive operations with or without Fifo Grouping. | 
| AbstractMemoryOnlySearchReceiveOperationHandler | Support class to perform receive operations with or without memory only search.. | 
| AbstractNonBlockingReceiveOperationHandler | Support class to perform either non blocking or blocking receive operation. | 
| ExclusiveReadReceiveOperationHandler | Performs single read operation using  GigaSpace.read(Object, long,
 ReadModifiers)under an exclusive read lock. | 
| MultiExclusiveReadReceiveOperationHandler | First tries and perform a  GigaSpace.readMultiple(Object, int, ReadModifiers)using the provided template, configured maxEntries (defaults to50) and the
 configured fifoGroups (default tofalse). | 
| MultiReadReceiveOperationHandler | First tries and perform a  GigaSpace.readMultiple(Object, int)using
 the provided template and configured maxEntries (defaults to50). | 
| MultiTakeReceiveOperationHandler | First tries and perform a  GigaSpace.takeMultiple(Object, int, TakeModifiers)using the provided template, the configured maxEntries (defaults to50) and the
 configured fifoGroups (default tofalse). | 
| SingleReadReceiveOperationHandler | Performs single read operation using  GigaSpace.read(Object, long). | 
| SingleTakeReceiveOperationHandler | Performs single take operation using  GigaSpace.take(Object, long,
 TakeModifiers). | 
Copyright © GigaSpaces.