Java org.apache.hadoop.io LongWritable fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io LongWritable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.io LongWritable.

The text is from its open source code.

Subclass

org.apache.hadoop.io.LongWritable has subclasses.
Click this link to see all its subclasses.

Constructor

Method

intcompareTo(LongWritable o)
Compares two LongWritables.
booleanequals(Object o)
Returns true iff o is a LongWritable with the same value.
longget()
Return the value of this LongWritable.
inthashCode()
voidreadFields(DataInput in)
voidset(long value)
Set the value of this LongWritable.
StringtoString()
voidwrite(DataOutput out)