Uses of Class
com.mapd.thrift.server.TMapDException._Fields
-
Packages that use TMapDException._Fields Package Description com.mapd.thrift.server -
-
Uses of TMapDException._Fields in com.mapd.thrift.server
Fields in com.mapd.thrift.server with type parameters of type TMapDException._Fields Modifier and Type Field Description static Map<TMapDException._Fields,org.apache.thrift.meta_data.FieldMetaData>TMapDException. metaDataMapMethods in com.mapd.thrift.server that return TMapDException._Fields Modifier and Type Method Description TMapDException._FieldsTMapDException. fieldForId(int fieldId)static TMapDException._FieldsTMapDException._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static TMapDException._FieldsTMapDException._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static TMapDException._FieldsTMapDException._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static TMapDException._FieldsTMapDException._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static TMapDException._Fields[]TMapDException._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mapd.thrift.server with parameters of type TMapDException._Fields Modifier and Type Method Description ObjectTMapDException. getFieldValue(TMapDException._Fields field)booleanTMapDException. isSet(TMapDException._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidTMapDException. setFieldValue(TMapDException._Fields field, Object value)
-