public class KVKeyUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
ID_VALUE_SEPARATOR |
| Constructor and Description |
|---|
KVKeyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decodeId(byte[] id) |
static byte[] |
encodeId(byte[] id) |
static ByteBuffer |
keyFromMutation(StoreMutation m,
byte[] cf,
byte[] cq,
byte[] vis) |
static StoreKey |
storeKey(byte[] key) |
public static final char ID_VALUE_SEPARATOR
public static byte[] encodeId(byte[] id)
public static byte[] decodeId(byte[] id)
public static ByteBuffer keyFromMutation(StoreMutation m, byte[] cf, byte[] cq, byte[] vis)
public static StoreKey storeKey(byte[] key)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.