org.apache.sirona.plugin.hazelcast.agent.gauge
Class HazelcastGaugeBase

java.lang.Object
  extended by org.apache.sirona.plugin.hazelcast.agent.gauge.HazelcastGaugeBase
All Implemented Interfaces:
Gauge
Direct Known Subclasses:
HazelcastMembersGauge, HazelcastPartitionsGauge

public abstract class HazelcastGaugeBase
extends Object
implements Gauge


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.sirona.gauges.Gauge
Gauge.LoaderHelper
 
Field Summary
protected  com.hazelcast.core.HazelcastInstance instance
           
 
Constructor Summary
HazelcastGaugeBase(String name, com.hazelcast.core.HazelcastInstance instance)
           
 
Method Summary
 Role role()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.sirona.gauges.Gauge
value
 

Field Detail

instance

protected final com.hazelcast.core.HazelcastInstance instance
Constructor Detail

HazelcastGaugeBase

public HazelcastGaugeBase(String name,
                          com.hazelcast.core.HazelcastInstance instance)
Method Detail

role

public Role role()
Specified by:
role in interface Gauge


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.