public class TimerStore extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
TimerStore.Function |
static class |
TimerStore.TData |
| 限定符和类型 | 字段和说明 |
|---|---|
static byte[] |
DEF |
| 构造器和说明 |
|---|
TimerStore() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
del(RBase rBase,
String head,
int time,
byte[] value) |
static void |
put(RBase rBase,
String head,
int time,
byte[] value) |
static List<TimerStore.TData> |
rangeDel(DB db,
String head,
int start,
int end,
int limit) |
static List<TimerStore.TData> |
rangeDel(DB db,
String head,
int start,
int end,
int limit,
TimerStore.Function function) |
public static List<TimerStore.TData> rangeDel(DB db, String head, int start, int end, int limit, TimerStore.Function function) throws Exception
Exceptionpublic static List<TimerStore.TData> rangeDel(DB db, String head, int start, int end, int limit) throws org.rocksdb.RocksDBException
org.rocksdb.RocksDBExceptionCopyright © 2019. All rights reserved.