org.apache.spark
Class SerializableWritable<T extends org.apache.hadoop.io.Writable>

Object
  extended by org.apache.spark.SerializableWritable<T>
All Implemented Interfaces:
java.io.Serializable

public class SerializableWritable<T extends org.apache.hadoop.io.Writable>
extends Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SerializableWritable(T t)
           
 
Method Summary
 T t()
           
 String toString()
           
 T value()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializableWritable

public SerializableWritable(T t)
Method Detail

t

public T t()

value

public T value()

toString

public String toString()
Overrides:
toString in class Object