Class | Apache::Hadoop::Hbase::Thrift::Hbase::CreateTable_args |
In: |
lib/thrift/hbase.rb
|
Parent: | Object |
TABLENAME | = | 1 |
COLUMNFAMILIES | = | 2 |
FIELDS | = | { # name of table to create TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true}, # list of column family descriptors COLUMNFAMILIES => {:type => ::Thrift::Types::LIST, :name => 'columnFamilies', :element => {:type => ::Thrift::Types::STRUCT, :class => Apache::Hadoop::Hbase::Thrift::ColumnDescriptor}} |