public class JavaShortObjectInspector extends AbstractPrimitiveJavaObjectInspector implements SettableShortObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
typeParams
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
create(short value)
Create an object with the value.
|
short |
get(java.lang.Object o)
Get the short 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,
short 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 short get(java.lang.Object o)
ShortObjectInspector
get
in interface ShortObjectInspector
public java.lang.Object create(short value)
SettableShortObjectInspector
create
in interface SettableShortObjectInspector
public java.lang.Object set(java.lang.Object o, short value)
SettableShortObjectInspector
set
in interface SettableShortObjectInspector
Copyright © 2012 The Apache Software Foundation