Class: HbaseClient::Thrift::Hbase::IncrementRows_args

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

Constant Summary collapse

INCREMENTS =
1
FIELDS =
{
  # The list of increments
  INCREMENTS => {:type => ::Thrift::Types::LIST, :name => 'increments', :element => {:type => ::Thrift::Types::STRUCT, :class => ::HbaseClient::Thrift::TIncrement}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end