| Package | Description |
|---|---|
| net.openhft.chronicle.engine.map |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KVSSubscription<K,MV,V>
Created by peter on 29/05/15.
|
interface |
ObjectKVSSubscription<K,MV,V>
Created by peter.lawrey on 11/06/2015.
|
interface |
RawKVSSubscription<K,MV,V>
Created by peter.lawrey on 11/06/2015.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteKVSSubscription<K,MV,V> |
class |
VanillaKVSSubscription<K,MV,V>
Created by peter on 22/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaKVSSubscription.registerDownstream(EventConsumer<K,V> subscription) |
void |
KVSSubscription.registerDownstream(EventConsumer<K,V> subscription) |
void |
RemoteKVSSubscription.registerDownstream(EventConsumer<K,V> subscription) |
void |
VanillaKVSSubscription.unregisterDownstream(EventConsumer<K,V> subscription) |
Copyright © 2015. All rights reserved.