|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutionService | |
|---|---|
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. |
| com.hazelcast.map.impl | Contains implementation specific classes of com.hazelcast.map package. |
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
| com.hazelcast.spi.impl.executionservice | Contains the API for the InternalExecutionService. |
| com.hazelcast.spi.impl.executionservice.impl | Contains the implementation of the InternalExecutionService. |
| com.hazelcast.spi.impl.transceiver.impl | Contains the implementation of the PacketTransceiver. |
| 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.map.impl |
|---|
| Constructors in com.hazelcast.map.impl with parameters of type ExecutionService | |
|---|---|
MapKeyLoader(String mapName,
OperationService opService,
InternalPartitionService ps,
ExecutionService execService,
IFunction<Object,Data> serialize)
|
|
| Uses of ExecutionService in com.hazelcast.spi |
|---|
| Methods in com.hazelcast.spi that return ExecutionService | |
|---|---|
ExecutionService |
NodeEngine.getExecutionService()
Gets the ExecutionService. |
| Uses of ExecutionService in com.hazelcast.spi.impl.executionservice |
|---|
| Subinterfaces of ExecutionService in com.hazelcast.spi.impl.executionservice | |
|---|---|
interface |
InternalExecutionService
The internal ExecutionService. |
| Uses of ExecutionService in com.hazelcast.spi.impl.executionservice.impl |
|---|
| Classes in com.hazelcast.spi.impl.executionservice.impl that implement ExecutionService | |
|---|---|
class |
ExecutionServiceImpl
|
| Uses of ExecutionService in com.hazelcast.spi.impl.transceiver.impl |
|---|
| Constructors in com.hazelcast.spi.impl.transceiver.impl with parameters of type ExecutionService | |
|---|---|
PacketTransceiverImpl(Node node,
ILogger logger,
InternalOperationService operationService,
InternalEventService eventService,
WanReplicationService wanReplicationService,
ExecutionService executionService)
|
|
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||