Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.client.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
com.hazelcast.internal.nearcache.impl |
Near Cache implementations.
|
com.hazelcast.internal.nearcache.impl.invalidation |
Invalidations for near-cache
|
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(ClientEndpointManagerImpl endpointManager,
ClientEngine clientEngine,
ExecutionService executionService,
HazelcastProperties hazelcastProperties) |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientExecutionService
Executor service for Hazelcast clients.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientExecutionServiceImpl |
Modifier and Type | Field and Description |
---|---|
protected ExecutionService |
DefaultNearCacheManager.executionService |
protected ExecutionService |
DefaultNearCache.executionService |
Modifier and Type | Method and Description |
---|---|
protected ExecutionService |
DefaultNearCacheManager.getExecutionService() |
Constructor and Description |
---|
DefaultNearCache(String name,
NearCacheConfig nearCacheConfig,
NearCacheRecordStore<K,V> nearCacheRecordStore,
SerializationService serializationService,
ExecutionService executionService,
ClassLoader classLoader) |
DefaultNearCache(String name,
NearCacheConfig nearCacheConfig,
SerializationService serializationService,
ExecutionService executionService,
ClassLoader classLoader) |
DefaultNearCacheManager(SerializationService ss,
ExecutionService es,
ClassLoader classLoader) |
Constructor and Description |
---|
RepairingTask(MetaDataFetcher metaDataFetcher,
ExecutionService executionService,
MinimalPartitionService partitionService,
HazelcastProperties properties,
String localUuid,
ILogger logger) |
Constructor and Description |
---|
MapKeyLoader(String mapName,
OperationService opService,
IPartitionService ps,
ClusterService clusterService,
ExecutionService execService,
IFunction<Object,Data> serialize) |
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 © 2017 Hazelcast, Inc.. All Rights Reserved.