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<?> |
DefaultJobPropertiesParser.parseJobProperty(String key,
String value) |
DataType<?> |
MapReduceJobPropertiesParser.parseJobProperty(String key,
String value) |
DataType<?> |
JobPropertyParser.parseJobProperty(String key,
String value)
Parse the specified job configuration key-value pair.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultRumenSerializer.serialize(DataType object,
org.codehaus.jackson.JsonGenerator jGen,
org.codehaus.jackson.map.SerializerProvider sProvider) |
Copyright © 2013 Apache Software Foundation. All rights reserved.