Package org.apache.iotdb.external.api
Interface IPropertiesLoader
-
public interface IPropertiesLoaderAn interface to load properties from external properties file to override the default configurations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.PropertiesloadProperties(java.nio.file.Path file)Load Properties from specific file
-