Uses of Interface
com.hazelcast.spi.ExecutionService

Packages that use ExecutionService
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
com.hazelcast.util.scheduler This package contains scheduler classes for Util 
 

Uses of ExecutionService in com.hazelcast.client.impl
 

Constructors in com.hazelcast.client.impl with parameters of type ExecutionService
ClientHeartbeatMonitor(ClientEndpointManagerImpl endpointManager, ClientEngine clientEngine, ExecutionService executionService, GroupProperties groupProperties)
           
 

Uses of ExecutionService in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return ExecutionService
 ExecutionService NodeEngine.getExecutionService()
           
 

Uses of ExecutionService in com.hazelcast.spi.impl
 

Classes in com.hazelcast.spi.impl that implement ExecutionService
 class ExecutionServiceImpl
           
 

Methods in com.hazelcast.spi.impl that return ExecutionService
 ExecutionService NodeEngineImpl.getExecutionService()
           
 

Constructors in com.hazelcast.spi.impl with parameters of type ExecutionService
BasicOperationScheduler(Node node, ExecutionService executionService, BasicDispatcher dispatcher)
           
 

Uses of ExecutionService in com.hazelcast.util.scheduler
 

Constructors in com.hazelcast.util.scheduler with parameters of type ExecutionService
CoalescingDelayedTrigger(ExecutionService executionService, long delay, long maxDelay, Runnable runnable)
           
 



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