public abstract class HbaseStore extends AbstractBackendStore<HbaseSessions.Session>
| Modifier and Type | Class and Description |
|---|---|
static class |
HbaseStore.HbaseGraphStore |
static class |
HbaseStore.HbaseSchemaStore
Store defines
|
BackendStore.TxState| Constructor and Description |
|---|
HbaseStore(BackendStoreProvider provider,
String namespace,
String store) |
| Modifier and Type | Method and Description |
|---|---|
void |
beginTx() |
void |
clear() |
void |
close() |
void |
commitTx() |
String |
database() |
BackendFeatures |
features() |
void |
init() |
void |
mutate(BackendMutation mutation) |
String |
namespace() |
void |
open(HugeConfig config) |
BackendStoreProvider |
provider() |
Iterator<BackendEntry> |
query(Query query) |
protected void |
registerTableManager(HugeType type,
HbaseTable table) |
void |
rollbackTx() |
protected HbaseSessions.Session |
session(HugeType type) |
String |
store() |
protected HbaseTable |
table(HugeType type) |
protected List<String> |
tableNames() |
void |
truncate() |
metadata, metaDispatcher, registerMetaHandlerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCounter, increaseCounter, nextId, setCounterLowestpublic HbaseStore(BackendStoreProvider provider, String namespace, String store)
protected void registerTableManager(HugeType type, HbaseTable table)
protected final HbaseTable table(HugeType type)
table in class AbstractBackendStore<HbaseSessions.Session>protected HbaseSessions.Session session(HugeType type)
session in class AbstractBackendStore<HbaseSessions.Session>public String namespace()
public String store()
public String database()
public BackendStoreProvider provider()
public BackendFeatures features()
public void open(HugeConfig config)
public void close()
public void mutate(BackendMutation mutation)
public Iterator<BackendEntry> query(Query query)
public void init()
public void clear()
public void truncate()
public void beginTx()
public void commitTx()
public void rollbackTx()
Copyright © 2017–2019. All rights reserved.