Class TTableEpochInfo

    • Field Detail

      • table_id

        public int table_id
      • table_epoch

        public int table_epoch
      • leaf_index

        public int leaf_index
    • Constructor Detail

      • TTableEpochInfo

        public TTableEpochInfo()
      • TTableEpochInfo

        public TTableEpochInfo​(int table_id,
                               int table_epoch,
                               int leaf_index)
      • TTableEpochInfo

        public TTableEpochInfo​(TTableEpochInfo 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)
      • getTable_epoch

        public int getTable_epoch()
      • setTable_epoch

        public TTableEpochInfo setTable_epoch​(int table_epoch)
      • unsetTable_epoch

        public void unsetTable_epoch()
      • isSetTable_epoch

        public boolean isSetTable_epoch()
        Returns true if field table_epoch is set (has been assigned a value) and false otherwise
      • setTable_epochIsSet

        public void setTable_epochIsSet​(boolean value)
      • getLeaf_index

        public int getLeaf_index()
      • unsetLeaf_index

        public void unsetLeaf_index()
      • isSetLeaf_index

        public boolean isSetLeaf_index()
        Returns true if field leaf_index is set (has been assigned a value) and false otherwise
      • setLeaf_indexIsSet

        public void setLeaf_indexIsSet​(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