| Package | Description | 
|---|---|
| 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.spi | 
 Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. 
 | 
| com.hazelcast.spi.impl.executionservice.impl | 
 Contains the implementation of the  
InternalExecutionService. | 
| com.hazelcast.util.scheduler | 
 This package contains scheduler classes for Util 
 | 
| 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 TaskScheduler | 
DefaultNearCacheManager.scheduler  | 
protected TaskScheduler | 
DefaultNearCache.scheduler  | 
| Modifier and Type | Method and Description | 
|---|---|
protected TaskScheduler | 
DefaultNearCacheManager.getScheduler()  | 
| Constructor and Description | 
|---|
DefaultNearCache(String name,
                NearCacheConfig nearCacheConfig,
                NearCacheRecordStore<K,V> nearCacheRecordStore,
                SerializationService serializationService,
                TaskScheduler scheduler,
                ClassLoader classLoader,
                HazelcastProperties properties)  | 
DefaultNearCache(String name,
                NearCacheConfig nearCacheConfig,
                SerializationService serializationService,
                TaskScheduler scheduler,
                ClassLoader classLoader,
                HazelcastProperties properties)  | 
DefaultNearCacheManager(SerializationService ss,
                       TaskScheduler es,
                       ClassLoader classLoader,
                       HazelcastProperties properties)  | 
| Constructor and Description | 
|---|
RepairingTask(HazelcastProperties properties,
             InvalidationMetaDataFetcher invalidationMetaDataFetcher,
             TaskScheduler scheduler,
             SerializationService serializationService,
             MinimalPartitionService partitionService,
             String localUuid,
             ILogger logger)  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskScheduler | 
ExecutionService.getGlobalTaskScheduler()  | 
TaskScheduler | 
ExecutionService.getTaskScheduler(String name)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DelegatingTaskScheduler  | 
| Modifier and Type | Method and Description | 
|---|---|
TaskScheduler | 
ExecutionServiceImpl.getGlobalTaskScheduler()  | 
TaskScheduler | 
ExecutionServiceImpl.getTaskScheduler(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
static <K,V> EntryTaskScheduler<K,V> | 
EntryTaskSchedulerFactory.newScheduler(TaskScheduler taskScheduler,
            ScheduledEntryProcessor<K,V> entryProcessor,
            ScheduleType scheduleType)
Creates a new EntryTaskScheduler that will run all second operations in bulk. 
 | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.