Class TSparkArrowResultLink

    • Field Detail

      • fileLink

        public String fileLink
      • expiryTime

        public long expiryTime
      • startRowOffset

        public long startRowOffset
      • rowCount

        public long rowCount
      • bytesNum

        public long bytesNum
    • Constructor Detail

      • TSparkArrowResultLink

        public TSparkArrowResultLink()
      • TSparkArrowResultLink

        public TSparkArrowResultLink​(String fileLink,
                                     long expiryTime,
                                     long startRowOffset,
                                     long rowCount,
                                     long bytesNum)
      • TSparkArrowResultLink

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

      • getFileLink

        public String getFileLink()
      • unsetFileLink

        public void unsetFileLink()
      • isSetFileLink

        public boolean isSetFileLink()
        Returns true if field fileLink is set (has been assigned a value) and false otherwise
      • setFileLinkIsSet

        public void setFileLinkIsSet​(boolean value)
      • getExpiryTime

        public long getExpiryTime()
      • unsetExpiryTime

        public void unsetExpiryTime()
      • isSetExpiryTime

        public boolean isSetExpiryTime()
        Returns true if field expiryTime is set (has been assigned a value) and false otherwise
      • setExpiryTimeIsSet

        public void setExpiryTimeIsSet​(boolean value)
      • getStartRowOffset

        public long getStartRowOffset()
      • unsetStartRowOffset

        public void unsetStartRowOffset()
      • isSetStartRowOffset

        public boolean isSetStartRowOffset()
        Returns true if field startRowOffset is set (has been assigned a value) and false otherwise
      • setStartRowOffsetIsSet

        public void setStartRowOffsetIsSet​(boolean value)
      • getRowCount

        public long getRowCount()
      • unsetRowCount

        public void unsetRowCount()
      • isSetRowCount

        public boolean isSetRowCount()
        Returns true if field rowCount is set (has been assigned a value) and false otherwise
      • setRowCountIsSet

        public void setRowCountIsSet​(boolean value)
      • getBytesNum

        public long getBytesNum()
      • unsetBytesNum

        public void unsetBytesNum()
      • isSetBytesNum

        public boolean isSetBytesNum()
        Returns true if field bytesNum is set (has been assigned a value) and false otherwise
      • setBytesNumIsSet

        public void setBytesNumIsSet​(boolean value)
      • getHttpHeadersSize

        public int getHttpHeadersSize()
      • putToHttpHeaders

        public void putToHttpHeaders​(String key,
                                     String val)
      • unsetHttpHeaders

        public void unsetHttpHeaders()
      • isSetHttpHeaders

        public boolean isSetHttpHeaders()
        Returns true if field httpHeaders is set (has been assigned a value) and false otherwise
      • setHttpHeadersIsSet

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