Class: Apache::Hadoop::Hbase::Thrift::Hbase::IsTableEnabled_result
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::Hbase::IsTableEnabled_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/massive_record/adapters/thrift/hbase/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 => Apache::Hadoop::Hbase::Thrift::IOError} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1158 |
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 1158 def struct_fields; FIELDS; end |
#validate ⇒ Object
1160 1161 |
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 1160 def validate end |