|
GigaSpaces XAP 7.0 API | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ReceiveOperationHandler | Perform the actual receive operations for
AbstractPollingEventListenerContainer. |
| Class Summary | |
|---|---|
| AbstractNonBlockingReceiveOperationHandler | Support class to perform either non blocking or blocking receive operation. |
| ExclusiveReadReceiveOperationHandler | Performs single read operation using GigaSpace.read(Object,long)
under an exclusive read lock. |
| MultiExclusiveReadReceiveOperationHandler | First tries and perform a GigaSpace.readMultiple(Object,int) using
the provided template and configured maxEntries (defaults to 50). |
| 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) using
the provided template and configured maxEntries (defaults to 50). |
| SingleReadReceiveOperationHandler | Performs single read operation using GigaSpace.read(Object,long). |
| SingleTakeReceiveOperationHandler | Performs single take operation using GigaSpace.take(Object,long). |
An abstraction on top of the actual receive operation performed by the polling event container. Includes built in implementation for it.
|
GigaSpaces XAP 7.0 API | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||