public abstract class HbaseStore extends AbstractBackendStore<HbaseSessions.Session>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
HbaseStore.HbaseGraphStore |
static class |
HbaseStore.HbaseSchemaStore
Store defines
|
BackendStore.TxState| 构造器和说明 |
|---|
HbaseStore(BackendStoreProvider provider,
String namespace,
String store) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
beginTx() |
void |
clear(boolean clearSpace) |
void |
close() |
void |
commitTx() |
String |
database() |
BackendFeatures |
features() |
void |
init() |
boolean |
initialized() |
void |
mutate(BackendMutation mutation) |
String |
namespace() |
void |
open(HugeConfig config) |
boolean |
opened() |
BackendStoreProvider |
provider() |
Iterator<BackendEntry> |
query(Query query) |
Number |
queryNumber(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() |
checkOpened, metadata, metaDispatcher, registerMetaHandler, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCounter, increaseCounter, isSchemaStore, nextId, readSnapshot, setCounterLowest, writeSnapshotpublic HbaseStore(BackendStoreProvider provider, String namespace, String store)
protected void registerTableManager(HugeType type, HbaseTable table)
protected final HbaseTable table(HugeType type)
table 在类中 AbstractBackendStore<HbaseSessions.Session>protected HbaseSessions.Session session(HugeType type)
session 在类中 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 boolean opened()
public void mutate(BackendMutation mutation)
public Iterator<BackendEntry> query(Query query)
public void init()
public void clear(boolean clearSpace)
public boolean initialized()
public void truncate()
public void beginTx()
public void commitTx()
public void rollbackTx()
Copyright © 2017–2021. All rights reserved.