org.apache.hadoop.hbase.rest
Class AbstractModel
java.lang.Object
org.apache.hadoop.hbase.rest.AbstractModel
- Direct Known Subclasses:
- DatabaseModel, RowModel, ScannerModel, TableModel, TimestampModel
public abstract class AbstractModel
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
conf
protected HBaseConfiguration conf
admin
protected HBaseAdmin admin
encoding
protected static final AbstractModel.Encodings.Encoding encoding
COLON
protected static final byte COLON
AbstractModel
public AbstractModel()
initialize
public void initialize(HBaseConfiguration conf,
HBaseAdmin admin)
getColumns
protected byte[][] getColumns(byte[] tableName)
throws HBaseRestException
- Throws:
HBaseRestException
isColumnFamily
protected boolean isColumnFamily(byte[] columnName)
Copyright © 2010 The Apache Software Foundation