public class ReplicationCommandTransmitterWithList<K,V> extends Object implements Runnable, CommandCollector<K,V>
| Constructor and Description |
|---|
ReplicationCommandTransmitterWithList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommand(Command<K,V> cmd) |
void |
close() |
void |
initialize(String targetName,
DataStoreContext<K,V> rsInfo) |
void |
removeCommand(Command<K,V> cmd) |
void |
run() |
public ReplicationCommandTransmitterWithList()
public void initialize(String targetName, DataStoreContext<K,V> rsInfo)
initialize in interface CommandCollector<K,V>public void close()
close in interface CommandCollector<K,V>public void addCommand(Command<K,V> cmd) throws DataStoreException
addCommand in interface CommandCollector<K,V>DataStoreExceptionpublic void removeCommand(Command<K,V> cmd) throws DataStoreException
removeCommand in interface CommandCollector<K,V>DataStoreExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.