public class JavaShortObjectInspector extends AbstractPrimitiveJavaObjectInspector implements SettableShortObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.CategorytypeParams| 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, preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeName, getTypeParams, setTypeParamsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveJavaObject, getPrimitiveWritableClass, getTypeParams, preferWritable, setTypeParamsgetCategory, getTypeNamepublic java.lang.Object getPrimitiveWritableObject(java.lang.Object o)
PrimitiveObjectInspectorgetPrimitiveWritableObject in interface PrimitiveObjectInspectorpublic short get(java.lang.Object o)
ShortObjectInspectorget in interface ShortObjectInspectorpublic java.lang.Object create(short value)
SettableShortObjectInspectorcreate in interface SettableShortObjectInspectorpublic java.lang.Object set(java.lang.Object o,
short value)
SettableShortObjectInspectorset in interface SettableShortObjectInspectorCopyright © 2012 The Apache Software Foundation