Class: Apache::Hadoop::Hbase::Thrift::Hbase::AtomicIncrement_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/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 => Apache::Hadoop::Hbase::Thrift::IOError},
  IA => {:type => ::Thrift::Types::STRUCT, :name => 'ia', :class => Apache::Hadoop::Hbase::Thrift::IllegalArgument}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1798
# File 'lib/thrift/hbase.rb', line 1798

def struct_fields; FIELDS; end

#validateObject



1800
1801
# File 'lib/thrift/hbase.rb', line 1800

def validate
end