Interface NodeVersionUpgrader

All Known Implementing Classes:
NoUpgrades, UnsupportedUpgrade
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface NodeVersionUpgrader
Interface for upgrading a node to this version.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static @interface 
    Metadata annotation for the upgrader.
  • Method Summary

    Modifier and Type
    Method
    Description
    Upgrade the node to this version.