Class TCreateFunctionReq

    • Constructor Detail

      • TCreateFunctionReq

        public TCreateFunctionReq()
      • TCreateFunctionReq

        public TCreateFunctionReq​(String udfName,
                                  String className,
                                  boolean isUsingURI)
      • TCreateFunctionReq

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

      • getUdfName

        public String getUdfName()
      • unsetUdfName

        public void unsetUdfName()
      • isSetUdfName

        public boolean isSetUdfName()
        Returns true if field udfName is set (has been assigned a value) and false otherwise
      • setUdfNameIsSet

        public void setUdfNameIsSet​(boolean value)
      • getClassName

        public String getClassName()
      • unsetClassName

        public void unsetClassName()
      • isSetClassName

        public boolean isSetClassName()
        Returns true if field className is set (has been assigned a value) and false otherwise
      • setClassNameIsSet

        public void setClassNameIsSet​(boolean value)
      • isIsUsingURI

        public boolean isIsUsingURI()
      • unsetIsUsingURI

        public void unsetIsUsingURI()
      • isSetIsUsingURI

        public boolean isSetIsUsingURI()
        Returns true if field isUsingURI is set (has been assigned a value) and false otherwise
      • setIsUsingURIIsSet

        public void setIsUsingURIIsSet​(boolean value)
      • getJarName

        public String getJarName()
      • unsetJarName

        public void unsetJarName()
      • isSetJarName

        public boolean isSetJarName()
        Returns true if field jarName is set (has been assigned a value) and false otherwise
      • setJarNameIsSet

        public void setJarNameIsSet​(boolean value)
      • getJarFile

        public byte[] getJarFile()
      • bufferForJarFile

        public ByteBuffer bufferForJarFile()
      • unsetJarFile

        public void unsetJarFile()
      • isSetJarFile

        public boolean isSetJarFile()
        Returns true if field jarFile is set (has been assigned a value) and false otherwise
      • setJarFileIsSet

        public void setJarFileIsSet​(boolean value)
      • getJarMD5

        public String getJarMD5()
      • unsetJarMD5

        public void unsetJarMD5()
      • isSetJarMD5

        public boolean isSetJarMD5()
        Returns true if field jarMD5 is set (has been assigned a value) and false otherwise
      • setJarMD5IsSet

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