| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<K,V>> kvConsumer) |
void |
KeyValueStore.keysFor(int segment,
SubscriptionConsumer<K> kConsumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionConsumer.accept(T subscriber) |
static <E> void |
SubscriptionConsumer.notifyEachEvent(Set<E> subs,
SubscriptionConsumer<E> doNotify) |
default void |
SubscriptionConsumer.notifyEachEvent(Set<T> subs) |
void |
Subscriber.onMessage(E e) |
void |
TopicSubscriber.onMessage(T topic,
M message) |
| Modifier and Type | Method and Description |
|---|---|
void |
Asset.forEachChild(net.openhft.chronicle.core.util.ThrowingAcceptor<Asset,InvalidSubscriberException> child) |
| Modifier and Type | Method and Description |
|---|---|
void |
Asset.forEachChild(net.openhft.chronicle.core.util.ThrowingAcceptor<Asset,InvalidSubscriberException> child) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteKeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<K,V>> kvConsumer) |
void |
VanillaKeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<K,V>> kvConsumer) |
void |
ObjectObjectKeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<K,V>> kvConsumer) |
void |
AbstractKeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<K,V>> kvConsumer) |
void |
ChronicleMapKeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<K,V>> kvConsumer) |
void |
FilePerKeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<String,net.openhft.chronicle.bytes.BytesStore>> kvConsumer) |
void |
VanillaStringStringKeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<String,String>> kvConsumer) |
void |
VanillaStringMarshallableKeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<String,V>> kvConsumer) |
void |
RemoteKeyValueStore.keysFor(int segment,
SubscriptionConsumer<K> kConsumer) |
void |
VanillaKeyValueStore.keysFor(int segment,
SubscriptionConsumer<K> kConsumer) |
void |
ObjectObjectKeyValueStore.keysFor(int segment,
SubscriptionConsumer<K> kConsumer) |
void |
AbstractKeyValueStore.keysFor(int segment,
SubscriptionConsumer<K> kConsumer) |
void |
ChronicleMapKeyValueStore.keysFor(int segment,
SubscriptionConsumer<K> kConsumer) |
void |
VanillaStringMarshallableKeyValueStore.keysFor(int segment,
SubscriptionConsumer<String> kConsumer) |
void |
VanillaStringStringKeyValueStore.keysFor(int segment,
SubscriptionConsumer<String> kConsumer) |
void |
EventConsumer.notifyEvent(MapEvent<K,V> changeEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaSubAsset.forEachChild(net.openhft.chronicle.core.util.ThrowingAcceptor<Asset,InvalidSubscriberException> child) |
void |
VanillaAsset.forEachChild(net.openhft.chronicle.core.util.ThrowingAcceptor<Asset,InvalidSubscriberException> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaSubAsset.forEachChild(net.openhft.chronicle.core.util.ThrowingAcceptor<Asset,InvalidSubscriberException> child) |
void |
VanillaAsset.forEachChild(net.openhft.chronicle.core.util.ThrowingAcceptor<Asset,InvalidSubscriberException> consumer) |
Copyright © 2015. All rights reserved.