Uses of Class
com.tangosol.net.AsyncNamedMap.OrderBy
Packages that use AsyncNamedMap.OrderBy
-
Uses of AsyncNamedMap.OrderBy in com.tangosol.net
Fields in com.tangosol.net declared as AsyncNamedMap.OrderByModifier and TypeFieldDescriptionprotected static final AsyncNamedMap.OrderBy
AsyncNamedMap.OrderBy.NONE
The none-order singleton.protected static final AsyncNamedMap.OrderBy
AsyncNamedMap.OrderBy.THREAD
The thread-order singleton.Methods in com.tangosol.net that return AsyncNamedMap.OrderByModifier and TypeMethodDescriptionstatic AsyncNamedMap.OrderBy
AsyncNamedMap.OrderBy.custom
(IntSupplier supplierOrderId) Return the order that will use the specified supplier to provide unit-of-order for each async operation.static AsyncNamedMap.OrderBy
AsyncNamedMap.OrderBy.id
(int nOrderId) Return the order that will use the specified unit-of-order for all async operations, regardless of whether they were invoked from the same client thread or not.static AsyncNamedMap.OrderBy
AsyncNamedMap.OrderBy.none()
Return the order that will allow the server to parallelize the execution of async operations across multiple threads, regardless of whether they were invoked from the same client thread or not.static AsyncNamedMap.OrderBy
AsyncNamedMap.OrderBy.thread()
Return the order that will ensure that all operations invoked from the same client thread are executed on the server sequentially, using the sameunit-of-order
.