public interface CommandCollector<K,V>
| 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 initialize(String targetName, DataStoreContext<K,V> rsInfo)
void close()
void addCommand(Command<K,V> cmd) throws DataStoreException
DataStoreExceptionvoid removeCommand(Command<K,V> cmd) throws DataStoreException
DataStoreExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.