public class FCTopicConf extends Object
| Constructor and Description |
|---|
FCTopicConf() |
FCTopicConf(String name) |
FCTopicConf(String name,
String transport,
int topic,
String serviceClass) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDecodeQSize() |
int |
getDGramRate() |
String |
getFlowControlClass() |
long |
getFlowControlInterval() |
long |
getHeartbeatInterval() |
long |
getMaxDelayNextRetransMS() |
long |
getMaxDelayRetransMS() |
int |
getMaxOpenRespondedCalls() |
int |
getMaxSendPacketQueueSize() |
String |
getName() |
int |
getNumPacketHistory() |
int |
getReceiveBufferPackets() |
int |
getResponseMethodsTimeout() |
long |
getSenderTimeoutMillis() |
int |
getSendPauseMicros() |
String |
getServiceClass() |
int |
getTopic() |
String |
getTransport() |
boolean |
isAutoStart() |
boolean |
isDecodeInTransportThread() |
boolean |
isOptForLatency() |
boolean |
isPerSenderThread() |
void |
setAutoStart(boolean autoStart) |
void |
setDecodeInTransportThread(boolean decodeInTransportThread) |
void |
setDecodeQSize(int decodeQSize) |
void |
setDGramRate(int DGramRate)
warning: this overwrite sendPauseMicros
|
void |
setFlowControlClass(String flowControlClass) |
void |
setFlowControlInterval(long flowControlInterval) |
void |
setHeartbeatInterval(long heartbeatInterval) |
void |
setMaxDelayNextRetransMS(long maxDelayNextRetransMS) |
void |
setMaxDelayRetransMS(long maxDelyRetransMS) |
void |
setMaxOpenRespondedCalls(int maxOpenRespondedCalls) |
void |
setMaxSendPacketQueueSize(int maxSendPacketQueueSize) |
void |
setName(String name) |
void |
setNumPacketHistory(int numPacketHistory) |
void |
setOptForLatency(boolean optForLatency) |
void |
setPerSenderThread(boolean perSenderThread) |
void |
setReceiveBufferPackets(int receiveBufferPackets) |
void |
setResponseMethodsTimeout(int responseMethodsTimeout) |
void |
setSenderTimeoutMillis(long senderTimeoutMillis) |
void |
setServiceClass(String serviceClass) |
void |
setTopic(int topic) |
void |
setTransport(String transport) |
void |
setUseSpinlockInSendQueue(boolean useSpinlockInSendQueue) |
boolean |
useSpinlockInSendQueue() |
public FCTopicConf()
public FCTopicConf(String name)
public boolean isAutoStart()
public void setAutoStart(boolean autoStart)
public String getFlowControlClass()
public void setFlowControlClass(String flowControlClass)
public boolean isPerSenderThread()
public void setPerSenderThread(boolean perSenderThread)
public boolean isOptForLatency()
public void setOptForLatency(boolean optForLatency)
public boolean isDecodeInTransportThread()
public void setDecodeInTransportThread(boolean decodeInTransportThread)
public int getNumPacketHistory()
public void setNumPacketHistory(int numPacketHistory)
public int getResponseMethodsTimeout()
public void setResponseMethodsTimeout(int responseMethodsTimeout)
public int getMaxOpenRespondedCalls()
public void setMaxOpenRespondedCalls(int maxOpenRespondedCalls)
public String getName()
public void setName(String name)
public String getTransport()
public void setTransport(String transport)
public int getTopic()
public void setTopic(int topic)
public String getServiceClass()
public void setServiceClass(String serviceClass)
public int getReceiveBufferPackets()
public void setReceiveBufferPackets(int receiveBufferPackets)
public int getSendPauseMicros()
public int getMaxSendPacketQueueSize()
public void setMaxSendPacketQueueSize(int maxSendPacketQueueSize)
public long getMaxDelayRetransMS()
public void setMaxDelayRetransMS(long maxDelyRetransMS)
public long getMaxDelayNextRetransMS()
public void setMaxDelayNextRetransMS(long maxDelayNextRetransMS)
public boolean useSpinlockInSendQueue()
public void setUseSpinlockInSendQueue(boolean useSpinlockInSendQueue)
public int getDecodeQSize()
public void setDecodeQSize(int decodeQSize)
public long getSenderTimeoutMillis()
public void setSenderTimeoutMillis(long senderTimeoutMillis)
public long getHeartbeatInterval()
public void setHeartbeatInterval(long heartbeatInterval)
public long getFlowControlInterval()
public void setFlowControlInterval(long flowControlInterval)
public void setDGramRate(int DGramRate)
DGramRate - public int getDGramRate()
Copyright © 2014. All rights reserved.