public static class HbaseTables.Edge extends HbaseTable
BackendTable.ShardSplitter<Session extends BackendSession>| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_SUFFIX |
CF| Constructor and Description |
|---|
Edge(String store,
boolean out,
boolean enablePartition) |
| Modifier and Type | Method and Description |
|---|---|
static HbaseTables.Edge |
in(String store,
boolean enablePartition) |
void |
insert(HbaseSessions.Session session,
BackendEntry entry) |
static HbaseTables.Edge |
out(String store,
boolean enablePartition) |
protected void |
parseRowColumns(org.apache.hadoop.hbase.client.Result row,
BackendEntry entry,
Query query,
boolean enablePartition) |
append, cfs, clear, delete, eliminate, init, newEntryIterator, query, query, queryAll, queryByCond, queryById, queryByIds, queryByPrefix, queryByRange, queryByRange, queryExist, queryNumber, registerMetaHandlersjoinTableName, metaDispatcher, registerMetaHandler, table, tableType, updateIfAbsent, updateIfPresentpublic static final String TABLE_SUFFIX
public Edge(String store, boolean out, boolean enablePartition)
public static HbaseTables.Edge out(String store, boolean enablePartition)
public static HbaseTables.Edge in(String store, boolean enablePartition)
public void insert(HbaseSessions.Session session, BackendEntry entry)
insert in class HbaseTableprotected void parseRowColumns(org.apache.hadoop.hbase.client.Result row,
BackendEntry entry,
Query query,
boolean enablePartition)
throws IOException
parseRowColumns in class HbaseTableIOExceptionCopyright © 2017–2024 The Apache Software Foundation. All rights reserved.