| Modifier and Type | Method and Description |
|---|---|
static <A> Asset |
Chassis.acquireAsset(Class<A> assetClass,
RequestContext context) |
static Asset |
Chassis.acquireAsset(RequestContext context) |
static <A> Asset |
Chassis.acquireAsset(String name,
Class<A> assetClass,
Class class1,
Class class2) |
static Asset |
Chassis.getAsset(String name) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubAsset<T>
Created by peter on 23/05/15.
|
| 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) |
Asset |
Assetted.asset() |
default Asset |
Asset.findAsset(String name)
Search a tree to find the first Asset with the name given.
|
Asset |
AssetTree.getAsset(String fullName) |
default Asset |
Asset.getAsset(String fullName)
Navigate down the tree to find an asset.
|
Asset |
Asset.getChild(String name) |
Asset |
Asset.parent() |
Asset |
AssetTree.root() |
default Asset |
Asset.root() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| 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) |
void |
Asset.forEachChild(net.openhft.chronicle.core.util.ThrowingAcceptor<Asset,InvalidSubscriberException> child) |
| 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 | Field and Description |
|---|---|
protected Asset |
AbstractKeyValueStore.asset |
| Modifier and Type | Method and Description |
|---|---|
Asset |
ObjectObjectKeyValueStore.asset() |
Asset |
RemoteKeyValueStore.asset() |
Asset |
VanillaStringMarshallableKeyValueStore.asset() |
Asset |
VanillaMapView.asset() |
Asset |
ChronicleMapKeyValueStore.asset() |
Asset |
VanillaKeyValueStore.asset() |
Asset |
VanillaEntrySetView.asset() |
Asset |
RemoteTopicPublisher.asset() |
Asset |
VanillaTopicPublisher.asset() |
Asset |
VanillaStringStringKeyValueStore.asset() |
Asset |
FilePerKeyValueStore.asset() |
Asset |
FilePerKeyValueStoreBackedKeyValueStore.asset() |
Asset |
AbstractKeyValueStore.asset() |
| Constructor and Description |
|---|
VanillaReference(RequestContext context,
Asset asset,
MapView<String,E,E> underlying) |
| Constructor and Description |
|---|
VanillaKeySetView(RequestContext context,
Asset asset,
MapView<K,V,V> kvMapView) |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaAsset
Created by peter on 22/05/15.
|
class |
VanillaSubAsset<E>
Created by peter on 22/05/15.
|
| 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) |
protected Asset |
VanillaAsset.createAsset(RequestContext context,
String name) |
Asset |
VanillaAssetTree.getAsset(String fullName) |
Asset |
VanillaSubAsset.getChild(String name) |
Asset |
VanillaAsset.getChild(String name) |
Asset |
VanillaSubAsset.parent() |
Asset |
VanillaAsset.parent() |
Asset |
VanillaAssetTree.root() |
| Modifier and Type | Method and Description |
|---|---|
<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) |
| 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) |
void |
VanillaSubAsset.forEachChild(net.openhft.chronicle.core.util.ThrowingAcceptor<Asset,InvalidSubscriberException> child) |
void |
VanillaAsset.forEachChild(net.openhft.chronicle.core.util.ThrowingAcceptor<Asset,InvalidSubscriberException> consumer) |
| Constructor and Description |
|---|
VanillaAsset(Asset asset,
String name) |
VanillaReplication(RequestContext requestContext,
Asset asset,
MapView mapView) |
VanillaTopologySubscription(RequestContext requestContext,
Asset asset) |
Copyright © 2015. All rights reserved.