Uses of Class
org.apache.iotdb.tsfile.fileSystem.FSType
-
Packages that use FSType Package Description org.apache.iotdb.tsfile.common.conf org.apache.iotdb.tsfile.fileSystem org.apache.iotdb.tsfile.utils -
-
Uses of FSType in org.apache.iotdb.tsfile.common.conf
Methods in org.apache.iotdb.tsfile.common.conf that return FSType Modifier and Type Method Description FSType[]TSFileConfig. getTSFileStorageFs()Methods in org.apache.iotdb.tsfile.common.conf with parameters of type FSType Modifier and Type Method Description voidTSFileConfig. setTSFileStorageFs(FSType[] fileStorageFs) -
Uses of FSType in org.apache.iotdb.tsfile.fileSystem
Methods in org.apache.iotdb.tsfile.fileSystem that return FSType Modifier and Type Method Description FSTypeFSPath. getFsType()static FSTypeFSType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FSType[]FSType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.tsfile.fileSystem with parameters of type FSType Constructor Description FSPath(FSType fsType, java.lang.String path) -
Uses of FSType in org.apache.iotdb.tsfile.utils
Methods in org.apache.iotdb.tsfile.utils that return FSType Modifier and Type Method Description static FSTypeFSUtils. getFSType(java.io.File file)static FSTypeFSUtils. getFSType(java.lang.String fsPath)
-