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 context,
Asset asset) |
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(net.openhft.chronicle.wire.WireIn wire)
throws IllegalStateException
readMarshallable in interface net.openhft.chronicle.wire.ReadMarshallableIllegalStateExceptionpublic void writeMarshallable(net.openhft.chronicle.wire.WireOut wire)
writeMarshallable in interface net.openhft.chronicle.wire.WriteMarshallablepublic void install(String baseDir, AssetTree assetTree)
install in interface MountPoint@NotNull public KeyValueStore create(RequestContext context, Asset asset) throws AssetNotFoundException
create in interface LeafViewFactory<KeyValueStore>AssetNotFoundExceptionCopyright © 2015. All rights reserved.