Uses of Class
org.apache.iotdb.common.rpc.thrift.TSetSpaceQuotaReq
-
-
Uses of TSetSpaceQuotaReq in org.apache.iotdb.common.rpc.thrift
Methods in org.apache.iotdb.common.rpc.thrift that return TSetSpaceQuotaReq Modifier and Type Method Description TSetSpaceQuotaReqTSetSpaceQuotaReq. deepCopy()TSetSpaceQuotaReqTSetSpaceQuotaReq. setDatabase(List<String> database)TSetSpaceQuotaReqTSetSpaceQuotaReq. setSpaceLimit(TSpaceQuota spaceLimit)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TSetSpaceQuotaReq Modifier and Type Method Description intTSetSpaceQuotaReq. compareTo(TSetSpaceQuotaReq other)booleanTSetSpaceQuotaReq. equals(TSetSpaceQuotaReq that)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TSetSpaceQuotaReq Constructor Description TSetSpaceQuotaReq(TSetSpaceQuotaReq other)Performs a deep copy on other.
-