Uses of Interface
org.jdiameter.common.api.statistic.IStatisticRecord

Packages that use IStatisticRecord
org.jdiameter.client.impl.fsm   
org.jdiameter.common.api.concurrent   
org.jdiameter.common.api.statistic   
org.jdiameter.common.impl.statistic   
 

Uses of IStatisticRecord in org.jdiameter.client.impl.fsm
 

Fields in org.jdiameter.client.impl.fsm declared as IStatisticRecord
protected  IStatisticRecord PeerFSMImpl.timeCount
           
protected  IStatisticRecord PeerFSMImpl.timeSumm
           
 

Uses of IStatisticRecord in org.jdiameter.common.api.concurrent
 

Methods in org.jdiameter.common.api.concurrent with parameters of type IStatisticRecord
<L> java.util.concurrent.Callable<L>
IConcurrentEntityFactory.newDefaultCallable(java.util.concurrent.Callable<L> runnable, IStatisticRecord... statisticRecords)
           
 java.lang.Runnable IConcurrentEntityFactory.newDefaultRunnable(java.lang.Runnable runnable, IStatisticRecord... statisticRecords)
           
 

Uses of IStatisticRecord in org.jdiameter.common.api.statistic
 

Methods in org.jdiameter.common.api.statistic that return IStatisticRecord
 IStatisticRecord[] IStatisticRecord.getChilds()
          Return childs counters
 IStatisticRecord IStatistic.getRecordByName(java.lang.String name)
           
 IStatisticRecord[] IStatistic.getRecords()
           
 IStatisticRecord IStatisticFactory.newCounterRecord(IStatistic.Counters recordDescription)
           
 IStatisticRecord IStatisticFactory.newCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord.ValueHolder counters)
           
 IStatisticRecord IStatisticFactory.newCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord.ValueHolder counters, IStatisticRecord... rec)
           
 IStatisticRecord IStatisticFactory.newCounterRecord(java.lang.String name, java.lang.String description, int id)
           
 IStatisticRecord IStatisticFactory.newCounterRecord(java.lang.String name, java.lang.String description, int id, IStatisticRecord.ValueHolder counter)
           
 IStatisticRecord IStatisticFactory.newPerSecondCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord record)
           
 

Methods in org.jdiameter.common.api.statistic with parameters of type IStatisticRecord
 IStatistic IStatistic.appendCounter(IStatisticRecord... rec)
          Merge statistic
 IStatisticRecord IStatisticFactory.newCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord.ValueHolder counters, IStatisticRecord... rec)
           
 IStatisticRecord IStatisticFactory.newPerSecondCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord record)
           
 IStatistic IStatisticFactory.newStatistic(IStatistic.Groups group, IStatisticRecord... rec)
           
 IStatistic IStatisticFactory.newStatistic(java.lang.String name, java.lang.String description, IStatisticRecord... rec)
           
 

Uses of IStatisticRecord in org.jdiameter.common.impl.statistic
 

Methods in org.jdiameter.common.impl.statistic that return IStatisticRecord
 IStatisticRecord StatisticFactory.newCounterRecord(IStatistic.Counters recordDescription)
           
 IStatisticRecord StatisticFactory.newCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord.ValueHolder counters)
           
 IStatisticRecord StatisticFactory.newCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord.ValueHolder counter, IStatisticRecord... rec)
           
 IStatisticRecord StatisticFactory.newCounterRecord(java.lang.String name, java.lang.String description, int id)
           
 IStatisticRecord StatisticFactory.newCounterRecord(java.lang.String name, java.lang.String description, int id, IStatisticRecord.ValueHolder counters)
           
 IStatisticRecord StatisticFactory.newPerSecondCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord child)
           
 

Methods in org.jdiameter.common.impl.statistic with parameters of type IStatisticRecord
 IStatisticRecord StatisticFactory.newCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord.ValueHolder counter, IStatisticRecord... rec)
           
 IStatisticRecord StatisticFactory.newPerSecondCounterRecord(IStatistic.Counters recordDescription, IStatisticRecord child)
           
 IStatistic StatisticFactory.newStatistic(IStatistic.Groups group, IStatisticRecord... rec)
           
 IStatistic StatisticFactory.newStatistic(java.lang.String name, java.lang.String description, IStatisticRecord... rec)
           
 



Copyright © 2010. All Rights Reserved.