Uses of Class
org.teamapps.ux.component.timegraph.partitioning.TimedDataPartition
| Package | Description |
|---|---|
| org.teamapps.ux.component.timegraph.partitioning |
-
Uses of TimedDataPartition in org.teamapps.ux.component.timegraph.partitioning
Methods in org.teamapps.ux.component.timegraph.partitioning that return types with arguments of type TimedDataPartition Modifier and Type Method Description static java.util.List<TimedDataPartition>TimedDataPartitioner. partition(long startTime, long endTime, long[] eventTimeStamps, java.time.ZoneId zoneId, TimePartitionUnit partitionUnit, boolean returnEmptyPartitions)static java.util.List<TimedDataPartition>TimedDataPartitioner. partition(long startTime, long endTime, java.util.List<java.lang.Long> eventTimeStamps, java.time.ZoneId zoneId, TimePartitionUnit partitionUnit, boolean returnEmptyPartitions)