Package com.sequenceiq.cloudbreak.service.cluster.flow

Examples of com.sequenceiq.cloudbreak.service.cluster.flow.AmbariHealthCheckerTask


        }
    }

    private void waitForAmbariToStart(Stack stack) {
        ambariHealthChecker.pollWithTimeout(
                new AmbariHealthCheckerTask(),
                new AmbariClient(stack.getAmbariIp()),
                AmbariClusterConnector.POLLING_INTERVAL,
                AmbariClusterConnector.MAX_ATTEMPTS_FOR_HOSTS);
    }
View Full Code Here

TOP

Related Classes of com.sequenceiq.cloudbreak.service.cluster.flow.AmbariHealthCheckerTask

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.