Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TCountDatabaseResp._Fields
-
-
Uses of TCountDatabaseResp._Fields in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift with type parameters of type TCountDatabaseResp._Fields Modifier and Type Field Description static Map<TCountDatabaseResp._Fields,org.apache.thrift.meta_data.FieldMetaData>TCountDatabaseResp. metaDataMapMethods in org.apache.iotdb.confignode.rpc.thrift that return TCountDatabaseResp._Fields Modifier and Type Method Description TCountDatabaseResp._FieldsTCountDatabaseResp. fieldForId(int fieldId)static TCountDatabaseResp._FieldsTCountDatabaseResp._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static TCountDatabaseResp._FieldsTCountDatabaseResp._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static TCountDatabaseResp._FieldsTCountDatabaseResp._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static TCountDatabaseResp._FieldsTCountDatabaseResp._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static TCountDatabaseResp._Fields[]TCountDatabaseResp._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 TCountDatabaseResp._Fields Modifier and Type Method Description ObjectTCountDatabaseResp. getFieldValue(TCountDatabaseResp._Fields field)booleanTCountDatabaseResp. isSet(TCountDatabaseResp._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidTCountDatabaseResp. setFieldValue(TCountDatabaseResp._Fields field, Object value)
-