| Package | Description |
|---|---|
| org.apache.hadoop.tools.rumen.datatypes | |
| org.apache.hadoop.tools.rumen.datatypes.util | |
| org.apache.hadoop.tools.rumen.serializers |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
AnonymizableDataType<T> |
An interface for data-types that can be anonymized.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ClassName |
Represents a class name.
|
class |
DefaultAnonymizableDataType |
Represents a default anonymizable Rumen data-type.
|
class |
DefaultDataType |
This represents the default java data-types (like int, long, float etc).
|
class |
FileName |
Represents a file's location.
|
class |
JobName |
Represents a job's name.
|
class |
JobProperties |
This represents the job configuration properties.
|
class |
NodeName |
Represents the cluster host.
|
class |
QueueName |
Represents a queue name.
|
class |
UserName |
Represents a user's name.
|
| Modifier and Type | Method | Description |
|---|---|---|
DataType<?> |
DefaultJobPropertiesParser.parseJobProperty(java.lang.String key,
java.lang.String value) |
|
DataType<?> |
JobPropertyParser.parseJobProperty(java.lang.String key,
java.lang.String value) |
Parse the specified job configuration key-value pair.
|
DataType<?> |
MapReduceJobPropertiesParser.parseJobProperty(java.lang.String key,
java.lang.String value) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultRumenSerializer.serialize(DataType object,
com.fasterxml.jackson.core.JsonGenerator jGen,
com.fasterxml.jackson.databind.SerializerProvider sProvider) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.