Package com.tangosol.net
Class AsyncNamedMap.Complete
java.lang.Object
com.tangosol.net.AsyncNamedMap.Complete
- All Implemented Interfaces:
 AsyncNamedMap.Option
- Enclosing interface:
 AsyncNamedMap<K,V> 
An 
AsyncNamedMap.Option to use to specify the Executor to use to
 complete the CompletableFuture returned from async methods.- 
Field Summary
Fields inherited from interface com.tangosol.net.AsyncNamedMap.Option
NONE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturn theExecutorto use to complete theCompletableFuturereturned from async methods.static AsyncNamedMap.CompleteReturn aAsyncNamedMap.Completeoption that completes futures using the specifiedExecutor.static AsyncNamedMap.CompleteReturn aAsyncNamedMap.Completeoption that completes futures on the Coherence common thread pool. 
- 
Constructor Details
- 
Complete
Create aAsyncNamedMap.Completeoption.- Parameters:
 executor- theExecutorto use to complete theCompletableFuturereturned from async methods
 
 - 
 - 
Method Details
- 
getExecutor
Return theExecutorto use to complete theCompletableFuturereturned from async methods.- Returns:
 - the 
Executorto use to complete theCompletableFuturereturned from async methods 
 - 
usingCommonPool
Return aAsyncNamedMap.Completeoption that completes futures on the Coherence common thread pool.- Returns:
 - a 
AsyncNamedMap.Completeoption that completes futures on the Coherence common thread pool 
 - 
using
Return aAsyncNamedMap.Completeoption that completes futures using the specifiedExecutor.- Parameters:
 executor- theExecutorto use- Returns:
 - a 
AsyncNamedMap.Completeoption that completes futures using the specifiedExecutor 
 
 -