| 限定符和类型 | 方法和说明 |
|---|---|
HbaseSessions.RowIterator |
HbaseSessions.Session.get(String table,
byte[] family,
byte[] rowkey)
Get a record by rowkey from a table
|
HbaseSessions.RowIterator |
HbaseSessions.Session.get(String table,
byte[] family,
byte[] rowkey,
byte[] qualifier)
Get a record by rowkey and qualifier from a table
|
HbaseSessions.RowIterator |
HbaseSessions.Session.get(String table,
byte[] family,
Set<byte[]> rowkeys)
Get multi records by rowkeys from a table
|
HbaseSessions.RowIterator |
HbaseSessions.Session.scan(String table,
byte[] startRow,
boolean inclusiveStart,
byte[] stopRow,
boolean inclusiveStop)
Scan records by rowkey range from a table
|
HbaseSessions.RowIterator |
HbaseSessions.Session.scan(String table,
org.apache.hadoop.hbase.client.Scan scan)
Inner scan: send scan request to HBase and get iterator
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected BackendEntryIterator |
HbaseTables.IndexTable.newEntryIterator(Query query,
HbaseSessions.RowIterator rows) |
protected BackendEntryIterator |
HbaseTable.newEntryIterator(Query query,
HbaseSessions.RowIterator rows) |
Copyright © 2017–2021. All rights reserved.