Package | Description |
---|---|
org.openspaces.events.asyncpolling | |
org.openspaces.events.asyncpolling.receive |
Modifier and Type | Method and Description |
---|---|
SimpleAsyncPollingContainerConfigurer |
SimpleAsyncPollingContainerConfigurer.asyncOperationHandler(AsyncOperationHandler operationHandler) |
void |
SimpleAsyncPollingEventListenerContainer.setAsyncOperationHandler(AsyncOperationHandler asyncOperationHandler)
Sets the async operation handler abstracting the actual async operation perfomred.
|
Modifier and Type | Class and Description |
---|---|
class |
ExclusiveReadAsyncOperationHandler
Performs a single take usign
GigaSpace.asyncRead(Object) under
exclusive read lock. |
class |
SingleReadAsyncOperationHandler
Performs a single take usign
GigaSpace.asyncRead(Object) . |
class |
SingleTakeAsyncOperationHandler
Performs a single take usign
GigaSpace.asyncTake(Object) . |
Copyright © GigaSpaces.