org.jdiameter.common.api.statistic
Interface IStatistic

All Superinterfaces:
Statistic

public interface IStatistic
extends Statistic

This interface describe extends methods of base class

Author:
erick.svenson@yahoo.com, Bartosz Baranowski , Alexandre Mendonca

Nested Class Summary
static class IStatistic.Groups
           
 
Method Summary
 void appendCounter(IStatisticRecord... rec)
          Merge statistic
 IStatisticRecord getRecordByName(IStatisticRecord.Counters name)
           
 IStatisticRecord getRecordByName(java.lang.String name)
           
 
Methods inherited from interface org.jdiameter.api.Statistic
enable, getDescription, getName, getRecords, isEnabled, reset
 

Method Detail

appendCounter

void appendCounter(IStatisticRecord... rec)
Merge statistic

Parameters:
rec - external statistic

getRecordByName

IStatisticRecord getRecordByName(java.lang.String name)

getRecordByName

IStatisticRecord getRecordByName(IStatisticRecord.Counters name)


Copyright © 2014. All Rights Reserved.