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 TSpaceQuotaMethods in org.apache.iotdb.common.rpc.thrift that return TSpaceQuotaModifier and TypeMethodDescriptionTSpaceQuota.deepCopy()TSetSpaceQuotaReq.getSpaceLimit()TSpaceQuota.setDeviceNum(long deviceNum) TSpaceQuota.setDiskSize(long diskSize) TSpaceQuota.setTimeserieNum(long timeserieNum) Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TSpaceQuotaModifier and TypeMethodDescriptionintTSpaceQuota.compareTo(TSpaceQuota other) booleanTSpaceQuota.equals(TSpaceQuota that) TSetSpaceQuotaReq.setSpaceLimit(TSpaceQuota spaceLimit) Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TSpaceQuotaModifierConstructorDescriptionTSetSpaceQuotaReq(List<String> database, TSpaceQuota spaceLimit) TSpaceQuota(TSpaceQuota other) Performs a deep copy on other.