Uses of Class
org.apache.hadoop.io.LongWritable
Packages that use LongWritable
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
Network-related classes.
-
Uses of LongWritable in org.apache.hadoop.io
Methods in org.apache.hadoop.io with parameters of type LongWritableModifier and TypeMethodDescriptionintLongWritable.compareTo(LongWritable o) Compares two LongWritables. -
Uses of LongWritable in org.apache.hadoop.net
Methods in org.apache.hadoop.net with parameters of type LongWritableModifier and TypeMethodDescriptionvoidSocketOutputStream.transferToFully(FileChannel fileCh, long position, int count, LongWritable waitForWritableTime, LongWritable transferToTime) Transfers data from FileChannel usingFileChannel.transferTo(long, long, WritableByteChannel).