Uses of Class
org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategyType
-
Packages that use DirectoryStrategyType Package Description org.apache.iotdb.db.conf.directories org.apache.iotdb.db.conf.directories.strategy -
-
Uses of DirectoryStrategyType in org.apache.iotdb.db.conf.directories
Constructors in org.apache.iotdb.db.conf.directories with parameters of type DirectoryStrategyType Constructor Description FolderManager(java.util.List<java.lang.String> folders, DirectoryStrategyType type) -
Uses of DirectoryStrategyType in org.apache.iotdb.db.conf.directories.strategy
Methods in org.apache.iotdb.db.conf.directories.strategy that return DirectoryStrategyType Modifier and Type Method Description static DirectoryStrategyTypeDirectoryStrategyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DirectoryStrategyType[]DirectoryStrategyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-