public class WritableShortObjectInspector extends AbstractPrimitiveWritableObjectInspector implements SettableShortObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.CategorytypeInfo| Modifier and Type | Method and Description |
|---|---|
Object |
copyObject(Object o)
Get a copy of the Object in the same class, so the return value can be
stored independently of the parameter.
|
Object |
create(short value)
Create an object with the value.
|
short |
get(Object o)
Get the short data.
|
Object |
getPrimitiveJavaObject(Object o)
Get the Java Primitive object.
|
Object |
set(Object o,
short value)
Set the object with the value.
|
getPrimitiveWritableObject, preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scaleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getPrimitiveWritableObject, getTypeInfo, precision, preferWritable, scalegetCategory, getTypeNamepublic short get(Object o)
ShortObjectInspectorget in interface ShortObjectInspectorpublic Object copyObject(Object o)
PrimitiveObjectInspectorcopyObject in interface PrimitiveObjectInspectorpublic Object getPrimitiveJavaObject(Object o)
PrimitiveObjectInspectorgetPrimitiveJavaObject in interface PrimitiveObjectInspectorpublic Object create(short value)
SettableShortObjectInspectorcreate in interface SettableShortObjectInspectorpublic Object set(Object o, short value)
SettableShortObjectInspectorset in interface SettableShortObjectInspectorCopyright © 2017 The Apache Software Foundation. All rights reserved.