Class TPipeTransferReq

    • Field Detail

      • version

        public byte version
      • type

        public short type
    • Constructor Detail

      • TPipeTransferReq

        public TPipeTransferReq()
      • TPipeTransferReq

        public TPipeTransferReq​(byte version,
                                short type,
                                ByteBuffer body)
      • TPipeTransferReq

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

      • getVersion

        public byte getVersion()
      • unsetVersion

        public void unsetVersion()
      • isSetVersion

        public boolean isSetVersion()
        Returns true if field version is set (has been assigned a value) and false otherwise
      • setVersionIsSet

        public void setVersionIsSet​(boolean value)
      • getType

        public short getType()
      • unsetType

        public void unsetType()
      • isSetType

        public boolean isSetType()
        Returns true if field type is set (has been assigned a value) and false otherwise
      • setTypeIsSet

        public void setTypeIsSet​(boolean value)
      • getBody

        public byte[] getBody()
      • bufferForBody

        public ByteBuffer bufferForBody()
      • unsetBody

        public void unsetBody()
      • isSetBody

        public boolean isSetBody()
        Returns true if field body is set (has been assigned a value) and false otherwise
      • setBodyIsSet

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