Class TCQEntry

    • Field Detail

      • state

        public byte state
      • metaDataMap

        public static final Map<TCQEntry._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
    • Constructor Detail

      • TCQEntry

        public TCQEntry()
      • TCQEntry

        public TCQEntry​(String cqId,
                        String sql,
                        byte state)
      • TCQEntry

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

      • getCqId

        public String getCqId()
      • unsetCqId

        public void unsetCqId()
      • isSetCqId

        public boolean isSetCqId()
        Returns true if field cqId is set (has been assigned a value) and false otherwise
      • setCqIdIsSet

        public void setCqIdIsSet​(boolean value)
      • getSql

        public String getSql()
      • unsetSql

        public void unsetSql()
      • isSetSql

        public boolean isSetSql()
        Returns true if field sql is set (has been assigned a value) and false otherwise
      • setSqlIsSet

        public void setSqlIsSet​(boolean value)
      • getState

        public byte getState()
      • setState

        public TCQEntry setState​(byte state)
      • unsetState

        public void unsetState()
      • isSetState

        public boolean isSetState()
        Returns true if field state is set (has been assigned a value) and false otherwise
      • setStateIsSet

        public void setStateIsSet​(boolean value)
      • isSet

        public boolean isSet​(TCQEntry._Fields field)
        Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
        Specified by:
        isSet in interface org.apache.thrift.TBase<TCQEntry,​TCQEntry._Fields>
      • equals

        public boolean equals​(TCQEntry that)
      • 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