Class Counters
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.bio.io.hadoop.Counters
-
public class Counters extends Object
This class define the counters names used in this package.- Since:
- 2.0
- Author:
- Laurent Jourdren
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTRIES_READ
static String
ENTRIES_WRITTEN
static String
INPUT_ENTRIES
-
Constructor Summary
Constructors Constructor Description Counters()
-
-
-
Field Detail
-
INPUT_ENTRIES
public static final String INPUT_ENTRIES
- See Also:
- Constant Field Values
-
ENTRIES_WRITTEN
public static final String ENTRIES_WRITTEN
- See Also:
- Constant Field Values
-
ENTRIES_READ
public static final String ENTRIES_READ
- See Also:
- Constant Field Values
-
-