Uses of Class
org.apache.iotdb.mpp.rpc.thrift.TSchemaLimitLevel
-
Packages that use TSchemaLimitLevel Package Description org.apache.iotdb.mpp.rpc.thrift -
-
Uses of TSchemaLimitLevel in org.apache.iotdb.mpp.rpc.thrift
Fields in org.apache.iotdb.mpp.rpc.thrift declared as TSchemaLimitLevel Modifier and Type Field Description TSchemaLimitLevelTDataNodeHeartbeatResp. schemaLimitLevelMethods in org.apache.iotdb.mpp.rpc.thrift that return TSchemaLimitLevel Modifier and Type Method Description static TSchemaLimitLevelTSchemaLimitLevel. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TSchemaLimitLevelTDataNodeHeartbeatResp. getSchemaLimitLevel()static TSchemaLimitLevelTSchemaLimitLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static TSchemaLimitLevel[]TSchemaLimitLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.mpp.rpc.thrift with parameters of type TSchemaLimitLevel Modifier and Type Method Description TDataNodeHeartbeatRespTDataNodeHeartbeatResp. setSchemaLimitLevel(TSchemaLimitLevel schemaLimitLevel)
-