| Package | Description | 
|---|---|
| org.openspaces.events.polling | 
 A polling event container generating events by performing polling receive operations. 
 | 
| org.openspaces.events.polling.receive | 
 An abstraction on top of the actual receive operation performed by the polling event container. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ReceiveOperationHandler | 
SimplePollingEventListenerContainer.getReceiveOperationHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
SimplePollingContainerConfigurer | 
SimplePollingContainerConfigurer.receiveOperationHandler(ReceiveOperationHandler receiveOperationHandler)  | 
void | 
SimplePollingEventListenerContainer.setReceiveOperationHandler(ReceiveOperationHandler receiveOperationHandler)
Allows to set a receive operation handler that will perform the actual receive operation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractFifoGroupingReceiveOperationHandler
Support class to perform receive operations with or without Fifo Grouping. 
 | 
class  | 
AbstractMemoryOnlySearchReceiveOperationHandler
Support class to perform receive operations with or without memory only search.. 
 | 
class  | 
AbstractNonBlockingReceiveOperationHandler
Support class to perform either non blocking or blocking receive operation. 
 | 
class  | 
ExclusiveReadReceiveOperationHandler
Performs single read operation using  
GigaSpace.read(Object,long,int)
 under an exclusive read lock. | 
class  | 
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). | 
class  | 
MultiReadReceiveOperationHandler
First tries and perform a  
GigaSpace.readMultiple(Object,int) using
 the provided template and configured maxEntries (defaults to 50). | 
class  | 
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). | 
class  | 
SingleReadReceiveOperationHandler
Performs single read operation using  
GigaSpace.read(Object,long). | 
class  | 
SingleTakeReceiveOperationHandler
Performs single take operation using  
GigaSpace.take(Object,long,int). | 
Copyright © GigaSpaces.