|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReceiveOperationHandler | |
---|---|
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. |
Uses of ReceiveOperationHandler in org.openspaces.events.polling |
---|
Methods in org.openspaces.events.polling that return ReceiveOperationHandler | |
---|---|
protected ReceiveOperationHandler |
AbstractPollingEventListenerContainer.getReceiveOperationHandler()
|
Methods in org.openspaces.events.polling with parameters of type ReceiveOperationHandler | |
---|---|
SimplePollingContainerConfigurer |
SimplePollingContainerConfigurer.receiveOperationHandler(ReceiveOperationHandler receiveOperationHandler)
|
void |
AbstractPollingEventListenerContainer.setReceiveOperationHandler(ReceiveOperationHandler receiveOperationHandler)
Allows to set a receive operation handler that will perform the actual receive operation. |
Uses of ReceiveOperationHandler in org.openspaces.events.polling.receive |
---|
Classes in org.openspaces.events.polling.receive that implement ReceiveOperationHandler | |
---|---|
class |
AbstractNonBlockingReceiveOperationHandler
Support class to perform either non blocking or blocking receive operation. |
class |
ExclusiveReadReceiveOperationHandler
Performs single read operation using GigaSpace.read(Object,long)
under an exclusive read lock. |
class |
MultiExclusiveReadReceiveOperationHandler
First tries and perform a GigaSpace.readMultiple(Object,int) using
the provided template and configured maxEntries (defaults to 50 ). |
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) using
the provided template and configured maxEntries (defaults to 50 ). |
class |
SingleReadReceiveOperationHandler
Performs single read operation using GigaSpace.read(Object,long) . |
class |
SingleTakeReceiveOperationHandler
Performs single take operation using GigaSpace.take(Object,long) . |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |