Uses of Class
org.yamcs.yarch.TimePartitionInfo
Packages that use TimePartitionInfo
-
Uses of TimePartitionInfo in org.yamcs.yarch
Methods in org.yamcs.yarch that return TimePartitionInfoModifier and TypeMethodDescriptionabstract TimePartitionInfo
TimePartitionSchema.getPartitionInfo
(long instant) returns the directory where this instant shall be written.abstract TimePartitionInfo
Parses a string of the shape "A/B/..." into a PartitionInfo.Methods in org.yamcs.yarch with parameters of type TimePartitionInfoModifier and TypeMethodDescriptionprotected abstract HistogramInfo
PartitionManager.createHistogramByTime
(TimePartitionInfo pinfo, String columnName) protected abstract Partition
PartitionManager.createPartitionByTime
(TimePartitionInfo pinfo, Object value) Create a partition for time (and possible value) based partitioning -
Uses of TimePartitionInfo in org.yamcs.yarch.rocksdb
Methods in org.yamcs.yarch.rocksdb with parameters of type TimePartitionInfoModifier and TypeMethodDescriptionprotected HistogramInfo
RdbPartitionManager.createHistogramByTime
(TimePartitionInfo pinfo, String columnName) For time partitioned tables: creates a tablespace record for the histogram for the given column nameprotected Partition
RdbPartitionManager.createPartitionByTime
(TimePartitionInfo pinfo, Object value)