Uses of Class
com.sonyericsson.jenkins.plugins.bfa.utils.ObjectCountPair

Packages that use ObjectCountPair
com.sonyericsson.jenkins.plugins.bfa.db   
com.sonyericsson.jenkins.plugins.bfa.utils   
 

Uses of ObjectCountPair in com.sonyericsson.jenkins.plugins.bfa.db
 

Methods in com.sonyericsson.jenkins.plugins.bfa.db that return types with arguments of type ObjectCountPair
 List<ObjectCountPair<String>> MongoDBKnowledgeBase.getFailureCauseNames(GraphFilterBuilder filter)
           
 List<ObjectCountPair<String>> KnowledgeBase.getFailureCauseNames(GraphFilterBuilder filter)
          Gets a list of ObjectCountPairs where each pair contains a unique FailureCause-name as key and the number of times that failure cause was triggered as count.
 List<ObjectCountPair<String>> MongoDBKnowledgeBase.getNbrOfFailureCategoriesPerName(GraphFilterBuilder filter, int limit)
           
 List<ObjectCountPair<String>> KnowledgeBase.getNbrOfFailureCategoriesPerName(GraphFilterBuilder filter, int limit)
          Gets a list of ObjectCountPair where each pair contains a unique failure category string as key and the number of times that the failure cause category was triggered as count.
 List<ObjectCountPair<FailureCause>> MongoDBKnowledgeBase.getNbrOfFailureCauses(GraphFilterBuilder filter)
           
 List<ObjectCountPair<FailureCause>> KnowledgeBase.getNbrOfFailureCauses(GraphFilterBuilder filter)
          Gets a list of ObjectCountPair where each pair contains a unique FailureCause as key and the number of times that failure cause was triggered as count.
 List<ObjectCountPair<String>> MongoDBKnowledgeBase.getNbrOfFailureCausesPerId(GraphFilterBuilder filter, int maxNbr)
           
 List<ObjectCountPair<String>> KnowledgeBase.getNbrOfFailureCausesPerId(GraphFilterBuilder filter, int limit)
          Gets a list of ObjectCountPair where each pair contains a unique FailureCause id as key and a belonging count value for how many times that FailureCause was triggered.
 

Uses of ObjectCountPair in com.sonyericsson.jenkins.plugins.bfa.utils
 

Methods in com.sonyericsson.jenkins.plugins.bfa.utils that return types with arguments of type ObjectCountPair
static Comparator<ObjectCountPair> ObjectCountPair.countComparator()
          Gets a comparator that compares the count.
 



Copyright © 2004-2014. All Rights Reserved.