Manages Kiji table layouts using a column family in an HBase table as a backing store.
The HTable row key is the name of the table, and the row has 3 columns:
Layouts and layout updates are encoded as Kiji cells, using Avro schema hashes, and as TableLayoutDesc Avro records.
A static method, getHColumnDescriptor
returns the description of an HColumn that should be used to construct the HTable for the backing store.
|
|
|
|