Package | Description |
---|---|
software.chronicle.datagrid.internal.map | |
software.chronicle.datagrid.internal.map.event | |
software.chronicle.datagrid.internal.map.remote | |
software.chronicle.datagrid.map |
This package contains interfaces that are related to the
handling of Maps within Chronicle-Datagrid
|
software.chronicle.datagrid.map.event |
This package contains interfaces that are related to the
handling of Map events within Chronicle-Datagrid
|
Modifier and Type | Method and Description |
---|---|
void |
MapKVSSubscription.notifyEvent(@NotNull MapEvent<K,V> changeEvent) |
void |
KVSSubscription.notifyEvent(MapEvent<K,V> changeEvent) |
void |
EventConsumer.notifyEvent(MapEvent<K,V> changeEvent) |
void |
QueueObjectSubscription.notifyEvent(MapEvent<T,M> changeEvent) |
Modifier and Type | Method and Description |
---|---|
void |
FilePerKeyValueStoreBackedKeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<K,V>> kvConsumer) |
void |
AbstractKeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<K,V>> kvConsumer) |
Modifier and Type | Class and Description |
---|---|
class |
VanillaInsertedEvent<K,V> |
class |
VanillaRemovedEvent<K,V> |
class |
VanillaUpdatedEvent<K,V> |
Modifier and Type | Method and Description |
---|---|
<K2,V2> @NotNull MapEvent<K2,V2> |
VanillaUpdatedEvent.translate(@NotNull BiFunction<K,K2,K2> keyFunction,
@NotNull BiFunction<V,V2,V2> valueFunction) |
<K2,V2> @NotNull MapEvent<K2,V2> |
VanillaRemovedEvent.translate(@NotNull BiFunction<K,K2,K2> keyFunction,
@NotNull BiFunction<V,V2,V2> valueFunction) |
<K2,V2> @NotNull MapEvent<K2,V2> |
VanillaInsertedEvent.translate(@NotNull BiFunction<K,K2,K2> keyFunction,
@NotNull BiFunction<V,V2,V2> valueFunction) |
<K2,V2> @NotNull MapEvent<K2,V2> |
VanillaUpdatedEvent.translate(@NotNull Function<K,K2> keyFunction,
@NotNull Function<V,V2> valueFunction) |
<K2,V2> @NotNull MapEvent<K2,V2> |
VanillaRemovedEvent.translate(@NotNull Function<K,K2> keyFunction,
@NotNull Function<V,V2> valueFunction) |
<K2,V2> @NotNull MapEvent<K2,V2> |
VanillaInsertedEvent.translate(@NotNull Function<K,K2> keyFunction,
@NotNull Function<V,V2> valueFunction) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteKVSSubscription.notifyEvent(MapEvent<K,V> mpe) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueStore.entriesFor(int segment,
SubscriptionConsumer<MapEvent<K,V>> kvConsumer) |
Modifier and Type | Interface and Description |
---|---|
interface |
InsertedEvent<K,V> |
interface |
RemovedEvent<K,V> |
interface |
UpdatedEvent<K,V> |
Modifier and Type | Method and Description |
---|---|
default <K2,V2> @NotNull MapEvent<K2,V2> |
UpdatedEvent.translate(@NotNull BiFunction<K,K2,K2> keyFunction,
@NotNull BiFunction<V,V2,V2> valueFunction) |
default <K2,V2> @NotNull MapEvent<K2,V2> |
RemovedEvent.translate(@NotNull BiFunction<K,K2,K2> keyFunction,
@NotNull BiFunction<V,V2,V2> valueFunction) |
<K2,V2> @NotNull MapEvent<K2,V2> |
MapEvent.translate(BiFunction<K,K2,K2> keyFunction,
BiFunction<V,V2,V2> valueFunction) |
default <K2,V2> @NotNull MapEvent<K2,V2> |
InsertedEvent.translate(@NotNull BiFunction<K,K2,K2> keyFunction,
@NotNull BiFunction<V,V2,V2> valueFunction) |
default <K2,V2> @NotNull MapEvent<K2,V2> |
UpdatedEvent.translate(@NotNull Function<K,K2> keyFunction,
@NotNull Function<V,V2> valueFunction) |
default <K2,V2> @NotNull MapEvent<K2,V2> |
RemovedEvent.translate(@NotNull Function<K,K2> keyFunction,
@NotNull Function<V,V2> valueFunction) |
<K2,V2> @NotNull MapEvent<K2,V2> |
MapEvent.translate(Function<K,K2> keyFunction,
Function<V,V2> valueFunction) |
default <K2,V2> @NotNull MapEvent<K2,V2> |
InsertedEvent.translate(@NotNull Function<K,K2> keyFunction,
@NotNull Function<V,V2> valueFunction) |
Copyright © 2021. All rights reserved.