Uses of Class
org.apache.iotdb.common.rpc.thrift.TSettleReq
-
-
Uses of TSettleReq in org.apache.iotdb.common.rpc.thrift
Methods in org.apache.iotdb.common.rpc.thrift that return TSettleReq Modifier and Type Method Description TSettleReqTSettleReq. deepCopy()TSettleReqTSettleReq. setPaths(List<String> paths)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TSettleReq Modifier and Type Method Description intTSettleReq. compareTo(TSettleReq other)booleanTSettleReq. equals(TSettleReq that)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TSettleReq Constructor Description TSettleReq(TSettleReq other)Performs a deep copy on other.
-