Class: Apache::Hadoop::Hbase::Thrift::Hbase::Increment_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/adapter/hbase/hbase.rb

Constant Summary collapse

INCREMENT =
1
FIELDS =
{
  # The single increment to apply
  INCREMENT => {:type => ::Thrift::Types::STRUCT, :name => 'increment', :class => ::Apache::Hadoop::Hbase::Thrift::TIncrement}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2387
# File 'lib/adapter/hbase/hbase.rb', line 2387

def struct_fields; FIELDS; end

#validateObject



2389
2390
# File 'lib/adapter/hbase/hbase.rb', line 2389

def validate
end