Package | Description |
---|---|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
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 | Method and Description |
---|---|
TaskScheduler |
ExecutionService.getGlobalTaskScheduler() |
TaskScheduler |
ExecutionService.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 © 2018 Hazelcast, Inc.. All rights reserved.