Class: HbaseClient::Thrift::Hbase::CreateTable_result

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

Constant Summary collapse

IO =
1
IA =
2
EXIST =
3
FIELDS =
{
  IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => ::HbaseClient::Thrift::IOError},
  IA => {:type => ::Thrift::Types::STRUCT, :name => 'ia', :class => ::HbaseClient::Thrift::IllegalArgument},
  EXIST => {:type => ::Thrift::Types::STRUCT, :name => 'exist', :class => ::HbaseClient::Thrift::AlreadyExists}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end