| Package | Description |
|---|---|
| net.openhft.chronicle.engine2.api | |
| net.openhft.chronicle.engine2.api.map | |
| net.openhft.chronicle.engine2.map | |
| net.openhft.chronicle.engine2.session |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopicPublisher<T,M>
Created by peter on 22/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
View |
View.forSession(LocalSession session,
Asset asset) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntrySetView<K,MV,V>
Created by peter on 22/05/15.
|
interface |
MapView<K,MV,V>
Created by peter on 22/05/15.
|
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 |
SubAsset<T>
Created by peter on 23/05/15.
|
interface |
SubscriptionKeyValueStore<K,MV,V>
Created by peter on 22/05/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilePerKeyValueStore
A
Map implementation that stores each entry as a file in a
directory. |
class |
VanillaEntrySetView<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.
|
class |
VanillaTopicPublisher<T,M>
Created by peter on 23/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
View |
VanillaMapView.forSession(LocalSession session,
Asset asset) |
View |
VanillaSubscriptionKeyValueStore.forSession(LocalSession session,
Asset asset) |
View |
VanillaStringStringKeyValueStore.forSession(LocalSession session,
Asset asset) |
View |
FilePerKeyValueStore.forSession(LocalSession session,
Asset asset) |
View |
VanillaEntrySetView.forSession(LocalSession session,
Asset asset) |
View |
VanillaStringMarshallableKeyValueStore.forSession(LocalSession session,
Asset asset) |
View |
VanillaTopicPublisher.forSession(LocalSession session,
Asset asset) |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaSubAsset<T>
Created by peter on 22/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
View |
VanillaSubAsset.forSession(LocalSession session,
Asset asset) |
Copyright © 2015. All rights reserved.