org.apache.hadoop.hdfs.util
Interface EnumCounters.Factory<E extends Enum<E>,C extends EnumCounters<E>>

Type Parameters:
E - the enum type
C - the counter type
Enclosing class:
EnumCounters<E extends Enum<E>>

public static interface EnumCounters.Factory<E extends Enum<E>,C extends EnumCounters<E>>

A factory for creating counters.


Method Summary
 C newInstance()
          Create a new counters instance.
 

Method Detail

newInstance

C newInstance()
Create a new counters instance.



Copyright © 2013 Apache Software Foundation. All Rights Reserved.