| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapView<K,V,V> |
Chassis.acquireMap(String uri,
Class<K> kClass,
Class<V> vClass)
Get or create a Map, ConcurrentMap or MapView of an asset.
|
| Modifier and Type | Method and Description |
|---|---|
default <K,V> MapView<K,V,V> |
AssetTree.acquireMap(String uri,
Class<K> kClass,
Class<V> vClass)
Acquire a map view for a URI.
|
| Modifier and Type | Method and Description |
|---|---|
MapView<?,?,V> |
VanillaValuesCollection.underlying() |
| Constructor and Description |
|---|
VanillaValuesCollection(RequestContext requestContext,
Asset asset,
MapView<K,V,V> mapView) |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaMapView<K,MV,V>
Created by peter on 22/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
MapView<K,MV,V> |
VanillaEntrySetView.underlying() |
| Constructor and Description |
|---|
VanillaEntrySetView(RequestContext context,
Asset asset,
MapView<K,MV,V> mapView) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteMapView<K,MV,V>
Created by peter on 22/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
<A,R> R |
RemoteKeyValueStore.applyTo(net.openhft.chronicle.core.util.SerializableBiFunction<MapView<K,?,V>,A,R> function,
A arg) |
<A,R> R |
RemoteMapView.applyTo(net.openhft.chronicle.core.util.SerializableBiFunction<MapView<K,MV,V>,A,R> function,
A arg) |
<R> R |
RemoteMapView.applyTo(net.openhft.chronicle.core.util.SerializableFunction<MapView<K,MV,V>,R> function) |
void |
RemoteMapView.asyncUpdate(net.openhft.chronicle.core.util.SerializableUpdater<MapView<K,MV,V>> updateFunction) |
<A> void |
RemoteMapView.asyncUpdate(net.openhft.chronicle.core.util.SerializableUpdaterWithArg<MapView<K,MV,V>,A> updateFunction,
A arg) |
<R> R |
RemoteMapView.syncUpdate(net.openhft.chronicle.core.util.SerializableUpdater<MapView<K,MV,V>> updateFunction,
net.openhft.chronicle.core.util.SerializableFunction<MapView<K,MV,V>,R> returnFunction) |
<R> R |
RemoteMapView.syncUpdate(net.openhft.chronicle.core.util.SerializableUpdater<MapView<K,MV,V>> updateFunction,
net.openhft.chronicle.core.util.SerializableFunction<MapView<K,MV,V>,R> returnFunction) |
<UA,RA,R> R |
RemoteMapView.syncUpdate(net.openhft.chronicle.core.util.SerializableUpdaterWithArg<MapView<K,MV,V>,UA> updateFunction,
UA ua,
net.openhft.chronicle.core.util.SerializableBiFunction<MapView<K,MV,V>,RA,R> returnFunction,
RA ra) |
<UA,RA,R> R |
RemoteMapView.syncUpdate(net.openhft.chronicle.core.util.SerializableUpdaterWithArg<MapView<K,MV,V>,UA> updateFunction,
UA ua,
net.openhft.chronicle.core.util.SerializableBiFunction<MapView<K,MV,V>,RA,R> returnFunction,
RA ra) |
| Modifier and Type | Method and Description |
|---|---|
MapView<T,M,M> |
RemoteTopicPublisher.underlying() |
MapView<T,M,M> |
VanillaTopicPublisher.underlying() |
| Constructor and Description |
|---|
RemoteTopicPublisher(RequestContext context,
Asset asset,
MapView<T,M,M> underlying) |
VanillaReference(RequestContext context,
Asset asset,
MapView<String,E,E> underlying) |
VanillaReference(String name,
Class<E> type,
MapView<String,E,E> mapView) |
VanillaTopicPublisher(RequestContext context,
Asset asset,
MapView<T,M,M> underlying) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapWireHandler.process(net.openhft.chronicle.wire.WireIn in,
net.openhft.chronicle.wire.WireOut out,
MapView map,
long tid,
WireAdapter wireAdapter,
RequestContext requestContext) |
| Modifier and Type | Method and Description |
|---|---|
MapView<K,?,?> |
VanillaKeySetView.underlying() |
| Constructor and Description |
|---|
VanillaKeySetView(RequestContext context,
Asset asset,
MapView<K,V,V> kvMapView) |
| Constructor and Description |
|---|
VanillaReplication(RequestContext requestContext,
Asset asset,
MapView mapView) |
Copyright © 2015. All rights reserved.