Class ChannelMetrics
java.lang.Object
pt.unl.fct.di.novasys.channel.ChannelEvent
pt.unl.fct.di.novasys.channel.tcp.events.TCPEvent
pt.unl.fct.di.novasys.channel.tcp.events.ChannelMetrics
Triggered periodically if enabled. Contains metrics about every connection managed by the channel.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChannelMetrics
(List<org.apache.commons.lang3.tuple.Pair<Host, Connection<T>>> oldIn, List<org.apache.commons.lang3.tuple.Pair<Host, ConnectionState<T>>> oldOUt, Map<Host, LinkedList<Connection<T>>> in, Map<Host, ConnectionState<T>> out) -
Method Summary
Methods inherited from class pt.unl.fct.di.novasys.channel.ChannelEvent
getId
-
Field Details
-
EVENT_ID
public static final short EVENT_ID- See Also:
-
-
Constructor Details
-
ChannelMetrics
public ChannelMetrics(List<org.apache.commons.lang3.tuple.Pair<Host, Connection<T>>> oldIn, List<org.apache.commons.lang3.tuple.Pair<Host, ConnectionState<T>>> oldOUt, Map<Host, LinkedList<Connection<T>>> in, Map<Host, ConnectionState<T>> out)
-
-
Method Details