Package alluxio.cli

Class ValidationToolRegistry


  • public class ValidationToolRegistry
    extends java.lang.Object
    The registry of validation tool implementations.
    • Method Detail

      • refresh

        public void refresh()
        Refreshes the registry by service loading classes.
      • create

        public ValidationTool create​(java.lang.String type,
                                     java.util.Map<java.lang.Object,​java.lang.Object> configMap)
        Creates a new instance of ValidationTool.
        Parameters:
        type - the validation tool type
        configMap - the validation tool configuration tool
        Returns:
        a new validation tool instance