Class WaitForAcl

java.lang.Object
io.deephaven.acl.tools.WaitForAcl

public class WaitForAcl extends Object
A simple helper class which will wait until mysql db access is ready. It is much faster to block on mysql before starting monit, as it can take minutes for the configuration_server to be restarted, should it fail during startup.
  • Constructor Details

    • WaitForAcl

      public WaitForAcl()
  • Method Details