public class JavaShortObjectInspector extends AbstractPrimitiveJavaObjectInspector implements SettableShortObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.CategorytypeInfo| Modifier and Type | Method and Description |
|---|---|
Object |
create(short value)
Create an object with the value.
|
short |
get(Object o)
Get the short data.
|
Object |
getPrimitiveWritableObject(Object o)
Return the data in an instance of primitive writable Object.
|
Object |
set(Object o,
short value)
Set the object with the value.
|
copyObject, getPrimitiveJavaObject, preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scaleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveJavaObject, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scalegetCategory, getTypeNamepublic Object getPrimitiveWritableObject(Object o)
PrimitiveObjectInspectorgetPrimitiveWritableObject in interface PrimitiveObjectInspectorpublic short get(Object o)
ShortObjectInspectorget in interface ShortObjectInspectorpublic Object create(short value)
SettableShortObjectInspectorcreate in interface SettableShortObjectInspectorpublic Object set(Object o, short value)
SettableShortObjectInspectorset in interface SettableShortObjectInspectorCopyright © 2019 The Apache Software Foundation. All Rights Reserved.