Package com.fasterxml.clustermate.service.bdb

Examples of com.fasterxml.clustermate.service.bdb.CleanBDBStats


    protected BackendStats _clean(BackendStats stats)
    {
        // Nasty back-dep, but has to do for now...
        if (stats instanceof BDBBackendStats) {
            return new CleanBDBStats((BDBBackendStats) stats);
        }
        return stats;
    }
View Full Code Here

TOP

Related Classes of com.fasterxml.clustermate.service.bdb.CleanBDBStats

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.