Class: HbaseClient::Thrift::Hbase::CheckAndPut_result
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::Hbase::CheckAndPut_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase-client/thrift/hbase.rb
Constant Summary collapse
- SUCCESS =
0
- IO =
1
- IA =
2
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'}, IO => {:type => ::Thrift::Types::STRUCT, :name => 'io', :class => ::HbaseClient::Thrift::IOError}, IA => {:type => ::Thrift::Types::STRUCT, :name => 'ia', :class => ::HbaseClient::Thrift::IllegalArgument} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3100 |
# File 'lib/hbase-client/thrift/hbase.rb', line 3100 def struct_fields; FIELDS; end |
#validate ⇒ Object
3102 3103 |
# File 'lib/hbase-client/thrift/hbase.rb', line 3102 def validate end |