Class: HbaseClient::Thrift::Hbase::AtomicIncrement_result
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::Hbase::AtomicIncrement_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::I64, :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
2302 |
# File 'lib/hbase-client/thrift/hbase.rb', line 2302 def struct_fields; FIELDS; end |
#validate ⇒ Object
2304 2305 |
# File 'lib/hbase-client/thrift/hbase.rb', line 2304 def validate end |