| Package | Description |
|---|---|
| net.openhft.chronicle.engine.api.map | |
| net.openhft.chronicle.engine.fs | |
| net.openhft.chronicle.engine.map | |
| net.openhft.chronicle.engine.server.internal |
| 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 | Method and Description |
|---|---|
KeyValueStore |
ChronicleMapGroupFS.create(RequestContext context,
Asset asset) |
| 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 |
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 |
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyValueStore<K,MV,V> |
AbstractKeyValueStore.kvStore |
| Modifier and Type | Method and Description |
|---|---|
KeyValueStore |
ObjectObjectKeyValueStore.underlying() |
KeyValueStore<K,V,V> |
RemoteKeyValueStore.underlying() |
KeyValueStore |
VanillaStringMarshallableKeyValueStore.underlying() |
KeyValueStore<K,MV,V> |
VanillaMapView.underlying() |
KeyValueStore<K,MV,V> |
ChronicleMapKeyValueStore.underlying() |
KeyValueStore |
VanillaKeyValueStore.underlying() |
KeyValueStore |
VanillaStringStringKeyValueStore.underlying() |
KeyValueStore<String,net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.bytes.BytesStore> |
FilePerKeyValueStore.underlying() |
KeyValueStore<K,V,V> |
FilePerKeyValueStoreBackedKeyValueStore.underlying() |
KeyValueStore |
AbstractKeyValueStore.underlying() |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaKVSSubscription.setKvStore(KeyValueStore<K,MV,V> kvStore) |
void |
RemoteKVSSubscription.setKvStore(KeyValueStore<K,MV,V> store) |
void |
KVSSubscription.setKvStore(KeyValueStore<K,MV,V> store) |
| Constructor and Description |
|---|
AbstractKeyValueStore(RequestContext rc,
Asset asset,
KeyValueStore<K,MV,V> kvStore) |
ChronicleMapBackedEngineReplication(KeyValueStore<net.openhft.chronicle.bytes.BytesStore,net.openhft.chronicle.engine.map.ChronicleMapBackedEngineReplication.ReplicationData,net.openhft.chronicle.engine.map.ChronicleMapBackedEngineReplication.ReplicationData> keyReplicationData,
KeyValueStore<net.openhft.chronicle.core.values.IntValue,net.openhft.chronicle.engine.map.ChronicleMapBackedEngineReplication.RemoteNodeReplicationState,net.openhft.chronicle.engine.map.ChronicleMapBackedEngineReplication.RemoteNodeReplicationState> modIterState,
byte identifier,
Store store,
net.openhft.chronicle.engine.map.ChronicleMapBackedEngineReplication.ChangeApplier<Store> changeApplier,
net.openhft.chronicle.engine.map.ChronicleMapBackedEngineReplication.GetValue<Store> getValue) |
ChronicleMapBackedEngineReplication(KeyValueStore<net.openhft.chronicle.bytes.BytesStore,net.openhft.chronicle.engine.map.ChronicleMapBackedEngineReplication.ReplicationData,net.openhft.chronicle.engine.map.ChronicleMapBackedEngineReplication.ReplicationData> keyReplicationData,
KeyValueStore<net.openhft.chronicle.core.values.IntValue,net.openhft.chronicle.engine.map.ChronicleMapBackedEngineReplication.RemoteNodeReplicationState,net.openhft.chronicle.engine.map.ChronicleMapBackedEngineReplication.RemoteNodeReplicationState> modIterState,
byte identifier,
Store store,
net.openhft.chronicle.engine.map.ChronicleMapBackedEngineReplication.ChangeApplier<Store> changeApplier,
net.openhft.chronicle.engine.map.ChronicleMapBackedEngineReplication.GetValue<Store> getValue) |
VanillaMapView(Class keyClass,
Class valueType,
Asset asset,
KeyValueStore<K,MV,V> kvStore,
boolean putReturnsNull,
boolean removeReturnsNull) |
VanillaMapView(RequestContext context,
Asset asset,
KeyValueStore<K,MV,V> kvStore) |
VanillaSubscriptionKeyValueStore(RequestContext context,
Asset asset,
KeyValueStore<K,MV,V> item) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapWireHandler.process(net.openhft.chronicle.wire.WireIn in,
net.openhft.chronicle.wire.WireOut out,
KeyValueStore map,
long tid,
WireAdapter wireAdapter,
RequestContext requestContext) |
Copyright © 2015. All rights reserved.