| 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.net |
Network-related classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
LongWritable.compareTo(LongWritable o) |
Compares two LongWritables.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SocketOutputStream.transferToFully(java.nio.channels.FileChannel fileCh,
long position,
int count,
LongWritable waitForWritableTime,
LongWritable transferToTime) |
Transfers data from FileChannel using
FileChannel.transferTo(long, long, WritableByteChannel). |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.