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

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/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



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

def struct_fields; FIELDS; end

#validateObject



2244
2245
# File 'lib/thrift/hbase.rb', line 2244

def validate
end