com.cloudera.api.model
Class ApiHiveReplicationError

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

public class ApiHiveReplicationError
extends Object

A Hive replication error.


Constructor Summary
ApiHiveReplicationError()
           
ApiHiveReplicationError(String database, String tableName, String error)
           
ApiHiveReplicationError(String database, String tableName, String impalaUDF, String error)
           
ApiHiveReplicationError(String database, String tableName, String impalaUDF, String hiveUDF, String error)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDatabase()
          Name of the database.
 String getError()
          Description of the error.
 String getHiveUDF()
          Hive UDF signature, includes the UDF name and parameter types.
 String getImpalaUDF()
          UDF signature, includes the UDF name and parameter types.
 String getTableName()
          Name of the table.
 int hashCode()
           
 void setDatabase(String database)
           
 void setError(String error)
           
 void setHiveUDF(String hiveUDF)
           
 void setImpalaUDF(String impalaUDF)
           
 void setTableName(String tableName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiHiveReplicationError

public ApiHiveReplicationError()

ApiHiveReplicationError

public ApiHiveReplicationError(String database,
                               String tableName,
                               String error)

ApiHiveReplicationError

public ApiHiveReplicationError(String database,
                               String tableName,
                               String impalaUDF,
                               String error)

ApiHiveReplicationError

public ApiHiveReplicationError(String database,
                               String tableName,
                               String impalaUDF,
                               String hiveUDF,
                               String error)
Method Detail

getDatabase

public String getDatabase()
Name of the database.


setDatabase

public void setDatabase(String database)

getTableName

public String getTableName()
Name of the table.


setTableName

public void setTableName(String tableName)

getImpalaUDF

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


setImpalaUDF

public void setImpalaUDF(String impalaUDF)

getHiveUDF

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


setHiveUDF

public void setHiveUDF(String hiveUDF)

getError

public String getError()
Description of the error.


setError

public void setError(String error)

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.