Class ConverterDef


  • public class ConverterDef
    extends Object
    One converter definition. Value object.
    • Constructor Detail

      • ConverterDef

        public ConverterDef​(int nr,
                            boolean incompatibleChange,
                            @NotNull
                            List<ConvertStepDef> steps)
    • Method Detail

      • getNr

        public int getNr()
        Converter number.
        Returns:
      • getSteps

        @NotNull
        public List<ConvertStepDef> getSteps()
        List of converting steps, in the appropriate order.
        Returns:
      • isIncompatibleChange

        public boolean isIncompatibleChange()
        Returns:
        true if this converter makes an incompatible change to the database schema or configuration files, which means that it is no longer safe for other nodes to perform data modifications
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object