| Package | Description |
|---|---|
| net.openhft.chronicle.engine.api.map | |
| net.openhft.chronicle.engine.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.
|
| 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 |
AbstractSubscriptionKeyValueStore<K,MV,V>
Created by daniel on 08/06/15.
|
class |
ChronicleMapKeyValueStore<K,MV,V> |
class |
FilePerKeyValueStore
A
Map implementation that stores each entry as a file in a
directory. |
class |
RemoteKeyValueStore<K,V> |
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.
|
| Constructor and Description |
|---|
AbstractSubscriptionKeyValueStore(RequestContext rc,
Asset asset,
SubscriptionKeyValueStore<K,MV,V> kvStore) |
VanillaStringMarshallableKeyValueStore(RequestContext context,
Asset asset,
SubscriptionKeyValueStore<String,net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.bytes.BytesStore> kvStore) |
VanillaStringStringKeyValueStore(RequestContext context,
Asset asset,
SubscriptionKeyValueStore<String,net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.bytes.BytesStore> kvStore) |
Copyright © 2015. All rights reserved.