public class JavaIntObjectInspector extends AbstractPrimitiveJavaObjectInspector implements SettableIntObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
typeParams
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
create(int value)
Create an object with the value.
|
int |
get(java.lang.Object o)
Get the int data.
|
java.lang.Object |
getPrimitiveWritableObject(java.lang.Object o)
Return the data in an instance of primitive writable Object.
|
java.lang.Object |
set(java.lang.Object o,
int value)
Set the object with the value.
|
copyObject, getPrimitiveJavaObject, preferWritable
getCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeName, getTypeParams, setTypeParams
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveJavaObject, getPrimitiveWritableClass, getTypeParams, preferWritable, setTypeParams
getCategory, getTypeName
public java.lang.Object getPrimitiveWritableObject(java.lang.Object o)
PrimitiveObjectInspector
getPrimitiveWritableObject
in interface PrimitiveObjectInspector
public int get(java.lang.Object o)
IntObjectInspector
get
in interface IntObjectInspector
public java.lang.Object create(int value)
SettableIntObjectInspector
create
in interface SettableIntObjectInspector
public java.lang.Object set(java.lang.Object o, int value)
SettableIntObjectInspector
set
in interface SettableIntObjectInspector
Copyright © 2012 The Apache Software Foundation