Class TimestampsPartitioner
java.lang.Object
org.teamapps.ux.component.timegraph.model.timestamps.TimestampsPartitioner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.teamapps.ux.component.timegraph.model.timestamps.TimestampsPartition> partition(long startTime, long endTime, long[] eventTimeStamps, ZoneId zoneId, TimePartitioning partitionUnit, boolean returnEmptyPartitions) static List<org.teamapps.ux.component.timegraph.model.timestamps.TimestampsPartition> partition(long startTime, long endTime, List<Long> eventTimeStamps, ZoneId zoneId, TimePartitioning partitionUnit, boolean returnEmptyPartitions)
-
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)
-