Class: Apache::Hadoop::Hbase::Thrift::Hbase::CreateTable_result

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1262
1263
# File 'lib/thrift/hbase.rb', line 1262

def validate
end