Package com.netflix.bdp.s3mper.alert.impl

Examples of com.netflix.bdp.s3mper.alert.impl.AlertJanitor.clearAll()


        switch(cmd) {
            case LOG:
                janitor.writeLogs(queue, new Path(cmdline.getArgs()[2]));
                break;
            case PURGE:
                janitor.clearAll(queue);
                break;
            default:
                usage();
        }
    }
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.