Class: HbaseClient::Thrift::Hbase::EnableTable_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/hbase-client/thrift/hbase.rb

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

TABLENAME =
1
FIELDS =
{
  # name of the table
  TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1265
# File 'lib/hbase-client/thrift/hbase.rb', line 1265

def struct_fields; FIELDS; end

#validateObject



1267
1268
# File 'lib/hbase-client/thrift/hbase.rb', line 1267

def validate
end