|
|||||||||
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
public static class BrokerProxy.MulticastParameterSet
A small data structure that represents the set of parameters required to enable multicast on this broker.
Field Summary | |
---|---|
int |
multicastBackoffTimeMillis
Deprecated. [ADVANCED] NACK suppression parameter. |
int |
multicastDataPort
Deprecated. The UDP data port of which multicast packets will be transmitted and received. |
boolean |
multicastDefaultQOS
Deprecated. Default QOS. |
boolean |
multicastDefaultSecurity
Deprecated. Default security mode. |
boolean |
multicastEnabled
Deprecated. The switch for turning multicast support on or off. |
int |
multicastHeartbeatTimeoutSec
Deprecated. The transmitter periodically transmits a heartbeat packet to let receivers know there is still an active stream. |
int |
multicastHistoryCleaningTimeSec
Deprecated. [ADVANCED] The period of retransmission buffer cleaning, in secs. |
java.lang.String |
multicastIPv4Interface
Deprecated. The name/address of the network interface over which IPv4 multicast packets will be transmitted. |
java.lang.String |
multicastIPv6Interface
Deprecated. The name/address of the network interface over which IPv6 multicast packets will be transmitted. |
java.lang.String |
multicastLimitTransRate
Deprecated. [ADVANCED] Denotes whether congestion control is enabled by the broker. |
java.lang.String |
multicastMaximumIPv4Address
Deprecated. The highest IPv4 address that the broker could automatically allocate for multicast. |
java.lang.String |
multicastMaximumIPv6Address
Deprecated. The highest IPv6 address that the broker could automatically allocate for multicast. |
int |
multicastMaxKeyAge
Deprecated. [ADVANCED] The maximum age of a key (in minutes). |
int |
multicastMaxMemoryAllowedKBytes
Deprecated. The value of the multicast maximum memory allowed parameter. |
int |
multicastMcastSocketTTL
Deprecated. Time to Live of network packets. |
int |
multicastMinimalHistoryKBytes
Deprecated. [ADVANCED] The minimum size (in Kb) of a buffer allocated for storing the transmitted packets, kept for possible future repair requests from the receivers. |
java.lang.String |
multicastMinimumIPv4Address
Deprecated. The lowest IP address that the broker could automatically allocate for multicast. |
java.lang.String |
multicastMinimumIPv6Address
Deprecated. The lowest IPv6 address that the broker could automatically allocate for multicast. |
int |
multicastNACKAccumulationTimeMillis
Deprecated. [ADVANCED] The time (in milliseconds) NACKs are aggregated in the broker before repairs are sent. |
int |
multicastNACKCheckPeriodMillis
Deprecated. [ADVANCED] The time between periodic checks of reception status and sequence gap detection for NACK building. |
int |
multicastOverlappingTopicBehaviour
Deprecated. 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
Deprecated. [ADVANCED] Number of memory buffers created upon start up for packet reception. |
int |
multicastPacketSizeBytes
Deprecated. Size of multicast packets. |
java.lang.String |
multicastProtocolType
Deprecated. Denotes the type of multicast protocol in use by the broker. |
int |
multicastSocketBufferSizeKBytes
Deprecated. [ADVANCED] Size of socket receiver buffer, in Kb. |
int |
multicastTransRateLimitKbps
Deprecated. [ADVANCED] This limits the overall transmission rate in kilobits per second. |
Constructor Summary | |
---|---|
BrokerProxy.MulticastParameterSet()
Deprecated. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean multicastEnabled
public java.lang.String multicastMinimumIPv4Address
public java.lang.String multicastMaximumIPv4Address
public java.lang.String multicastMinimumIPv6Address
This parameter cannot be used to describe the lowest IPv4 address; use multicastMinimumIPv4Address for this.
If the broker to which this BrokerProxy refers is of less than version 6, do not set this parameter to anything other than null or the empty string.
public java.lang.String multicastMaximumIPv6Address
This parameter cannot be used to describe the highest IPv4 address; use multicastMaximumIPv4Address for this.
If the broker to which this BrokerProxy refers is of less than version 6, do not set this parameter to anything other than null or the empty string.
public int multicastDataPort
public int multicastPacketSizeBytes
public int multicastHeartbeatTimeoutSec
public int multicastMcastSocketTTL
public java.lang.String multicastIPv4Interface
public java.lang.String multicastIPv6Interface
If the broker to which this BrokerProxy refers is of less than version 6, do not set this parameter to anything other than null or the empty string.
public boolean multicastDefaultQOS
public boolean multicastDefaultSecurity
public int multicastOverlappingTopicBehaviour
Valid values are: Accept: 0 Reject: 1 Revert: 2
public java.lang.String multicastProtocolType
public int multicastMaxMemoryAllowedKBytes
public java.lang.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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |