| Package | Description |
|---|---|
| net.openhft.chronicle.engine2.api.map | |
| net.openhft.chronicle.engine2.map |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapEvent<K,V>
Created by peter on 22/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> KeyValueStore.Entry<K,V> |
KeyValueStore.Entry.of(K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueStore.entriesFor(int segment,
java.util.function.Consumer<KeyValueStore.Entry<K,V>> kvConsumer) |
| 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.
|
class |
VanillaEntry<K,V>
Created by peter on 22/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaKeyValueStore.entriesFor(int segment,
java.util.function.Consumer<KeyValueStore.Entry<K,V>> kvConsumer) |
void |
AbstractKeyValueStore.entriesFor(int segment,
java.util.function.Consumer<KeyValueStore.Entry<K,V>> kvConsumer) |
void |
ObjectObjectKeyValueStore.entriesFor(int segment,
java.util.function.Consumer<KeyValueStore.Entry<K,V>> kvConsumer) |
void |
FilePerKeyValueStore.entriesFor(int segment,
java.util.function.Consumer<KeyValueStore.Entry<String,net.openhft.chronicle.bytes.BytesStore>> kvConsumer) |
void |
VanillaStringStringKeyValueStore.entriesFor(int segment,
java.util.function.Consumer<KeyValueStore.Entry<String,String>> kvConsumer) |
void |
VanillaStringMarshallableKeyValueStore.entriesFor(int segment,
java.util.function.Consumer<KeyValueStore.Entry<String,V>> kvConsumer) |
Copyright © 2015. All rights reserved.