| Package | Description |
|---|---|
| com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
| com.hazelcast.internal.util.scheduler |
This package contains scheduler classes for Util
|
| com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
| com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
| com.hazelcast.spi.impl.executionservice.impl |
Contains the implementation of the
ExecutionService. |
| com.hazelcast.spi.impl.operationservice |
Contains the
com.hazelcast.spi.impl.operationservice.InternalOperationService API. |
| Constructor and Description |
|---|
ClientHeartbeatMonitor(ClientEndpointManager clientEndpointManager,
ILogger logger,
ExecutionService executionService,
HazelcastProperties hazelcastProperties) |
| Constructor and Description |
|---|
CoalescingDelayedTrigger(ExecutionService executionService,
long delay,
long maxDelay,
Runnable runnable) |
| Constructor and Description |
|---|
MapKeyLoader(String mapName,
OperationService opService,
IPartitionService ps,
ClusterService clusterService,
ExecutionService execService,
Function<Object,Data> serialize) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionService |
NodeEngine.getExecutionService()
Gets the ExecutionService.
|
ExecutionService |
NodeEngineImpl.getExecutionService() |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionServiceImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ExecutionService |
Offload.executionService |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.