public class PublisherConf extends Object
| Constructor and Description |
|---|
PublisherConf() |
PublisherConf(int topicId) |
| Modifier and Type | Method and Description |
|---|---|
long |
getHeartbeatInterval() |
int |
getNumPacketHistory() |
int |
getPps() |
int |
getPpsWindow() |
int |
getTopicId() |
PublisherConf |
heartbeatInterval(long heartbeatInterval) |
PublisherConf |
numPacketHistory(int numPacketHistory) |
PublisherConf |
pps(int pps) |
PublisherConf |
ppsWindow(int ppsWindow) |
PublisherConf |
topicId(int topicId) |
public PublisherConf()
public PublisherConf(int topicId)
public int getPpsWindow()
public PublisherConf ppsWindow(int ppsWindow)
public int getNumPacketHistory()
public PublisherConf numPacketHistory(int numPacketHistory)
public int getTopicId()
public PublisherConf topicId(int topicId)
public long getHeartbeatInterval()
public PublisherConf heartbeatInterval(long heartbeatInterval)
public int getPps()
public PublisherConf pps(int pps)
Copyright © 2014. All rights reserved.