com.cloudera.api.model
Class ApiHiveUDF

java.lang.Object
  extended by com.cloudera.api.model.ApiHiveUDF

public class ApiHiveUDF
extends Object

An hive UDF identifier.


Constructor Summary
ApiHiveUDF()
           
ApiHiveUDF(String database, String signature)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDatabase()
          Name of the database to which this UDF belongs.
 String getSignature()
          UDF signature, includes the UDF name and parameter types.
 int hashCode()
           
 void setDatabase(String database)
           
 void setSignature(String signature)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiHiveUDF

public ApiHiveUDF()

ApiHiveUDF

public ApiHiveUDF(String database,
                  String signature)
Method Detail

getDatabase

public String getDatabase()
Name of the database to which this UDF belongs.


setDatabase

public void setDatabase(String database)

getSignature

public String getSignature()
UDF signature, includes the UDF name and parameter types.


setSignature

public void setSignature(String signature)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.