public class ChronicleMapGroupFS extends Object implements net.openhft.chronicle.wire.Marshallable, MountPoint, LeafViewFactory<KeyValueStore>
| Constructor and Description |
|---|
ChronicleMapGroupFS() |
| Modifier and Type | Method and Description |
|---|---|
KeyValueStore |
create(RequestContext requestContext,
Asset asset)
Create a view for this asset based on the requestContext
|
void |
install(String baseDir,
AssetTree assetTree) |
String |
name() |
void |
readMarshallable(net.openhft.chronicle.wire.WireIn wire) |
String |
spec() |
void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
public String spec()
spec in interface MountPointpublic String name()
name in interface MountPointpublic void readMarshallable(@NotNull
net.openhft.chronicle.wire.WireIn wire)
throws IllegalStateException
readMarshallable in interface net.openhft.chronicle.wire.ReadMarshallableIllegalStateExceptionpublic void writeMarshallable(@NotNull
net.openhft.chronicle.wire.WireOut wire)
writeMarshallable in interface net.openhft.chronicle.wire.WriteMarshallablepublic void install(String baseDir, @NotNull AssetTree assetTree)
install in interface MountPoint@NotNull public KeyValueStore create(@NotNull RequestContext requestContext, Asset asset) throws AssetNotFoundException
LeafViewFactorycreate in interface LeafViewFactory<KeyValueStore>asset - to associate this view withAssetNotFoundException - if the leaf node depends on something which could not be constructed.Copyright © 2015. All rights reserved.