| Package | Description |
|---|---|
| net.openhft.chronicle.engine.api.map | |
| net.openhft.chronicle.engine.fs | |
| net.openhft.chronicle.engine.map | |
| net.openhft.chronicle.engine.map.remote |
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> MapEvent<K2,V2> |
MapEvent.translate(java.util.function.BiFunction<K,K2,K2> keyFunction,
java.util.function.BiFunction<V,V2,V2> valueFunction) |
<K2,V2> MapEvent<K2,V2> |
MapEvent.translate(java.util.function.Function<K,K2> keyFunction,
java.util.function.Function<V,V2> valueFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<K,V>> kvConsumer) |
void |
MapView.registerSubscriber(Subscriber<MapEvent<K,V>> subscriber)
Add a Subscription for the MapEvents triggered by changes on this Map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationFS.onFile(MapEvent<String,String> mapEvent) |
| Modifier and Type | Class and Description |
|---|---|
class |
InsertedEvent<K,V>
Created by peter on 22/05/15.
|
class |
RemovedEvent<K,V>
Created by peter on 22/05/15.
|
class |
UpdatedEvent<K,V>
Created by peter on 22/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
<K2,V2> MapEvent<K2,V2> |
InsertedEvent.translate(java.util.function.BiFunction<K,K2,K2> keyFunction,
java.util.function.BiFunction<V,V2,V2> valueFunction) |
<K2,V2> MapEvent<K2,V2> |
UpdatedEvent.translate(java.util.function.BiFunction<K,K2,K2> keyFunction,
java.util.function.BiFunction<V,V2,V2> valueFunction) |
<K2,V2> MapEvent<K2,V2> |
RemovedEvent.translate(java.util.function.BiFunction<K,K2,K2> keyFunction,
java.util.function.BiFunction<V,V2,V2> valueFunction) |
<K2,V2> MapEvent<K2,V2> |
InsertedEvent.translate(java.util.function.Function<K,K2> keyFunction,
java.util.function.Function<V,V2> valueFunction) |
<K2,V2> MapEvent<K2,V2> |
UpdatedEvent.translate(java.util.function.Function<K,K2> keyFunction,
java.util.function.Function<V,V2> valueFunction) |
<K2,V2> MapEvent<K2,V2> |
RemovedEvent.translate(java.util.function.Function<K,K2> keyFunction,
java.util.function.Function<V,V2> valueFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaKVSSubscription.notifyEvent(MapEvent<K,V> changeEvent) |
void |
KVSSubscription.notifyEvent(MapEvent<K,V> changeEvent) |
void |
EventConsumer.notifyEvent(MapEvent<K,V> changeEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilePerKeyValueStoreBackedKeyValueStore.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 |
FilePerKeyBasedKeyMarshallableValueStore.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 |
VanillaMapView.registerSubscriber(Subscriber<MapEvent<K,V>> subscriber) |
void |
VanillaKVSSubscription.unregisterSubscriber(Subscriber<MapEvent<K,V>> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteKVSSubscription.notifyEvent(MapEvent<K,V> mpe) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteKeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<K,V>> kvConsumer) |
Copyright © 2015. All rights reserved.