Klasse TimestampsPartitioner
java.lang.Object
org.teamapps.ux.component.timegraph.model.timestamps.TimestampsPartitioner
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic 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)
-
Konstruktordetails
-
TimestampsPartitioner
public TimestampsPartitioner()
-
-
Methodendetails
-
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)
-