| 程序包 | 说明 |
|---|---|
| top.thinkin.lightd.base | |
| top.thinkin.lightd.db |
| 构造器和说明 |
|---|
VersionSequence(DB db) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected DB |
RBase.db |
| 限定符和类型 | 方法和说明 |
|---|---|
static DB |
DB.build(String dir) |
static DB |
DB.build(String dir,
boolean autoclear) |
static DB |
DB.buildTransactionDB(String dir,
boolean autoclear) |
static DB |
DB.readOnly(String dir) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<TimerStore.TData> |
TimerStore.rangeDel(DB db,
String head,
int start,
int end,
int limit) |
static List<TimerStore.TData> |
TimerStore.rangeDel(DB db,
String head,
int start,
int end,
int limit,
TimerStore.Function function) |
| 构造器和说明 |
|---|
RCollection(DB db,
boolean isLog,
int lockSize) |
RKv(DB db) |
RList(DB db) |
RMap(DB db) |
RSet(DB db) |
Sequence(DB db,
byte[] key) |
ZSet(DB db) |
Copyright © 2020. All rights reserved.