| 程序包 | 说明 |
|---|---|
| top.thinkin.lightd.base | |
| top.thinkin.lightd.db |
| 限定符和类型 | 方法和说明 |
|---|---|
static DBCommand |
DBCommand.delete(byte[] key) |
static DBCommand |
DBCommand.delete(byte[] key,
SstColumnFamily family) |
static DBCommand |
DBCommand.deleteRange(byte[] start,
byte[] end) |
static DBCommand |
DBCommand.deleteRange(byte[] start,
byte[] end,
SstColumnFamily family) |
static DBCommand |
DBCommand.update(byte[] key,
byte[] value) |
static DBCommand |
DBCommand.update(byte[] key,
byte[] value,
SstColumnFamily family) |
| 构造器和说明 |
|---|
DBCommandChunk(DBCommandChunkType type,
List<DBCommand> commands) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ThreadLocal<List<DBCommand>> |
DBAbs.threadLogs |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DBAbs.commit(List<DBCommand> logs) |
void |
DBAbs.commit(List<DBCommand> logs,
TransactionEntity transactionEntity) |
void |
DBAbs.simpleCommit(List<DBCommand> logs) |
Copyright © 2019. All rights reserved.