| Constructor and Description |
|---|
Clusters() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,HostDetails> |
get(String cluster) |
void |
install(AssetTree assetTree) |
void |
put(String cluster,
Map<String,HostDetails> hostDetailsMap) |
void |
readMarshallable(net.openhft.chronicle.wire.WireIn wire) |
void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
public 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(@NotNull
AssetTree assetTree)
public Map<String,HostDetails> get(String cluster)
public void put(String cluster, Map<String,HostDetails> hostDetailsMap)
Copyright © 2015. All rights reserved.