| Package | Description |
|---|---|
| net.openhft.chronicle.engine2.api.map | |
| net.openhft.chronicle.engine2.map |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StringBytesStoreKeyValueStore
Created by peter on 25/05/15.
|
interface |
StringMarshallableKeyValueStore<V extends net.openhft.chronicle.wire.Marshallable>
Created by peter on 25/05/15.
|
interface |
StringStringKeyValueStore
Created by peter on 25/05/15.
|
interface |
SubscriptionKeyValueStore<K,MV,V>
Created by peter on 22/05/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyValueStore<K,MV,V>
Created by peter on 22/05/15.
|
class |
FilePerKeyValueStore
A
Map implementation that stores each entry as a file in a
directory. |
class |
ObjectObjectKeyValueStore<K,MV extends V,V>
Created by peter on 25/05/15.
|
class |
VanillaKeyValueStore<K,MV,V>
Created by peter on 22/05/15.
|
class |
VanillaStringMarshallableKeyValueStore<V extends net.openhft.chronicle.wire.Marshallable>
Created by peter on 25/05/15.
|
class |
VanillaStringStringKeyValueStore
Created by peter on 25/05/15.
|
class |
VanillaSubscriptionKeyValueStore<K,MV,V>
Created by peter on 22/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
KeyValueStore |
VanillaKeyValueStore.underlying() |
KeyValueStore<K,MV,V> |
VanillaMapView.underlying() |
KeyValueStore |
AbstractKeyValueStore.underlying() |
KeyValueStore |
VanillaStringStringKeyValueStore.underlying() |
KeyValueStore |
FilePerKeyValueStore.underlying() |
KeyValueStore<K,MV,V> |
VanillaEntrySetView.underlying() |
KeyValueStore |
ObjectObjectKeyValueStore.underlying() |
KeyValueStore |
VanillaStringMarshallableKeyValueStore.underlying() |
KeyValueStore<T,M,M> |
VanillaTopicPublisher.underlying() |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaKeyValueStore.underlying(KeyValueStore underlying) |
void |
AbstractKeyValueStore.underlying(KeyValueStore underlying) |
void |
FilePerKeyValueStore.underlying(KeyValueStore underlying) |
void |
ObjectObjectKeyValueStore.underlying(KeyValueStore underlying) |
void |
VanillaMapView.underlying(KeyValueStore<K,MV,V> underlying) |
void |
VanillaEntrySetView.underlying(KeyValueStore<K,MV,V> underlying) |
void |
VanillaStringStringKeyValueStore.underlying(KeyValueStore<String,StringBuilder,String> underlying) |
void |
VanillaStringMarshallableKeyValueStore.underlying(KeyValueStore<String,V,V> underlying) |
void |
VanillaTopicPublisher.underlying(KeyValueStore<T,M,M> underlying) |
| Constructor and Description |
|---|
AbstractKeyValueStore(KeyValueStore<K,MV,V> kvStore) |
SubscriptionKVSCollection(KeyValueStore<K,MV,V> kvStore) |
VanillaEntrySetView(Asset asset,
KeyValueStore<K,MV,V> underlying) |
VanillaMapView(Asset asset,
KeyValueStore<K,MV,V> kvStore,
boolean putReturnsNull,
boolean removeReturnsNull) |
| Constructor and Description |
|---|
ObjectObjectKeyValueStore(FactoryContext<KeyValueStore<net.openhft.chronicle.bytes.BytesStore,net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.bytes.BytesStore>> context) |
VanillaEntrySetView(FactoryContext<KeyValueStore<K,MV,V>> context) |
VanillaMapView(FactoryContext<KeyValueStore<K,MV,V>> context) |
VanillaSubscriptionKeyValueStore(FactoryContext<KeyValueStore<K,MV,V>> context) |
VanillaTopicPublisher(FactoryContext<KeyValueStore<T,M,M>> context) |
Copyright © 2015. All rights reserved.