Class ConcurrentLispSouthboundStats


  • public class ConcurrentLispSouthboundStats
    extends java.lang.Object
    Object to hold statistics about LISP southbound events.
    Author:
    Lorand Jakab
    • Field Detail

      • MAX_LISP_TYPES

        public static final int MAX_LISP_TYPES
    • Constructor Detail

      • ConcurrentLispSouthboundStats

        public ConcurrentLispSouthboundStats()
    • Method Detail

      • resetStats

        public void resetStats()
      • getRx

        public long[] getRx()
      • incrementRx

        public void incrementRx​(int type)
      • getTx

        public long[] getTx()
      • incrementTx

        public void incrementTx​(int type)
      • getRxUnknown

        public long getRxUnknown()
      • incrementRxUnknown

        public void incrementRxUnknown()
      • getTxErrors

        public long getTxErrors()
      • incrementTxErrors

        public void incrementTxErrors()
      • getCacheHits

        public long getCacheHits()
      • incrementCacheHits

        public void incrementCacheHits()
      • getCacheMisses

        public long getCacheMisses()
      • incrementCacheMisses

        public void incrementCacheMisses()
      • getMaxMessageTypeValue

        public static int getMaxMessageTypeValue()