Class ErrorDistribution

java.lang.Object
step.core.accessors.AbstractIdentifiableObject
step.core.views.ViewModel
step.plugins.views.functions.ErrorDistribution

public class ErrorDistribution extends ViewModel
  • Field Details

    • count

      protected long count
    • errorCount

      protected long errorCount
    • countByErrorCode

      protected ViewCounterMap countByErrorCode
    • countByErrorMsg

      protected ViewCounterMap countByErrorMsg
  • Constructor Details

    • ErrorDistribution

      public ErrorDistribution(int customThreshold, String defaultKey)
  • Method Details

    • getCount

      public long getCount()
    • setCount

      public void setCount(long count)
    • getErrorCount

      public long getErrorCount()
    • setErrorCount

      public void setErrorCount(long errorCount)
    • incrementByMsg

      public void incrementByMsg(String message)
    • incrementByCode

      public void incrementByCode(String code)
    • decrementByMsg

      public void decrementByMsg(String message)
    • decrementByCode

      public void decrementByCode(String code)
    • getCountByErrorCode

      public ViewCounterMap getCountByErrorCode()
    • setCountByErrorCode

      public void setCountByErrorCode(ViewCounterMap countByErrorCode)
    • getCountByErrorMsg

      public ViewCounterMap getCountByErrorMsg()
    • setCountByErrorMsg

      public void setCountByErrorMsg(ViewCounterMap countByErrorMsg)