public interface QueueEvents<K,V>
Modifier and Type | Method and Description |
---|---|
void |
$checkPoint(String name,
int hostId) |
void |
$clear(String name,
long timestamp)
Remove all entries
|
void |
$put(String name,
K key,
V value,
long timestamp) |
void |
$remove(String name,
K key,
long timestamp) |
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 © 2023. All rights reserved.