Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetTableRegions_args

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1202
# File 'lib/thrift/hbase.rb', line 1202

def struct_fields; FIELDS; end

#validateObject



1204
1205
# File 'lib/thrift/hbase.rb', line 1204

def validate
end