Uses of Interface
org.apache.iotdb.tsfile.fileSystem.fsFactory.FSFactory
-
Packages that use FSFactory Package Description org.apache.iotdb.tsfile.fileSystem org.apache.iotdb.tsfile.fileSystem.fsFactory -
-
Uses of FSFactory in org.apache.iotdb.tsfile.fileSystem
Methods in org.apache.iotdb.tsfile.fileSystem that return FSFactory Modifier and Type Method Description static FSFactoryFSFactoryProducer. getFSFactory()Methods in org.apache.iotdb.tsfile.fileSystem with parameters of type FSFactory Modifier and Type Method Description static voidFSFactoryProducer. setFsFactory(FSFactory fsFactory) -
Uses of FSFactory in org.apache.iotdb.tsfile.fileSystem.fsFactory
Classes in org.apache.iotdb.tsfile.fileSystem.fsFactory that implement FSFactory Modifier and Type Class Description classHDFSFactoryclassHybridFSFactoryclassLocalFSFactoryclassOSFSFactory
-