public class ClusterSystemStatisticsEventHandler extends org.apache.karaf.cellar.core.CellarSupport implements org.apache.karaf.cellar.core.event.EventHandler<ClusterSystemStatisticsEvent>
| Modifier and Type | Field and Description |
|---|---|
static String |
SWITCH_ID |
| Constructor and Description |
|---|
ClusterSystemStatisticsEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.apache.karaf.cellar.core.control.Switch |
getSwitch()
Get the cluster configuration event handler switch.
|
Class<ClusterSystemStatisticsEvent> |
getType() |
void |
handle(ClusterSystemStatisticsEvent event) |
void |
init() |
void |
setClusterServiceImpl(ClusterServiceImpl clusterServiceImpl) |
public static final String SWITCH_ID
public void setClusterServiceImpl(ClusterServiceImpl clusterServiceImpl)
public void init()
public void destroy()
public void handle(ClusterSystemStatisticsEvent event)
handle in interface org.apache.karaf.cellar.core.event.EventHandler<ClusterSystemStatisticsEvent>public Class<ClusterSystemStatisticsEvent> getType()
getType in interface org.apache.karaf.cellar.core.Handler<ClusterSystemStatisticsEvent>public org.apache.karaf.cellar.core.control.Switch getSwitch()
getSwitch in interface org.apache.karaf.cellar.core.Handler<ClusterSystemStatisticsEvent>Copyright © 2014–2023 Apache Software Foundation. All rights reserved.