| Modifier and Type | Method and Description |
|---|---|
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
|
protected HbaseSessions.RowIterator |
HbaseTable.queryAll(HbaseSessions.Session session,
Query query) |
protected HbaseSessions.RowIterator |
HbaseTables.RangeIndex.queryByCond(HbaseSessions.Session session,
ConditionQuery query) |
protected HbaseSessions.RowIterator |
HbaseTable.queryByCond(HbaseSessions.Session session,
ConditionQuery query) |
protected HbaseSessions.RowIterator |
HbaseTable.queryById(HbaseSessions.Session session,
Id id) |
protected HbaseSessions.RowIterator |
HbaseTable.queryByIds(HbaseSessions.Session session,
Set<Id> ids) |
protected HbaseSessions.RowIterator |
HbaseTable.queryByPrefix(HbaseSessions.Session session,
IdPrefixQuery query) |
protected HbaseSessions.RowIterator |
HbaseTable.queryByRange(HbaseSessions.Session session,
IdRangeQuery query) |
protected HbaseSessions.RowIterator |
HbaseTable.queryByRange(HbaseSessions.Session session,
Shard shard,
String page) |
HbaseSessions.RowIterator |
HbaseSessions.Session.scan(String table,
byte[] prefix)
Scan records by rowkey prefix from a table
|
HbaseSessions.RowIterator |
HbaseSessions.Session.scan(String table,
byte[] startRow,
boolean inclusiveStart,
byte[] prefix)
Scan records by rowkey start and prefix 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,
byte[] startRow,
byte[] stopRow)
Scan records by rowkey range from a table
|
HbaseSessions.RowIterator |
HbaseSessions.Session.scan(String table,
long limit)
Scan all records from a table
|
HbaseSessions.RowIterator |
HbaseSessions.Session.scan(String table,
Set<byte[]> prefixs)
Scan records by multi rowkey prefixs from a table
|
| Modifier and Type | Method and Description |
|---|---|
protected BackendEntryIterator |
HbaseTables.IndexTable.newEntryIterator(HbaseSessions.RowIterator rows,
Query query) |
protected BackendEntryIterator |
HbaseTable.newEntryIterator(HbaseSessions.RowIterator rows,
Query query) |
Copyright © 2017–2019. All rights reserved.