Uses of Class
org.apache.iotdb.common.rpc.thrift.TSpaceQuota
-
-
Uses of TSpaceQuota in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift declared as TSpaceQuota Modifier and Type Field Description TSpaceQuotaTSetSpaceQuotaReq. spaceLimitMethods in org.apache.iotdb.common.rpc.thrift that return TSpaceQuota Modifier and Type Method Description TSpaceQuotaTSpaceQuota. deepCopy()TSpaceQuotaTSetSpaceQuotaReq. getSpaceLimit()TSpaceQuotaTSpaceQuota. setDeviceNum(long deviceNum)TSpaceQuotaTSpaceQuota. setDiskSize(long diskSize)TSpaceQuotaTSpaceQuota. setTimeserieNum(long timeserieNum)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TSpaceQuota Modifier and Type Method Description intTSpaceQuota. compareTo(TSpaceQuota other)booleanTSpaceQuota. equals(TSpaceQuota that)TSetSpaceQuotaReqTSetSpaceQuotaReq. setSpaceLimit(TSpaceQuota spaceLimit)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TSpaceQuota Constructor Description TSetSpaceQuotaReq(List<String> database, TSpaceQuota spaceLimit)TSpaceQuota(TSpaceQuota other)Performs a deep copy on other.
-