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,
 int) under an exclusive read lock. | 
| MultiExclusiveReadReceiveOperationHandler | 
 First tries and perform a  
GigaSpace.readMultiple(Object, int, int)
 using the provided template, configured maxEntries (defaults to 50) and the
 configured fifoGroups (default to false). | 
| MultiReadReceiveOperationHandler | 
 First tries and perform a  
GigaSpace.readMultiple(Object, int) using
 the provided template and configured maxEntries (defaults to 50). | 
| MultiTakeReceiveOperationHandler | 
 First tries and perform a  
GigaSpace.takeMultiple(Object, int, int)
 using the provided template, the configured maxEntries (defaults to 50) and the
 configured fifoGroups (default to false). | 
| SingleReadReceiveOperationHandler | 
 Performs single read operation using  
GigaSpace.read(Object, long). | 
| SingleTakeReceiveOperationHandler | 
 Performs single take operation using  
GigaSpace.take(Object, long,
 int). | 
Copyright © GigaSpaces.