GigaSpaces XAP 8.0 API

Uses of Class
org.openspaces.events.polling.receive.AbstractNonBlockingReceiveOperationHandler

Packages that use AbstractNonBlockingReceiveOperationHandler
org.openspaces.events.polling.receive An abstraction on top of the actual receive operation performed by the polling event container. 
 

Uses of AbstractNonBlockingReceiveOperationHandler in org.openspaces.events.polling.receive
 

Subclasses of AbstractNonBlockingReceiveOperationHandler in org.openspaces.events.polling.receive
 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 8.0 API

Copyright © GigaSpaces.