org.apache.gora.tutorial.log
Class TextLong

java.lang.Object
  extended by org.apache.gora.tutorial.log.KeyValueWritable<org.apache.hadoop.io.Text,org.apache.hadoop.io.LongWritable>
      extended by org.apache.gora.tutorial.log.TextLong
All Implemented Interfaces:
Comparable<KeyValueWritable<org.apache.hadoop.io.Text,org.apache.hadoop.io.LongWritable>>, org.apache.hadoop.io.Writable, org.apache.hadoop.io.WritableComparable<KeyValueWritable<org.apache.hadoop.io.Text,org.apache.hadoop.io.LongWritable>>

public class TextLong
extends KeyValueWritable<org.apache.hadoop.io.Text,org.apache.hadoop.io.LongWritable>

A KeyValueWritable of Text keys and LongWritable values.


Field Summary
 
Fields inherited from class org.apache.gora.tutorial.log.KeyValueWritable
key, value
 
Constructor Summary
TextLong()
           
 
Method Summary
 
Methods inherited from class org.apache.gora.tutorial.log.KeyValueWritable
compareTo, equals, getKey, getValue, hashCode, readFields, setKey, setValue, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextLong

public TextLong()


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.