Class TFragmentInstanceId

    • Field Detail

      • queryId

        public String queryId
      • fragmentId

        public int fragmentId
      • instanceId

        public String instanceId
    • Constructor Detail

      • TFragmentInstanceId

        public TFragmentInstanceId()
      • TFragmentInstanceId

        public TFragmentInstanceId​(String queryId,
                                   int fragmentId,
                                   String instanceId)
      • TFragmentInstanceId

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

      • getQueryId

        public String getQueryId()
      • unsetQueryId

        public void unsetQueryId()
      • isSetQueryId

        public boolean isSetQueryId()
        Returns true if field queryId is set (has been assigned a value) and false otherwise
      • setQueryIdIsSet

        public void setQueryIdIsSet​(boolean value)
      • getFragmentId

        public int getFragmentId()
      • unsetFragmentId

        public void unsetFragmentId()
      • isSetFragmentId

        public boolean isSetFragmentId()
        Returns true if field fragmentId is set (has been assigned a value) and false otherwise
      • setFragmentIdIsSet

        public void setFragmentIdIsSet​(boolean value)
      • getInstanceId

        public String getInstanceId()
      • unsetInstanceId

        public void unsetInstanceId()
      • isSetInstanceId

        public boolean isSetInstanceId()
        Returns true if field instanceId is set (has been assigned a value) and false otherwise
      • setInstanceIdIsSet

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