Class: HbaseClient::Thrift::Hbase::GetColumnDescriptors_result
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::Hbase::GetColumnDescriptors_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase-client/thrift/hbase.rb
Constant Summary collapse
- SUCCESS =
0
- IO =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::MAP, :name => 'success', :key => {:type => ::Thrift::Types::STRING, :binary => true}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::HbaseClient::Thrift::ColumnDescriptor}}, IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => ::HbaseClient::Thrift::IOError} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1481 |
# File 'lib/hbase-client/thrift/hbase.rb', line 1481 def struct_fields; FIELDS; end |
#validate ⇒ Object
1483 1484 |
# File 'lib/hbase-client/thrift/hbase.rb', line 1483 def validate end |