Class StorageData
java.lang.Object
com.illumon.iris.db.v2.routing.impl.yaml.StorageData
- All Implemented Interfaces:
StorageConfig
YAML based implementation of StorageConfig.
-
Constructor Summary
ConstructorsConstructorDescriptionStorageData
(String name, String dbRoot) ConstructorStorageData
(String name, Map<?, Object> yml) Constructor -
Method Summary
-
Constructor Details
-
StorageData
Constructor- Parameters:
name
- The name of the storagedbRoot
- The root of the storage
-
StorageData
Constructor- Parameters:
name
- The name of the storageyml
- The yml defining the storage configuration
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceStorageConfig
-
getDbRoot
- Specified by:
getDbRoot
in interfaceStorageConfig
-
toString
-