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