com.hazelcast.spi.impl.executionservice
Interface InternalExecutionService

All Superinterfaces:
ExecutionService
All Known Implementing Classes:
ExecutionServiceImpl

public interface InternalExecutionService
extends ExecutionService

The internal ExecutionService. Currently this method doesn't contains any additional methods, but in the future they can be added here.


Field Summary
 
Fields inherited from interface com.hazelcast.spi.ExecutionService
ASYNC_EXECUTOR, CLIENT_EXECUTOR, IO_EXECUTOR, MAP_LOAD_ALL_KEYS_EXECUTOR, MAP_LOADER_EXECUTOR, QUERY_EXECUTOR, SCHEDULED_EXECUTOR, SYSTEM_EXECUTOR
 
Method Summary
 
Methods inherited from interface com.hazelcast.spi.ExecutionService
asCompletableFuture, execute, getDefaultScheduledExecutor, getExecutor, getScheduledExecutor, register, schedule, schedule, scheduleAtFixedRate, scheduleAtFixedRate, scheduleWithFixedDelay, scheduleWithFixedDelay, shutdownExecutor, submit, submit
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.