Uses of Class
com.tangosol.net.AsyncNamedMap.Complete
-
Packages that use AsyncNamedMap.Complete Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of AsyncNamedMap.Complete in com.tangosol.net
Methods in com.tangosol.net that return AsyncNamedMap.Complete Modifier and Type Method Description static AsyncNamedMap.Complete
AsyncNamedMap.Complete. using(Executor executor)
Return aAsyncNamedMap.Complete
option that completes futures using the specifiedExecutor
.static AsyncNamedMap.Complete
AsyncNamedMap.Complete. usingCommonPool()
Return aAsyncNamedMap.Complete
option that completes futures on the Coherence common thread pool.
-