Class: HbaseClient::Thrift::Hbase::IsTableEnabled_result
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::Hbase::IsTableEnabled_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::BOOL, :name => 'success'}, IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => ::HbaseClient::Thrift::IOError} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1349 |
# File 'lib/hbase-client/thrift/hbase.rb', line 1349 def struct_fields; FIELDS; end |
#validate ⇒ Object
1351 1352 |
# File 'lib/hbase-client/thrift/hbase.rb', line 1351 def validate end |