Package | Description |
---|---|
org.apache.hadoop.io |
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
|
org.apache.hadoop.typedbytes |
Typed bytes are sequences of bytes in which the first byte is a type code.
|
Modifier and Type | Method and Description |
---|---|
int |
VLongWritable.compareTo(VLongWritable o)
Compares two VLongWritables.
|
Modifier and Type | Method and Description |
---|---|
VLongWritable |
TypedBytesWritableInput.readVLong() |
VLongWritable |
TypedBytesWritableInput.readVLong(VLongWritable lw) |
Modifier and Type | Method and Description |
---|---|
VLongWritable |
TypedBytesWritableInput.readVLong(VLongWritable lw) |
void |
TypedBytesWritableOutput.writeVLong(VLongWritable vlw) |
Copyright © 2013 Apache Software Foundation. All rights reserved.