Class Partition

java.lang.Object
org.yamcs.yarch.Partition
Direct Known Subclasses:
RdbPartition

public class Partition extends Object
stores information about Partition of a table It is subclassed by storage engines to store additional information
  • Field Details

    • start

      protected final long start
    • end

      protected final long end
    • value

      protected final Object value
  • Constructor Details

    • Partition

      public Partition(long start, long end, Object value)
  • Method Details

    • getStart

      public long getStart()
    • getEnd

      public long getEnd()
    • getValue

      public Object getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object