public class ValidationToolRegistry extends Object
Constructor and Description |
---|
ValidationToolRegistry(AlluxioConfiguration conf)
Creates a new instance of an
ValidationToolRegistry . |
Modifier and Type | Method and Description |
---|---|
ValidationTool |
create(String type,
Map<Object,Object> configMap)
Creates a new instance of
ValidationTool . |
void |
refresh()
Refreshes the registry by service loading classes.
|
public ValidationToolRegistry(AlluxioConfiguration conf)
ValidationToolRegistry
.conf
- the Alluxio configurationpublic void refresh()
public ValidationTool create(String type, Map<Object,Object> configMap)
ValidationTool
.type
- the validation tool typeconfigMap
- the validation tool configuration toolCopyright © 2023. All Rights Reserved.