Uses of Class
org.apache.iotdb.common.rpc.thrift.TFile
-
-
Uses of TFile in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift with type parameters of type TFile Modifier and Type Field Description List<TFile>TFilesResp. filesMethods in org.apache.iotdb.common.rpc.thrift that return TFile Modifier and Type Method Description TFileTFile. deepCopy()TFileTFile. setFile(byte[] file)TFileTFile. setFile(ByteBuffer file)TFileTFile. setFileName(String fileName)Methods in org.apache.iotdb.common.rpc.thrift that return types with arguments of type TFile Modifier and Type Method Description List<TFile>TFilesResp. getFiles()Iterator<TFile>TFilesResp. getFilesIterator()Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TFile Modifier and Type Method Description voidTFilesResp. addToFiles(TFile elem)intTFile. compareTo(TFile other)booleanTFile. equals(TFile that)Method parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type TFile Modifier and Type Method Description TFilesRespTFilesResp. setFiles(List<TFile> files)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TFile Constructor Description TFile(TFile other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type TFile Constructor Description TFilesResp(TSStatus status, List<TFile> files)
-