Package | Description |
---|---|
com.hazelcast.util.scheduler |
This package contains scheduler classes for Util
|
Modifier and Type | Method and Description |
---|---|
static ScheduleType |
ScheduleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleType[] |
ScheduleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.