Class HoursDistribution
java.lang.Object
org.gridgain.tpcds.qgen.distribution.HoursDistribution
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionHoursDistribution(com.google.common.collect.ImmutableList<Integer> hours, com.google.common.collect.ImmutableList<String> amPm, com.google.common.collect.ImmutableList<String> shifts, com.google.common.collect.ImmutableList<String> subShifts, com.google.common.collect.ImmutableList<String> meals, com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<Integer>> weightsLists) -
Method Summary
Modifier and TypeMethodDescriptionstatic HoursDistribution.HourInfogetHourInfoForHour(int hour) static intpickRandomHour(HoursDistribution.Weights weights, RandomNumberStream randomNumberStream)
-
Constructor Details
-
HoursDistribution
public HoursDistribution(com.google.common.collect.ImmutableList<Integer> hours, com.google.common.collect.ImmutableList<String> amPm, com.google.common.collect.ImmutableList<String> shifts, com.google.common.collect.ImmutableList<String> subShifts, com.google.common.collect.ImmutableList<String> meals, com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<Integer>> weightsLists)
-
-
Method Details
-
pickRandomHour
public static int pickRandomHour(HoursDistribution.Weights weights, RandomNumberStream randomNumberStream) -
getHourInfoForHour
-