public abstract class AbstractFifoGroupingReceiveOperationHandler extends AbstractMemoryOnlySearchReceiveOperationHandler
If configured to
 use Fifo Grouping, the read/take operation will use ReadModifiers.FIFO_GROUPING_POLL /
 TakeModifiers.FIFO_GROUPING_POLL accordingly. 
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | useFifoGrouping | 
useMemoryOnlySearchnonBlocking, nonBlockingFactor| Constructor and Description | 
|---|
| AbstractFifoGroupingReceiveOperationHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isUseFifoGrouping()Returns whether the handler is configured to use fifo grouping or not. | 
| void | setUseFifoGrouping(boolean useFifoGrouping)Allows to configure the take/read operation to be performed in a Fifo Grouping manner. | 
isUseMemoryOnlySearch, setUseMemoryOnlySearchdoReceiveBlocking, doReceiveNonBlocking, receive, setNonBlocking, setNonBlockingFactorpublic AbstractFifoGroupingReceiveOperationHandler()
public boolean isUseFifoGrouping()
public void setUseFifoGrouping(boolean useFifoGrouping)
useFifoGrouping - if true, will use ReadModifiers.FIFO_GROUPING_POLL / TakeModifiers.FIFO_GROUPING_POLL as read/take modifiers.Copyright © GigaSpaces.