@ThreadSafe public final class StatisticsManager extends Object
@Nonnull public static IMutableStatisticsHandlerCache getCacheHandler(@Nonnull Class<?> aClass)
@Nonnull public static IMutableStatisticsHandlerCache getCacheHandler(@Nonnull @Nonempty String sName)
@Nonnull @ReturnsMutableCopy public static ICommonsSet<String> getAllCacheHandler()
@Nonnull public static IMutableStatisticsHandlerTimer getTimerHandler(@Nonnull Class<?> aClass)
@Nonnull public static IMutableStatisticsHandlerTimer getTimerHandler(@Nonnull @Nonempty String sName)
@Nonnull @ReturnsMutableCopy public static ICommonsSet<String> getAllTimerHandler()
@Nonnull public static IMutableStatisticsHandlerKeyedTimer getKeyedTimerHandler(@Nonnull Class<?> aClass)
@Nonnull public static IMutableStatisticsHandlerKeyedTimer getKeyedTimerHandler(@Nonnull @Nonempty String sName)
@Nonnull @ReturnsMutableCopy public static ICommonsSet<String> getAllKeyedTimerHandler()
@Nonnull public static IMutableStatisticsHandlerSize getSizeHandler(@Nonnull Class<?> aClass)
@Nonnull public static IMutableStatisticsHandlerSize getSizeHandler(@Nonnull @Nonempty String sName)
@Nonnull @ReturnsMutableCopy public static ICommonsSet<String> getAllSizeHandler()
@Nonnull public static IMutableStatisticsHandlerKeyedSize getKeyedSizeHandler(@Nonnull Class<?> aClass)
@Nonnull public static IMutableStatisticsHandlerKeyedSize getKeyedSizeHandler(@Nonnull @Nonempty String sName)
@Nonnull @ReturnsMutableCopy public static ICommonsSet<String> getAllKeyedSizeHandler()
@Nonnull public static IMutableStatisticsHandlerCounter getCounterHandler(@Nonnull Class<?> aClass)
@Nonnull public static IMutableStatisticsHandlerCounter getCounterHandler(@Nonnull @Nonempty String sName)
@Nonnull @ReturnsMutableCopy public static ICommonsSet<String> getAllCounterHandler()
@Nonnull public static IMutableStatisticsHandlerKeyedCounter getKeyedCounterHandler(@Nonnull Class<?> aClass)
@Nonnull public static IMutableStatisticsHandlerKeyedCounter getKeyedCounterHandler(@Nonnull @Nonempty String sName)
@Nonnull @ReturnsMutableCopy public static ICommonsSet<String> getAllKeyedCounterHandler()
public static void clearCache()
Copyright © 2014–2022 Philip Helger. All rights reserved.