Class Modification

  • Direct Known Subclasses:
    Deletion

    public abstract class Modification
    extends java.lang.Object
    Modification represents an UPDATE or DELETE operation on a certain timeseries.
    • Field Detail

      • path

        protected org.apache.iotdb.commons.path.PartialPath path
      • fileOffset

        protected long fileOffset
    • Method Detail

      • getPathString

        public java.lang.String getPathString()
      • getPath

        public org.apache.iotdb.commons.path.PartialPath getPath()
      • getDevice

        public java.lang.String getDevice()
      • getMeasurement

        public java.lang.String getMeasurement()
      • setPath

        public void setPath​(org.apache.iotdb.commons.path.PartialPath path)
      • getFileOffset

        public long getFileOffset()
      • setFileOffset

        public void setFileOffset​(long fileOffset)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object