Class ConcurrentLispSouthboundStats
- java.lang.Object
- 
- org.opendaylight.lispflowmapping.southbound.ConcurrentLispSouthboundStats
 
- 
 public class ConcurrentLispSouthboundStats extends java.lang.ObjectObject to hold statistics about LISP southbound events.- Author:
- Lorand Jakab
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intMAX_LISP_TYPES
 - 
Constructor SummaryConstructors Constructor Description ConcurrentLispSouthboundStats()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCacheHits()longgetCacheMisses()static intgetMaxMessageTypeValue()long[]getRx()longgetRxUnknown()long[]getTx()longgetTxErrors()voidincrementCacheHits()voidincrementCacheMisses()voidincrementRx(int type)voidincrementRxUnknown()voidincrementTx(int type)voidincrementTxErrors()voidresetStats()
 
- 
- 
- 
Method Detail- 
resetStatspublic void resetStats() 
 - 
getRxpublic long[] getRx() 
 - 
incrementRxpublic void incrementRx(int type) 
 - 
getTxpublic long[] getTx() 
 - 
incrementTxpublic void incrementTx(int type) 
 - 
getRxUnknownpublic long getRxUnknown() 
 - 
incrementRxUnknownpublic void incrementRxUnknown() 
 - 
getTxErrorspublic long getTxErrors() 
 - 
incrementTxErrorspublic void incrementTxErrors() 
 - 
getCacheHitspublic long getCacheHits() 
 - 
incrementCacheHitspublic void incrementCacheHits() 
 - 
getCacheMissespublic long getCacheMisses() 
 - 
incrementCacheMissespublic void incrementCacheMisses() 
 - 
getMaxMessageTypeValuepublic static int getMaxMessageTypeValue() 
 
- 
 
-