org.apache.hcatalog.hbase
Class HCatTableSnapshot

Object
  extended by HCatTableSnapshot
All Implemented Interfaces:
Serializable

public class HCatTableSnapshot
extends Object
implements Serializable

The class HCatTableSnapshot represents a snapshot of a hcatalog table. This class is intended to be opaque. This class would used only by the record readers to obtain knowledge about the revisions of a column to be filtered.

See Also:
Serialized Form

Method Summary
 String getDatabaseName()
           
 String getTableName()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTableName

public String getTableName()
Returns:
The name of the table in the snapshot.

getDatabaseName

public String getDatabaseName()
Returns:
The name of the database to which the table snapshot belongs.

toString

public String toString()
Overrides:
toString in class Object