public class ChronicleChannelCfg<C extends ChronicleChannelCfg<C>> extends SelfDescribingMarshallable
EMPTYDISCARD| Constructor and Description |
|---|
ChronicleChannelCfg() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
buffered() |
C |
buffered(boolean buffered) |
double |
connectionTimeoutSecs() |
C |
connectionTimeoutSecs(double connectionTimeoutSecs) |
String |
hostname() |
C |
hostname(String hostname) |
boolean |
initiator() |
ChronicleChannelCfg |
initiator(boolean initiator) |
net.openhft.chronicle.threads.PauserMode |
pauserMode() |
C |
pauserMode(net.openhft.chronicle.threads.PauserMode pauser) |
int |
port() |
C |
port(int port) |
usesSelfDescribingMessageequals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallablebinaryLengthLength, writeValueunexpectedFieldpublic ChronicleChannelCfg initiator(boolean initiator)
public boolean initiator()
public String hostname()
public int port()
public C port(int port)
public boolean buffered()
public C buffered(boolean buffered)
public net.openhft.chronicle.threads.PauserMode pauserMode()
public C pauserMode(net.openhft.chronicle.threads.PauserMode pauser)
public double connectionTimeoutSecs()
public C connectionTimeoutSecs(double connectionTimeoutSecs)
Copyright © 2022. All rights reserved.