| Package | Description |
|---|---|
| org.nustaq.fastcast.api | |
| org.nustaq.fastcast.config | |
| org.nustaq.fastcast.impl |
| Modifier and Type | Method and Description |
|---|---|
PublisherConf |
FastCast.getPublisherConf(String name)
only avaiable if initialized with setConfig or loadConfig
|
| Modifier and Type | Method and Description |
|---|---|
PublisherConf |
TopicConf.getPublisher() |
PublisherConf |
PublisherConf.heartbeatInterval(long heartbeatInterval) |
PublisherConf |
PublisherConf.numPacketHistory(int numPacketHistory) |
PublisherConf |
PublisherConf.pps(int pps) |
PublisherConf |
PublisherConf.ppsWindow(int ppsWindow) |
PublisherConf |
PublisherConf.topicId(int topicId) |
| Modifier and Type | Method and Description |
|---|---|
TopicConf |
TopicConf.publisher(PublisherConf pub) |
| Modifier and Type | Method and Description |
|---|---|
PublisherConf |
Topic.getPublisherConf() |
| Modifier and Type | Method and Description |
|---|---|
FCPublisher |
TransportDriver.publish(PublisherConf pubConf) |
void |
Topic.setPublisherConf(PublisherConf publisherConf) |
| Constructor and Description |
|---|
Topic(SubscriberConf subscriberConf,
PublisherConf publisherConf) |
Copyright © 2014. All rights reserved.