Uses of Class
org.apache.iotdb.common.rpc.thrift.TFlushReq
-
-
Uses of TFlushReq in org.apache.iotdb.common.rpc.thrift
Methods in org.apache.iotdb.common.rpc.thrift that return TFlushReq Modifier and Type Method Description TFlushReqTFlushReq. deepCopy()TFlushReqTFlushReq. setIsSeq(String isSeq)TFlushReqTFlushReq. setStorageGroups(List<String> storageGroups)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TFlushReq Modifier and Type Method Description intTFlushReq. compareTo(TFlushReq other)booleanTFlushReq. equals(TFlushReq that)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TFlushReq Constructor Description TFlushReq(TFlushReq other)Performs a deep copy on other.
-