Package | Description |
---|---|
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
org.apache.hadoop.io |
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
|
Modifier and Type | Class and Description |
---|---|
class |
DeprecatedUTF8
A simple wrapper around
UTF8 . |
Modifier and Type | Method and Description |
---|---|
int |
UTF8.compareTo(UTF8 o)
Deprecated.
Compare two UTF8s.
|
static MD5Hash |
MD5Hash.digest(UTF8 utf8)
Construct a hash value for a String.
|
void |
UTF8.set(UTF8 other)
Deprecated.
Set to contain the contents of a string.
|
Constructor and Description |
---|
UTF8(UTF8 utf8)
Deprecated.
Construct from a given string.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.