Class: Apache::Hadoop::Hbase::Thrift::Hbase::ScannerGetList_args

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

Constant Summary collapse

ID =
1
NBROWS =
2
FIELDS =
{
	# id of a scanner returned by scannerOpen
	ID => {:type => ::Thrift::Types::I32, :name => 'id'},
	# number of results to return
	NBROWS => {:type => ::Thrift::Types::I32, :name => 'nbRows'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2510
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 2510

def struct_fields; FIELDS; end

#validateObject



2512
2513
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 2512

def validate
end