| Package | Description |
|---|---|
| org.processmining.hadoop.common.parameters | |
| org.processmining.hadoop.models |
| Modifier and Type | Method and Description |
|---|---|
HadoopAlgorithm |
GenericHadoopParameters.getAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericHadoopParameters.setAlgorithm(HadoopAlgorithm algorithm) |
| Modifier and Type | Method and Description |
|---|---|
static HadoopAlgorithm |
HadoopAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HadoopAlgorithm[] |
HadoopAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|