public class ConfigurationFS extends Object implements MountPoint
| Modifier and Type | Field and Description |
|---|---|
static String |
CLUSTERS |
static String |
FSTAB |
| Constructor and Description |
|---|
ConfigurationFS(String assetName,
String etcDir,
String baseDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
install(String baseDir,
AssetTree assetTree) |
String |
name() |
void |
onFile(MapEvent<String,String> mapEvent) |
void |
readMarshallable(net.openhft.chronicle.wire.WireIn wire) |
String |
spec() |
void |
subscribeTo(AssetTree assetTree) |
void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
public static final String FSTAB
public static final String CLUSTERS
public void install(String baseDir, @NotNull AssetTree assetTree)
install in interface MountPointpublic void subscribeTo(@NotNull
AssetTree assetTree)
public 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 String spec()
spec in interface MountPointpublic String name()
name in interface MountPointCopyright © 2015. All rights reserved.