| Package | Description |
|---|---|
| net.openhft.chronicle.engine.api.map | |
| net.openhft.chronicle.engine.fs | |
| net.openhft.chronicle.engine.map | |
| net.openhft.chronicle.engine.map.remote |
| 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>
An interface which is a KeyValueStore where you can subscribe to changes.
|
| Modifier and Type | Method and Description |
|---|---|
KeyValueStore |
ChronicleMapGroupFS.create(RequestContext requestContext,
Asset asset) |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaEngineReplication<Store extends KeyValueStore<?,?,?>> |
| 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 |
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<K,V,V> |
FilePerKeyValueStoreBackedKeyValueStore.underlying() |
KeyValueStore |
VanillaStringMarshallableKeyValueStore.underlying() |
KeyValueStore |
VanillaKeyValueStore.underlying() |
KeyValueStore |
VanillaStringStringKeyValueStore.underlying() |
KeyValueStore |
ObjectObjectKeyValueStore.underlying() |
KeyValueStore |
AbstractKeyValueStore.underlying() |
KeyValueStore<K,MV,V> |
ChronicleMapKeyValueStore.underlying() |
KeyValueStore<K,V,V> |
FilePerKeyBasedKeyMarshallableValueStore.underlying() |
KeyValueStore<String,net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.bytes.BytesStore> |
FilePerKeyValueStore.underlying() |
KeyValueStore<K,MV,V> |
VanillaMapView.underlying() |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaKVSSubscription.setKvStore(KeyValueStore<K,MV,V> kvStore) |
void |
KVSSubscription.setKvStore(KeyValueStore<K,MV,V> store) |
| Constructor and Description |
|---|
VanillaEngineReplication(java.util.function.IntFunction<KeyValueStore<net.openhft.chronicle.bytes.BytesStore,VanillaEngineReplication.ReplicationData,VanillaEngineReplication.ReplicationData>> obtainKeyReplicationDataBySegment,
KeyValueStore<net.openhft.chronicle.core.values.IntValue,VanillaEngineReplication.RemoteNodeReplicationState,VanillaEngineReplication.RemoteNodeReplicationState> modIterState,
byte identifier,
Store store,
VanillaEngineReplication.ChangeApplier<Store> changeApplier,
VanillaEngineReplication.GetValue<Store> getValue,
VanillaEngineReplication.SegmentForKey<Store> segmentForKey) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteKeyValueStore<K,V> |
| Modifier and Type | Method and Description |
|---|---|
KeyValueStore<K,V,V> |
RemoteKeyValueStore.underlying() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteKVSSubscription.setKvStore(KeyValueStore<K,MV,V> store) |
| Constructor and Description |
|---|
RemoteMapView(Class keyClass,
Class valueType,
Asset asset,
KeyValueStore<K,MV,V> kvStore,
boolean putReturnsNull,
boolean removeReturnsNull) |
RemoteMapView(RequestContext context,
Asset asset,
KeyValueStore<K,MV,V> kvStore) |
Copyright © 2015. All rights reserved.