Uses of Class
org.apache.iotdb.common.rpc.thrift.TFilesResp
-
-
Uses of TFilesResp in org.apache.iotdb.common.rpc.thrift
Methods in org.apache.iotdb.common.rpc.thrift that return TFilesResp Modifier and Type Method Description TFilesRespTFilesResp. deepCopy()TFilesRespTFilesResp. setFiles(List<TFile> files)TFilesRespTFilesResp. setStatus(TSStatus status)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TFilesResp Modifier and Type Method Description intTFilesResp. compareTo(TFilesResp other)booleanTFilesResp. equals(TFilesResp that)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TFilesResp Constructor Description TFilesResp(TFilesResp other)Performs a deep copy on other.
-