Class BootstrapContext


  • public class BootstrapContext
    extends java.lang.Object
    Context that is passed to every bootstrap check to make decisions on.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • settings

        public final Settings settings
        The nodes settings
      • metaData

        public final MetaData metaData
        The nodes local state metadata loaded on startup
    • Constructor Detail

      • BootstrapContext

        public BootstrapContext​(Settings settings,
                                MetaData metaData)