public class WindowStoreUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Serdes<byte[],byte[]> |
INNER_SERDES |
static KeyValueIterator<byte[],byte[]>[] |
NO_ITERATORS |
static int |
SEQNUM_SIZE |
static int |
TIMESTAMP_SIZE |
Constructor and Description |
---|
WindowStoreUtils() |
Modifier and Type | Method and Description |
---|---|
static <K> K |
keyFromBinaryKey(byte[] binaryKey,
Serdes<K,?> serdes) |
static long |
timestampFromBinaryKey(byte[] binaryKey) |
static <K> byte[] |
toBinaryKey(K key,
long timestamp,
int seqnum,
Serdes<K,?> serdes) |
public static final int TIMESTAMP_SIZE
public static final int SEQNUM_SIZE
public static final Serdes<byte[],byte[]> INNER_SERDES
public static final KeyValueIterator<byte[],byte[]>[] NO_ITERATORS