| Modifier and Type | Interface and Description |
|---|---|
interface |
ValuesCollection<V>
Marker interface for a collection which represents the values() of a Map.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyValueStore<K,MV,V>
Internal API for creating new data stores.
|
interface |
MapView<K,MV,V>
Interface for Map views.
|
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>
An interface which is a KeyValueStore where you can subscribe to changes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopicPublisher<T,M>
Publish to any topic in an Asset group.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntrySetView<K,MV,V>
Marker interface for a set which represents the entrySet() of a Map.
|
interface |
KeySetView<K>
Marker interface for a set which represents the keySet() of a Map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaValuesCollection<K,V>
Created by peter on 11/06/15.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthenticatedKeyValueStore<K,MV,V>
Created by peter on 01/06/15.
|
interface |
ObjectKeyValueStore<K,MV,V>
Created by peter on 01/06/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyValueStore<K,MV,V>
Created by peter on 22/05/15.
|
class |
AbstractSubscriptionKeyValueStore<K,MV,V>
Created by daniel on 08/06/15.
|
class |
ChronicleMapKeyValueStore<K,MV,V> |
class |
FilePerKeyBasedKeyMarshallableValueStore<K,V extends net.openhft.chronicle.wire.Marshallable> |
class |
FilePerKeyValueStore
A
Map implementation that stores each entry as a file in a
directory. |
class |
FilePerKeyValueStoreBackedKeyValueStore<K,V> |
class |
ObjectObjectKeyValueStore<K,MV extends V,V>
Created by peter on 25/05/15.
|
class |
VanillaEntrySetView<K,MV,V>
Created by peter on 22/05/15.
|
class |
VanillaKeyValueStore<K,MV,V>
Created by peter on 22/05/15.
|
class |
VanillaMapView<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.
|
| Constructor and Description |
|---|
ObjectObjectKeyValueStore(RequestContext context,
Asset asset,
Assetted assetted) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteKeyValueStore<K,V> |
class |
RemoteMapView<K,MV,V>
Created by peter on 22/05/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteTopicPublisher<T,M>
Created by Rob Austin
|
class |
VanillaTopicPublisher<T,M>
Created by peter on 23/05/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaKeySetView<K,V>
Created by peter.lawrey on 11/06/2015.
|
Copyright © 2015. All rights reserved.