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

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

Introduction

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

The text is from its open source code.

Constructor

Method

Objectget()
Return the instance, or null if none.
voidreadFields(DataInput in)
ObjectreadObject(DataInput in, Configuration conf)
Read a Writable , String , primitive type, or an array of the preceding.
voidset(Object instance)
Reset the instance.
voidsetConf(Configuration conf)
voidwrite(DataOutput out)
voidwriteObject(DataOutput out, Object instance, Class declaredClass, Configuration conf)
Write a Writable , String , primitive type, or an array of the preceding.