|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Counter>
de.hpi.fgis.voidgen.hadoop.tasks.joining.Counter
public enum Counter
An enum for collecting statistics.
Enum Constant Summary | |
---|---|
CONTAINERS
The number of quadruples that are only containers for subject or object clusters. |
|
FAILED_QUADRUPLE_PARSING
The number of input lines which could not be parsed to an RDFQuadruple. |
|
MULTIPLE_CLUSTERS_PER_RESOURCE
Counts the number of quadruples without subject, predicate, object or context, appearing more than once per key (subject or object). |
|
QUADS
The number of quadruples that are not only containers for subject or object clusters. |
|
QUADS_WITHOUT_CLUSTER
The number of quadruples without getting a cluster assigned. |
Method Summary | |
---|---|
static Counter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Counter[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Counter MULTIPLE_CLUSTERS_PER_RESOURCE
public static final Counter QUADS_WITHOUT_CLUSTER
public static final Counter FAILED_QUADRUPLE_PARSING
public static final Counter CONTAINERS
public static final Counter QUADS
Method Detail |
---|
public static Counter[] values()
for (Counter c : Counter.values()) System.out.println(c);
public static Counter valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |