Class TTableGeneration

    • Field Detail

      • table_id

        public int table_id
      • tuple_count

        public long tuple_count
      • start_rowid

        public long start_rowid
    • Constructor Detail

      • TTableGeneration

        public TTableGeneration()
      • TTableGeneration

        public TTableGeneration​(int table_id,
                                long tuple_count,
                                long start_rowid)
      • TTableGeneration

        public TTableGeneration​(TTableGeneration other)
        Performs a deep copy on other.
    • Method Detail

      • getTable_id

        public int getTable_id()
      • unsetTable_id

        public void unsetTable_id()
      • isSetTable_id

        public boolean isSetTable_id()
        Returns true if field table_id is set (has been assigned a value) and false otherwise
      • setTable_idIsSet

        public void setTable_idIsSet​(boolean value)
      • getTuple_count

        public long getTuple_count()
      • unsetTuple_count

        public void unsetTuple_count()
      • isSetTuple_count

        public boolean isSetTuple_count()
        Returns true if field tuple_count is set (has been assigned a value) and false otherwise
      • setTuple_countIsSet

        public void setTuple_countIsSet​(boolean value)
      • getStart_rowid

        public long getStart_rowid()
      • unsetStart_rowid

        public void unsetStart_rowid()
      • isSetStart_rowid

        public boolean isSetStart_rowid()
        Returns true if field start_rowid is set (has been assigned a value) and false otherwise
      • setStart_rowidIsSet

        public void setStart_rowidIsSet​(boolean value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException