| Modifier and Type | Method and Description |
|---|---|
static <A> Asset |
Chassis.acquireAsset(Class<A> assetClass,
RequestContext context) |
static Asset |
Chassis.acquireAsset(RequestContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.registerSubscriber(RequestContext rc,
Subscriber<E> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
RequestContext |
RequestContext.averageValueSize(double averageValueSize) |
RequestContext |
RequestContext.basePath(String basePath) |
RequestContext |
RequestContext.bootstrap(boolean bootstrap) |
RequestContext |
RequestContext.clone() |
RequestContext |
RequestContext.entries(long entries) |
RequestContext |
RequestContext.fullName(String fullName) |
RequestContext |
RequestContext.keyType(Class type) |
RequestContext |
RequestContext.name(String name) |
RequestContext |
RequestContext.queryString(String queryString) |
RequestContext |
RequestContext.recurse(Boolean recurse) |
static RequestContext |
RequestContext.requestContext() |
static RequestContext |
RequestContext.requestContext(CharSequence uri) |
static RequestContext |
RequestContext.requestContext(String uri) |
RequestContext |
RequestContext.type(Class type) |
RequestContext |
RequestContext.type2(Class type2) |
RequestContext |
RequestContext.valueType(Class type2) |
RequestContext |
RequestContext.viewType(Class assetType) |
RequestContext |
RequestContext.wireType(java.util.function.Function<net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.wire.Wire> writeType) |
| Modifier and Type | Method and Description |
|---|---|
Asset |
AssetTree.acquireAsset(Class assetClass,
RequestContext context) |
default Asset |
AssetTree.acquireAsset(RequestContext context) |
Asset |
Asset.acquireAsset(RequestContext context,
String fullName) |
default Subscription |
AssetTree.acquireSubscription(RequestContext rc) |
<V> V |
Asset.acquireView(Class<V> viewType,
RequestContext rc) |
default <E> E |
AssetTree.acquireView(RequestContext rc) |
default <V> V |
Asset.acquireView(RequestContext rc) |
I |
LeafViewFactory.create(RequestContext context,
Asset asset) |
I |
WrappingViewFactory.create(RequestContext context,
Asset asset,
U underlying) |
<I> I |
Asset.createLeafView(Class viewType,
RequestContext rc,
Asset asset) |
<I,U> I |
Asset.createWrappingView(Class viewType,
RequestContext rc,
Asset asset,
U underling) |
default Subscription |
AssetTree.getSubscription(RequestContext rc) |
static Class<Subscription> |
AssetTree.getSubscriptionType(RequestContext rc) |
| Modifier and Type | Method and Description |
|---|---|
<W,U> void |
Asset.addWrappingRule(Class<W> iClass,
String description,
java.util.function.BiPredicate<RequestContext,Asset> predicate,
WrappingViewFactory<W,U> factory,
Class<U> underlyingType) |
| Constructor and Description |
|---|
VanillaValuesCollection(RequestContext requestContext,
Asset asset,
MapView<K,V,V> mapView) |
| Modifier and Type | Method and Description |
|---|---|
KeyValueStore |
ChronicleMapGroupFS.create(RequestContext context,
Asset asset) |
| Modifier and Type | Method and Description |
|---|---|
void |
VanillaKVSSubscription.registerKeySubscriber(RequestContext rc,
Subscriber<K> subscriber) |
void |
RemoteKVSSubscription.registerKeySubscriber(RequestContext rc,
Subscriber<K> subscriber) |
void |
KVSSubscription.registerKeySubscriber(RequestContext rc,
Subscriber<K> subscriber) |
void |
VanillaKVSSubscription.registerSubscriber(RequestContext rc,
Subscriber subscriber) |
void |
VanillaKVSSubscription.registerTopicSubscriber(RequestContext rc,
TopicSubscriber subscriber) |
void |
RemoteKVSSubscription.registerTopicSubscriber(RequestContext rc,
TopicSubscriber<K,V> subscriber) |
void |
KVSSubscription.registerTopicSubscriber(RequestContext rc,
TopicSubscriber<K,V> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSubscription.registerSubscriber(RequestContext rc,
Subscriber<E> subscriber) |
| Constructor and Description |
|---|
VanillaReference(RequestContext context,
Asset asset,
MapView<String,E,E> underlying) |
| Modifier and Type | Field and Description |
|---|---|
protected RequestContext |
SubscriptionHandler.requestContext |
| 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) |
| Constructor and Description |
|---|
VanillaKeySetView(RequestContext context,
Asset asset,
MapView<K,V,V> kvMapView) |
| Modifier and Type | Method and Description |
|---|---|
Asset |
VanillaAssetTree.acquireAsset(Class assetClass,
RequestContext context) |
Asset |
VanillaSubAsset.acquireAsset(RequestContext context,
String fullName) |
Asset |
VanillaAsset.acquireAsset(RequestContext context,
String fullName) |
<V> V |
VanillaSubAsset.acquireView(Class<V> viewType,
RequestContext rc) |
<V> V |
VanillaAsset.acquireView(Class<V> viewType,
RequestContext rc) |
protected Asset |
VanillaAsset.createAsset(RequestContext context,
String name) |
<I> I |
VanillaSubAsset.createLeafView(Class viewType,
RequestContext rc,
Asset asset) |
<I> I |
VanillaAsset.createLeafView(Class viewType,
RequestContext rc,
Asset asset) |
<I,U> I |
VanillaSubAsset.createWrappingView(Class viewType,
RequestContext rc,
Asset asset,
U underling) |
<I,U> I |
VanillaAsset.createWrappingView(Class viewType,
RequestContext rc,
Asset asset,
U underling) |
void |
VanillaTopologySubscription.registerSubscriber(RequestContext rc,
Subscriber<TopologicalEvent> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
<W,U> void |
VanillaSubAsset.addWrappingRule(Class<W> iClass,
String description,
java.util.function.BiPredicate<RequestContext,Asset> predicate,
WrappingViewFactory<W,U> factory,
Class<U> underlyingType) |
<W,U> void |
VanillaAsset.addWrappingRule(Class<W> iClass,
String description,
java.util.function.BiPredicate<RequestContext,Asset> predicate,
WrappingViewFactory<W,U> factory,
Class<U> underlyingType) |
| Constructor and Description |
|---|
VanillaReplication(RequestContext requestContext,
Asset asset,
MapView mapView) |
VanillaTopologySubscription(RequestContext requestContext,
Asset asset) |
Copyright © 2015. All rights reserved.