public class HostDetails extends Object implements net.openhft.chronicle.wire.Marshallable
| Constructor and Description |
|---|
HostDetails() |
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.network.cluster.ClusterNotifier |
clusterNotifier() |
void |
clusterNotifier(net.openhft.chronicle.network.cluster.ClusterNotifier clusterHandler) |
ConnectionManager |
connectionManager() |
void |
connectionManager(ConnectionManager connectionEventManagerHandler) |
ConnectionStrategy |
connectionStrategy() |
void |
connectionStrategy(ConnectionStrategy connectionStrategy) |
String |
connectUri() |
HostDetails |
connectUri(String connectUri) |
HostConnector |
hostConnector() |
void |
hostConnector(HostConnector hostConnector) |
int |
hostId() |
HostDetails |
hostId(int hostId) |
void |
readMarshallable(net.openhft.chronicle.wire.WireIn wire) |
String |
region() |
int |
tcpBufferSize() |
HostDetails |
tcpBufferSize(int tcpBufferSize) |
TerminationEventHandler |
terminationEventHandler() |
void |
terminationEventHandler(TerminationEventHandler terminationEventHandler) |
int |
timeoutMs() |
void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait$equals, $fieldInfos, $hashCode, $toString, copyFrom, copyTo, deepCopy, fromFile, fromFile, fromFileAsMap, fromFileAsMap, fromHexString, fromString, fromString, getClassName, getField, mergeToMap, reset, setField, streamFromFile, streamFromFilepublic int tcpBufferSize()
@NotNull public HostDetails hostId(int hostId)
public void readMarshallable(@NotNull
net.openhft.chronicle.wire.WireIn wire)
throws IllegalStateException
readMarshallable in interface net.openhft.chronicle.wire.MarshallablereadMarshallable in interface net.openhft.chronicle.wire.ReadMarshallableIllegalStateExceptionpublic void writeMarshallable(@NotNull
net.openhft.chronicle.wire.WireOut wire)
writeMarshallable in interface net.openhft.chronicle.wire.MarshallablewriteMarshallable in interface net.openhft.chronicle.wire.WriteMarshallablepublic String connectUri()
public int hostId()
@NotNull public HostDetails tcpBufferSize(int tcpBufferSize)
@NotNull public HostDetails connectUri(@NotNull String connectUri)
public String region()
public int timeoutMs()
public ConnectionStrategy connectionStrategy()
public ConnectionManager connectionManager()
public TerminationEventHandler terminationEventHandler()
public void connectionStrategy(ConnectionStrategy connectionStrategy)
public void connectionManager(@NotNull
ConnectionManager connectionEventManagerHandler)
public void terminationEventHandler(@NotNull
TerminationEventHandler terminationEventHandler)
public void hostConnector(HostConnector hostConnector)
public HostConnector hostConnector()
public net.openhft.chronicle.network.cluster.ClusterNotifier clusterNotifier()
public void clusterNotifier(net.openhft.chronicle.network.cluster.ClusterNotifier clusterHandler)
Copyright © 2018. All rights reserved.