public interface ClientExecutionService extends ExecutionService, Executor
ASYNC_EXECUTOR, CLIENT_EXECUTOR, IO_EXECUTOR, MAP_LOAD_ALL_KEYS_EXECUTOR, MAP_LOADER_EXECUTOR, QUERY_EXECUTOR, SCHEDULED_EXECUTOR, SYSTEM_EXECUTOR| Modifier and Type | Method and Description | 
|---|---|
| void | execute(Runnable command)Execute alien (user code) on execution service | 
| ExecutorService | getAsyncExecutor() | 
| <T> ICompletableFuture<T> | submit(Callable<T> task) | 
| ICompletableFuture<?> | submit(Runnable task) | 
asCompletableFuture, execute, getExecutor, getGlobalTaskScheduler, getTaskScheduler, register, schedule, schedule, scheduleWithRepetition, scheduleWithRepetition, shutdownExecutor, submit, submitvoid execute(Runnable command)
ICompletableFuture<?> submit(Runnable task)
<T> ICompletableFuture<T> submit(Callable<T> task)
ExecutorService getAsyncExecutor()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.