Class TConditionalSession

    • Field Detail

      • sessionId

        public long sessionId
      • tserverLock

        public String tserverLock
      • ttl

        public long ttl
    • Constructor Detail

      • TConditionalSession

        public TConditionalSession()
      • TConditionalSession

        public TConditionalSession​(long sessionId,
                                   String tserverLock,
                                   long ttl)
      • TConditionalSession

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

      • getSessionId

        public long getSessionId()
      • unsetSessionId

        public void unsetSessionId()
      • isSetSessionId

        public boolean isSetSessionId()
        Returns true if field sessionId is set (has been assigned a value) and false otherwise
      • setSessionIdIsSet

        public void setSessionIdIsSet​(boolean value)
      • getTserverLock

        public String getTserverLock()
      • unsetTserverLock

        public void unsetTserverLock()
      • isSetTserverLock

        public boolean isSetTserverLock()
        Returns true if field tserverLock is set (has been assigned a value) and false otherwise
      • setTserverLockIsSet

        public void setTserverLockIsSet​(boolean value)
      • getTtl

        public long getTtl()
      • unsetTtl

        public void unsetTtl()
      • isSetTtl

        public boolean isSetTtl()
        Returns true if field ttl is set (has been assigned a value) and false otherwise
      • setTtlIsSet

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