public interface ConfigGroupFactory
Modifier and Type | Method and Description |
---|---|
ConfigGroup |
createExisting(Cluster cluster,
ConfigGroupEntity entity) |
ConfigGroup |
createNew(Cluster cluster,
String name,
String tag,
String description,
Map<String,Config> configs,
Map<String,Host> hosts) |
ConfigGroup createNew(Cluster cluster, String name, String tag, String description, Map<String,Config> configs, Map<String,Host> hosts)
ConfigGroup createExisting(Cluster cluster, ConfigGroupEntity entity)
Copyright © 2017. All rights reserved.