Package | Description |
---|---|
com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
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.util.scheduler |
This package contains scheduler classes for Util
|
Constructor and Description |
---|
ClientHeartbeatMonitor(ClientEndpointManager clientEndpointManager,
ILogger logger,
ExecutionService executionService,
HazelcastProperties hazelcastProperties) |
Constructor and Description |
---|
MapKeyLoader(String mapName,
OperationService opService,
IPartitionService ps,
ClusterService clusterService,
ExecutionService execService,
IFunction<Object,Data> serialize) |
Modifier and Type | Field and Description |
---|---|
protected ExecutionService |
Offload.executionService |
Modifier and Type | Method and Description |
---|---|
ExecutionService |
NodeEngine.getExecutionService()
Gets the ExecutionService.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalExecutionService
The internal
ExecutionService . |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionServiceImpl |
Constructor and Description |
---|
CoalescingDelayedTrigger(ExecutionService executionService,
long delay,
long maxDelay,
Runnable runnable) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.