Uses of Class
rabbit.nio.statistics.CompletionEntry

Packages that use CompletionEntry
rabbit.nio The nio components that rabbit uses. 
rabbit.nio.statistics   
 

Uses of CompletionEntry in rabbit.nio
 

Methods in rabbit.nio that return types with arguments of type CompletionEntry
 Map<String,List<CompletionEntry>> StatisticsHolder.getLatest()
           
 Map<String,List<CompletionEntry>> StatisticsHolder.getLongest()
           
 

Uses of CompletionEntry in rabbit.nio.statistics
 

Methods in rabbit.nio.statistics with parameters of type CompletionEntry
 void TotalTimeSpent.update(CompletionEntry ce)