Examples of HazelcastPartitionsGauge


Examples of org.apache.sirona.plugin.hazelcast.agent.gauge.HazelcastPartitionsGauge

        return gauges.toArray(new Gauge[gauges.size()]);
    }

    private void addGauges(final Collection<Gauge> gauges, final String name, final HazelcastInstance hzInstance) {
        gauges.add(new HazelcastMembersGauge(name, hzInstance));
        gauges.add(new HazelcastPartitionsGauge(name, hzInstance));
    }
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.