ehcache

net.sf.ehcache.statistics
Class StatisticBuilder

java.lang.Object
  extended by net.sf.ehcache.statistics.StatisticBuilder

public final class StatisticBuilder
extends Object

The StatisticBuilder.

Author:
cdennis

Nested Class Summary
static class StatisticBuilder.OperationStatisticBuilder<T extends Enum<T>>
          The Class OperationStatisticBuilder.
 
Method Summary
static
<T extends Enum<T>>
StatisticBuilder.OperationStatisticBuilder<T>
operation(Class<T> type)
          Operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

operation

public static <T extends Enum<T>> StatisticBuilder.OperationStatisticBuilder<T> operation(Class<T> type)
Operation.

Type Parameters:
T - the generic type
Parameters:
type - the type
Returns:
the operation statistic builder

ehcache

Copyright 2001-2016, Terracotta, Inc.