| Package | Description | 
|---|---|
| com.hazelcast.client.spi.impl | 
 Provides util classes for the Hazelcast client SPI. 
 | 
| 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 | Method and Description | 
|---|---|
TaskScheduler | 
ClientExecutionServiceImpl.getGlobalTaskScheduler()  | 
TaskScheduler | 
ClientExecutionServiceImpl.getTaskScheduler(String name)  | 
| 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 © 2017 Hazelcast, Inc.. All Rights Reserved.