Class: HbaseClient::Thrift::Hbase::Increment_args

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2445
# File 'lib/hbase-client/thrift/hbase.rb', line 2445

def struct_fields; FIELDS; end

#validateObject



2447
2448
# File 'lib/hbase-client/thrift/hbase.rb', line 2447

def validate
end