Uses of Class
rabbit.nio.statistics.CompletionEntry

Packages that use CompletionEntry
rabbit.nio The nio components that rabbit uses. 
rabbit.nio.statistics Statistics about time taken for the different tasks the nio handler have done. 
 

Uses of CompletionEntry in rabbit.nio
 

Methods in rabbit.nio that return types with arguments of type CompletionEntry
 Map<String,List<CompletionEntry>> StatisticsHolder.getLatest()
          Get information about the most recent completed tasks
 Map<String,List<CompletionEntry>> StatisticsHolder.getLongest()
          Get information about the longest running task.
 

Uses of CompletionEntry in rabbit.nio.statistics
 

Methods in rabbit.nio.statistics with parameters of type CompletionEntry
 void TotalTimeSpent.update(CompletionEntry ce)
          Update this information with data from the newly completed task.