Uses of Class
org.apache.iotdb.common.rpc.thrift.TLicense
-
-
Uses of TLicense in org.apache.iotdb.common.rpc.thrift
Methods in org.apache.iotdb.common.rpc.thrift that return TLicense Modifier and Type Method Description TLicenseTLicense. deepCopy()TLicenseTLicense. setCpuCoreNumLimit(int cpuCoreNumLimit)TLicenseTLicense. setDataNodeNumLimit(short dataNodeNumLimit)TLicenseTLicense. setDeviceNumLimit(long deviceNumLimit)TLicenseTLicense. setDisconnectionFromActiveNodeTimeLimit(long disconnectionFromActiveNodeTimeLimit)TLicenseTLicense. setExpireTimestamp(long expireTimestamp)TLicenseTLicense. setLicenseIssueTimestamp(long licenseIssueTimestamp)TLicenseTLicense. setMlNodeNumLimit(short mlNodeNumLimit)TLicenseTLicense. setSensorNumLimit(long sensorNumLimit)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TLicense Modifier and Type Method Description intTLicense. compareTo(TLicense other)booleanTLicense. equals(TLicense that)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TLicense Constructor Description TLicense(TLicense other)Performs a deep copy on other.
-