public final class Clusters
extends net.openhft.chronicle.wire.SelfDescribingMarshallable
implements net.openhft.chronicle.wire.Marshallable, net.openhft.chronicle.core.io.Closeable
Modifier and Type | Field and Description |
---|---|
Map<String,DatagridCluster> |
clusterMap |
Constructor and Description |
---|
Clusters() |
Clusters(@NotNull Map<String,DatagridCluster> clusterMap) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Set<Map.Entry<String,DatagridCluster>> |
clusters() |
@NotNull DatagridCluster |
firstCluster() |
DatagridCluster |
get(String cluster) |
void |
homeDirectory(String homeDirectory) |
void |
install(@NotNull AssetTree assetTree,
String baseDir) |
boolean |
isClosed() |
void |
notifyClosing() |
void |
put(String clusterName,
DatagridCluster datagridCluster) |
void |
readMarshallable(@NotNull net.openhft.chronicle.wire.WireIn wire) |
int |
size() |
void |
writeMarshallable(@NotNull net.openhft.chronicle.wire.WireOut wire) |
usesSelfDescribingMessage
equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyFrom, copyTo, deepCopy, fromFile, fromFile, fromFileAsMap, fromFileAsMap, fromHexString, fromString, fromString, fromString, getField, getLongField, mergeToMap, reset, setField, setLongField, streamFromFile, streamFromFile
usesSelfDescribingMessage
closeQuietly, closeQuietly, warnAndCloseIfNotClosed
public final Map<String,DatagridCluster> clusterMap
public Clusters()
public Clusters(@NotNull @NotNull Map<String,DatagridCluster> clusterMap)
public void readMarshallable(@NotNull @NotNull net.openhft.chronicle.wire.WireIn wire)
readMarshallable
in interface net.openhft.chronicle.wire.Marshallable
readMarshallable
in interface net.openhft.chronicle.wire.ReadMarshallable
public void writeMarshallable(@NotNull @NotNull net.openhft.chronicle.wire.WireOut wire)
writeMarshallable
in interface net.openhft.chronicle.wire.Marshallable
writeMarshallable
in interface net.openhft.chronicle.wire.WriteMarshallable
public DatagridCluster get(String cluster)
public Set<Map.Entry<String,DatagridCluster>> clusters()
@NotNull public @NotNull DatagridCluster firstCluster()
public void put(String clusterName, DatagridCluster datagridCluster)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public void notifyClosing()
public boolean isClosed()
isClosed
in interface net.openhft.chronicle.core.io.QueryCloseable
public int size()
public void homeDirectory(String homeDirectory)
Copyright © 2021. All rights reserved.