| 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 and Description |
|---|---|
interface |
AnonymizableDataType<T>
An interface for data-types that can be anonymized.
|
| Modifier and Type | Class and 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 and Description |
|---|---|
DataType<?> |
JobPropertyParser.parseJobProperty(String key,
String value)
Parse the specified job configuration key-value pair.
|
DataType<?> |
MapReduceJobPropertiesParser.parseJobProperty(String key,
String value) |
DataType<?> |
DefaultJobPropertiesParser.parseJobProperty(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRumenSerializer.serialize(DataType object,
com.fasterxml.jackson.core.JsonGenerator jGen,
com.fasterxml.jackson.databind.SerializerProvider sProvider) |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.