| Package | Description |
|---|---|
| net.openhft.chronicle.engine | |
| net.openhft.chronicle.engine.client | |
| net.openhft.chronicle.engine.client.internal |
| Modifier and Type | Method and Description |
|---|---|
<K,V> Subscription<K,MapEventListener<K,V>> |
ChronicleContext.createMapSubscription(String name,
Class<K> kClass,
Class<V> vClass) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> Subscription<K,MapEventListener<K,V>> |
RemoteTcpClientChronicleContext.createMapSubscription(String name,
Class<K> kClass,
Class<V> vClass) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> Subscription<K,MapEventListener<K,V>> |
ChronicleEngine.createFilePerKeyMapMapSubscription(String name) |
<K,V> Subscription<K,MapEventListener<K,V>> |
ChronicleEngine.createMapSubscription(String name,
Class<K> kClass,
Class<V> vClass) |
Copyright © 2015. All rights reserved.