Class BulkImportStatus

    • Constructor Detail

      • BulkImportStatus

        public BulkImportStatus()
      • BulkImportStatus

        public BulkImportStatus​(long startTime,
                                String filename,
                                BulkImportState state)
      • BulkImportStatus

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

      • getStartTime

        public long getStartTime()
      • unsetStartTime

        public void unsetStartTime()
      • isSetStartTime

        public boolean isSetStartTime()
        Returns true if field startTime is set (has been assigned a value) and false otherwise
      • setStartTimeIsSet

        public void setStartTimeIsSet​(boolean value)
      • getFilename

        public String getFilename()
      • unsetFilename

        public void unsetFilename()
      • isSetFilename

        public boolean isSetFilename()
        Returns true if field filename is set (has been assigned a value) and false otherwise
      • setFilenameIsSet

        public void setFilenameIsSet​(boolean value)
      • 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)
      • 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