Class: HbaseClient::Thrift::Hbase::GetTableNames_result
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::Hbase::GetTableNames_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::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRING, :binary => true}}, IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => ::HbaseClient::Thrift::IOError} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1446 |
# File 'lib/hbase-client/thrift/hbase.rb', line 1446 def struct_fields; FIELDS; end |
#validate ⇒ Object
1448 1449 |
# File 'lib/hbase-client/thrift/hbase.rb', line 1448 def validate end |