Uses of Class
com.nhncorp.neptune.common.io.NObjectWritable

Packages that use NObjectWritable
com.nhncorp.neptune.common.io Most classes in this package from Apache Hadoop. 
 

Uses of NObjectWritable in com.nhncorp.neptune.common.io
 

Methods in com.nhncorp.neptune.common.io with parameters of type NObjectWritable
static java.lang.Object NObjectWritable.readObject(java.io.DataInput in, NObjectWritable objectWritable, NConfiguration conf)
           
static java.lang.Object NObjectWritable.readObject(java.io.DataInput in, NObjectWritable objectWritable, NConfiguration conf, boolean arrayComponent, java.lang.Class componentClass)
          Read a NWritable, String, primitive type, or an array of the preceding.