public static class Service.ServiceSeqMcastInfo
extends java.lang.Object
ServiceImpl| Constructor and Description |
|---|
ServiceSeqMcastInfo()
Instantiates a new service seq mcast info.
|
| Modifier and Type | Method and Description |
|---|---|
int |
action()
Sets action associated with this link filter.
|
void |
action(int action)
Returns the action associated with this link filter.
|
void |
clear()
Clears an RDMService link filter.
|
int |
copy(Service.ServiceLinkInfo destServiceLinkInfo)
Performs a deep copy of
Service.ServiceLinkInfo object. |
int |
decode(com.thomsonreuters.upa.codec.DecodeIterator dIter)
Decode a UPA service data filter into an RDM service data filter.
|
int |
encode(com.thomsonreuters.upa.codec.EncodeIterator encIter)
Encode an RDM Service Link filter.
|
java.util.List<java.lang.Long> |
gapMCastChanDomainList()
Gap M cast chan domain list.
|
java.util.List<java.lang.Long> |
gapMCastChanPortList()
Gap M cast chan port list.
|
int |
gapMCastChanServerCount()
Gap M cast chan server count.
|
java.util.List<com.thomsonreuters.upa.codec.Buffer> |
gapMCastChanServerList()
Gap M cast chan server list.
|
com.thomsonreuters.upa.codec.Buffer |
gapRecoveryServerAddress()
Gap recovery server address.
|
java.lang.Long |
gapRecoveryServerPort()
Gap recovery server port.
|
java.util.List<Service.ServiceLink> |
linkList()
Returns link information elements -List of entries with information
about upstream sources.
|
void |
linkList(java.util.List<Service.ServiceLink> linkList)
Sets link information elements -List of entries with information
about upstream sources.
|
com.thomsonreuters.upa.codec.Buffer |
refDataServerAddress()
Ref data server address.
|
java.lang.Long |
refDataServerPort()
Ref data server port.
|
com.thomsonreuters.upa.codec.Buffer |
snapshotServerAddress()
Snapshot server address.
|
java.lang.Long |
snapshotServerPort()
Snapshot server port.
|
java.util.List<java.lang.Long> |
streamingMCastChanDomainList()
Streaming M cast chan domain list.
|
java.util.List<java.lang.Long> |
streamingMCastChanPortList()
Streaming M cast chan port list.
|
int |
streamingMCastChanServerCount()
Streaming M cast chan server count.
|
java.util.List<com.thomsonreuters.upa.codec.Buffer> |
streamingMCastChanServerList()
Streaming M cast chan server list.
|
java.lang.String |
toString() |
public ServiceSeqMcastInfo()
public java.util.List<Service.ServiceLink> linkList()
public void linkList(java.util.List<Service.ServiceLink> linkList)
linkList - the link listpublic void action(int action)
action - -MapEntryActionspublic int action()
MapEntryActionspublic int encode(com.thomsonreuters.upa.codec.EncodeIterator encIter)
encIter - The Encode Iteratorpublic int decode(com.thomsonreuters.upa.codec.DecodeIterator dIter)
dIter - The Decode Iteratorpublic void clear()
public java.lang.String toString()
toString in class java.lang.Objectpublic int copy(Service.ServiceLinkInfo destServiceLinkInfo)
Service.ServiceLinkInfo object.destServiceLinkInfo - ServiceLinkInfo object to copy this object into. It cannot be null.public com.thomsonreuters.upa.codec.Buffer snapshotServerAddress()
public java.lang.Long snapshotServerPort()
public com.thomsonreuters.upa.codec.Buffer refDataServerAddress()
public java.lang.Long refDataServerPort()
public com.thomsonreuters.upa.codec.Buffer gapRecoveryServerAddress()
public java.lang.Long gapRecoveryServerPort()
public java.util.List<com.thomsonreuters.upa.codec.Buffer> gapMCastChanServerList()
public int gapMCastChanServerCount()
public java.util.List<java.lang.Long> gapMCastChanPortList()
public java.util.List<java.lang.Long> gapMCastChanDomainList()
public java.util.List<com.thomsonreuters.upa.codec.Buffer> streamingMCastChanServerList()
public java.util.List<java.lang.Long> streamingMCastChanPortList()
public int streamingMCastChanServerCount()
public java.util.List<java.lang.Long> streamingMCastChanDomainList()
Copyright @ 2019 Thomson Reuters. All Rights Reserved.