Class TimestampsPartitioner

java.lang.Object
org.teamapps.ux.component.timegraph.model.timestamps.TimestampsPartitioner

public class TimestampsPartitioner extends Object
  • Constructor Details

    • TimestampsPartitioner

      public TimestampsPartitioner()
  • Method Details

    • partition

      public static List<org.teamapps.ux.component.timegraph.model.timestamps.TimestampsPartition> partition(long startTime, long endTime, List<Long> eventTimeStamps, ZoneId zoneId, TimePartitioning partitionUnit, boolean returnEmptyPartitions)
    • partition

      public static List<org.teamapps.ux.component.timegraph.model.timestamps.TimestampsPartition> partition(long startTime, long endTime, long[] eventTimeStamps, ZoneId zoneId, TimePartitioning partitionUnit, boolean returnEmptyPartitions)