@Deprecated public interface QueueEvents<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
$checkPoint(String name,
int hostId)
Deprecated.
|
void |
$clear(String name,
long timestamp)
Deprecated.
Remove all entries
|
void |
$put(String name,
K key,
V value,
long timestamp)
Deprecated.
|
void |
$remove(String name,
K key,
long timestamp)
Deprecated.
|
void $put(String name, K key, V value, long timestamp)
key - to putvalue - to puttimestamp - last batch timestampvoid $remove(String name, K key, long timestamp)
key - to removetimestamp - last batch timestampvoid $clear(String name, long timestamp)
timestamp - last batch timestampvoid $checkPoint(String name, int hostId)
hostId - which caused the checkpointCopyright © 2022. All rights reserved.