|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Task1Counter>
de.hpi.fgis.voidgen.hadoop.tasks.inputstatistics.Task1Counter
public enum Task1Counter
This Enumeration encapsulates the counters for counting statistics of RDF input data.
Enum Constant Summary | |
---|---|
CONTEXTS
The number of distinct contexts. |
|
FAILED_INPUTS
The number of input key-value pairs which could not be parsed successfully. |
|
OBJECTS
The number of distinct objects. |
|
PREDICATES
The number of distinct predicates. |
|
QUADRUPLES
The number of successfully parsed RDF quadruples. |
|
RESOURCES
The number of distinct resources. |
|
SUBJECTS
The number of distinct subjects. |
Method Summary | |
---|---|
static Task1Counter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Task1Counter[] |
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 Task1Counter SUBJECTS
public static final Task1Counter PREDICATES
public static final Task1Counter OBJECTS
public static final Task1Counter CONTEXTS
public static final Task1Counter RESOURCES
public static final Task1Counter QUADRUPLES
public static final Task1Counter FAILED_INPUTS
Method Detail |
---|
public static Task1Counter[] values()
for (Task1Counter c : Task1Counter.values()) System.out.println(c);
public static Task1Counter 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 |