|
GigaSpaces XAP 10.1 API | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ReceiveOperationHandler | Perform the actual receive operations for
AbstractPollingEventListenerContainer. |
| Class Summary | |
|---|---|
| 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). |
An abstraction on top of the actual receive operation performed by the polling event container. Includes built in implementation for it.
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||