Uses of Class
com.hazelcast.util.scheduler.ScheduleType

Packages that use ScheduleType
com.hazelcast.util.scheduler This package contains scheduler classes for Util 
 

Uses of ScheduleType in com.hazelcast.util.scheduler
 

Methods in com.hazelcast.util.scheduler that return ScheduleType
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.
 

Methods in com.hazelcast.util.scheduler with parameters of type ScheduleType
static
<K,V> EntryTaskScheduler<K,V>
EntryTaskSchedulerFactory.newScheduler(ScheduledExecutorService scheduledExecutorService, ScheduledEntryProcessor<K,V> entryProcessor, ScheduleType scheduleType)
          Creates a new EntryTaskScheduler that will run all second operations in bulk.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.