|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.broker.config.proxy.BrokerProxy.MulticastParameterSet
A small data structure that represents the set of parameters required to enable multicast on this broker.
Field Summary | |
---|---|
int |
multicastBackoffTimeMillis
[ADVANCED] NACK suppression parameter. |
int |
multicastDataPort
The UDP data port of which multicast packets will be transmitted and received. |
boolean |
multicastDefaultQOS
Default QOS. |
boolean |
multicastDefaultSecurity
Default security mode. |
boolean |
multicastEnabled
The switch for turning multicast support on or off. |
int |
multicastHeartbeatTimeoutSec
The transmitter periodically transmits a heartbeat packet to let receivers know there is still an active stream. |
int |
multicastHistoryCleaningTimeSec
[ADVANCED] The period of retransmission buffer cleaning, in secs. |
String |
multicastIPv4Interface
The name/address of the network interface over which IPv4 multicast packets will be transmitted. |
String |
multicastIPv6Interface
This parameter is reserved for future use. |
String |
multicastLimitTransRate
[ADVANCED] Denotes whether congestion control is enabled by the broker. |
String |
multicastMaximumIPv4Address
The highest IPv4 address that the broker could automatically allocate for multicast. |
String |
multicastMaximumIPv6Address
This parameter is reserved for future use. |
int |
multicastMaxKeyAge
[ADVANCED] The maximum age of a key (in minutes). |
int |
multicastMaxMemoryAllowedKBytes
The value of the multicast maximum memory allowed parameter. |
int |
multicastMcastSocketTTL
Time to Live of network packets. |
int |
multicastMinimalHistoryKBytes
[ADVANCED] The minimum size (in Kb) of a buffer allocated for storing the transmitted packets, kept for possible future repair requests from the receivers. |
String |
multicastMinimumIPv4Address
The lowest IP address that the broker could automatically allocate for multicast. |
String |
multicastMinimumIPv6Address
This parameter is reserved for future use. |
int |
multicastNACKAccumulationTimeMillis
[ADVANCED] The time (in milliseconds) NACKs are aggregated in the broker before repairs are sent. |
int |
multicastNACKCheckPeriodMillis
[ADVANCED] The time between periodic checks of reception status and sequence gap detection for NACK building. |
int |
multicastOverlappingTopicBehaviour
In the case where a subscription is made to a TSP where at a lower level in the hierarchy the following course of action would be applied. |
int |
multicastPacketBuffers
[ADVANCED] Number of memory buffers created upon start up for packet reception. |
int |
multicastPacketSizeBytes
Size of multicast packets. |
String |
multicastProtocolType
Denotes the type of multicast protocol in use by the broker. |
int |
multicastSocketBufferSizeKBytes
[ADVANCED] Size of socket receiver buffer, in Kb. |
int |
multicastTransRateLimitKbps
[ADVANCED] This limits the overall transmission rate in kilobits per second. |
Constructor Summary | |
---|---|
BrokerProxy.MulticastParameterSet()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean multicastEnabled
public String multicastMinimumIPv4Address
public String multicastMaximumIPv4Address
public String multicastMinimumIPv6Address
public String multicastMaximumIPv6Address
public int multicastDataPort
public int multicastPacketSizeBytes
public int multicastHeartbeatTimeoutSec
public int multicastMcastSocketTTL
public String multicastIPv4Interface
public String multicastIPv6Interface
public boolean multicastDefaultQOS
public boolean multicastDefaultSecurity
public int multicastOverlappingTopicBehaviour
Valid values are: Accept: 0 Reject: 1 Revert: 2
public String multicastProtocolType
public int multicastMaxMemoryAllowedKBytes
public String multicastLimitTransRate
public int multicastTransRateLimitKbps
public int multicastBackoffTimeMillis
public int multicastNACKCheckPeriodMillis
public int multicastPacketBuffers
public int multicastSocketBufferSizeKBytes
public int multicastHistoryCleaningTimeSec
public int multicastMinimalHistoryKBytes
public int multicastNACKAccumulationTimeMillis
public int multicastMaxKeyAge
Constructor Detail |
public BrokerProxy.MulticastParameterSet()
|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |