public class DBCommand extends Object implements Serializable
| 构造器和说明 |
|---|
DBCommand() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DBCommand |
delete(byte[] key) |
static DBCommand |
delete(byte[] key,
SstColumnFamily family) |
static DBCommand |
deleteRange(byte[] start,
byte[] end) |
static DBCommand |
deleteRange(byte[] start,
byte[] end,
SstColumnFamily family) |
void |
readLogs() |
static DBCommand |
update(byte[] key,
byte[] value) |
static DBCommand |
update(byte[] key,
byte[] value,
SstColumnFamily family) |
public static DBCommand update(byte[] key, byte[] value, SstColumnFamily family)
public static DBCommand update(byte[] key, byte[] value)
public static DBCommand delete(byte[] key, SstColumnFamily family)
public static DBCommand delete(byte[] key)
public static DBCommand deleteRange(byte[] start, byte[] end, SstColumnFamily family)
public static DBCommand deleteRange(byte[] start, byte[] end)
public void readLogs()
Copyright © 2020. All rights reserved.