Package com.hazelcast.monitor.impl

Examples of com.hazelcast.monitor.impl.LocalGCStatsImpl


        stats.setUnknownCount(unknownCount);
        stats.setUnknownTime(unknownTime);
    }

    public static LocalGCStats getGCStats() {
        LocalGCStatsImpl stats = new LocalGCStatsImpl();
        fill(stats);
        return stats;
    }
View Full Code Here

TOP

Related Classes of com.hazelcast.monitor.impl.LocalGCStatsImpl

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.