Class OpLoader


  • public final class OpLoader
    extends Object
    Uses ServiceLoader to load OpProcessor instances into a cache.
    Author:
    Stephen Mallette (http://stephen.genoprime.com)
    • Constructor Detail

      • OpLoader

        public OpLoader()
    • Method Detail

      • init

        public static void init​(Settings settings)
        Initialize the OpLoader with server settings. This method should only be called once at startup but is designed to be idempotent.
      • reset

        public static void reset()
        Reset the processors so that they can be re-initialized with different settings which is useful in testing scenarios.