Examples of StorageNodeManagerLocal


Examples of org.rhq.enterprise.server.cloud.StorageNodeManagerLocal

    @Override
    public void executeJobCode(JobExecutionContext context) throws JobExecutionException {
        log.info("Preparing to run read repair on storage cluster");
        Subject overlord = LookupUtil.getSubjectManager().getOverlord();
        StorageNodeManagerLocal storageNodeManager = LookupUtil.getStorageNodeManager();
        storageNodeManager.runClusterMaintenance(overlord);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.