public class HostDetails extends Object implements net.openhft.chronicle.wire.Marshallable
| Constructor and Description |
|---|
HostDetails() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic int tcpBufferSize()
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()
public HostDetails tcpBufferSize(int tcpBufferSize)
public HostDetails connectUri(@NotNull String connectUri)
public HostDetails timeoutMs(int timeoutMs)
public ConnectionStrategy connectionStrategy()
public ConnectionManager connectionManager()
public TerminationEventHandler terminationEventHandler()
public void connectionStrategy(@NotNull
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 © 2016. All rights reserved.