Manages Kiji table layouts using a Cassandra table as a backing store.
The C* primary 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.
|
|