Uses of Class
com.espertech.esper.type.ScheduleUnit

Packages that use ScheduleUnit
com.espertech.esper.schedule Package for timer callback scheduling 
com.espertech.esper.type Internal primitive, enum and other type representations 
 

Uses of ScheduleUnit in com.espertech.esper.schedule
 

Methods in com.espertech.esper.schedule that return types with arguments of type ScheduleUnit
 java.util.EnumMap<ScheduleUnit,java.util.SortedSet<java.lang.Integer>> ScheduleSpec.getUnitValues()
          Return map of ordered set of valid schedule values for minute, hour, day, month etc.
 

Methods in com.espertech.esper.schedule with parameters of type ScheduleUnit
 void ScheduleSpec.addValue(ScheduleUnit element, int value)
          For unit testing, add a single value, changing wildcards to value sets.
 

Method parameters in com.espertech.esper.schedule with type arguments of type ScheduleUnit
protected static void ScheduleSpec.compress(java.util.Map<ScheduleUnit,java.util.SortedSet<java.lang.Integer>> unitValues)
          Function to reduce value sets for unit that cover the whole range down to a wildcard.
protected static void ScheduleSpec.validate(java.util.Map<ScheduleUnit,java.util.SortedSet<java.lang.Integer>> unitValues)
          Validate units and their value sets.
 

Constructor parameters in com.espertech.esper.schedule with type arguments of type ScheduleUnit
ScheduleSpec(java.util.EnumMap<ScheduleUnit,java.util.SortedSet<java.lang.Integer>> unitValues, java.lang.String optionalTimeZone, CronParameter optionalDayOfMonthOperator, CronParameter optionalDayOfWeekOperator)
          Constructor - validates that all mandatory schedule.
 

Uses of ScheduleUnit in com.espertech.esper.type
 

Methods in com.espertech.esper.type that return ScheduleUnit
static ScheduleUnit ScheduleUnit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScheduleUnit[] ScheduleUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com