Modifier and Type | Method and Description |
---|---|
WritableType |
HdfsConfiguration.getKeyType() |
WritableType |
HdfsConfiguration.getValueType() |
static WritableType |
WritableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WritableType[] |
WritableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HdfsConfiguration.setKeyType(WritableType keyType)
The type for the key in case of sequence or map files.
|
void |
HdfsConfiguration.setValueType(WritableType valueType)
The type for the key in case of sequence or map files
|
Apache Camel