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

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

Introduction

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

The text is from its open source code.

Constructor

ArrayPrimitiveWritable()
Construct an empty instance, for use during Writable read
ArrayPrimitiveWritable(Class componentType)
Construct an instance of known type but no value yet for use with type-specific wrapper classes
ArrayPrimitiveWritable(Object value)
Wrap an existing array of primitives