org.apache.stratos.cartridge.agent.statistics.publisher
Class HealthStatisticsPublisher

java.lang.Object
  extended by org.apache.stratos.common.statistics.publisher.WSO2CEPStatisticsPublisher
      extended by org.apache.stratos.cartridge.agent.statistics.publisher.HealthStatisticsPublisher
All Implemented Interfaces:
org.apache.stratos.common.statistics.publisher.StatisticsPublisher

public class HealthStatisticsPublisher
extends org.apache.stratos.common.statistics.publisher.WSO2CEPStatisticsPublisher

Health statistics publisher for publishing statistics to CEP.


Constructor Summary
HealthStatisticsPublisher()
           
 
Method Summary
 void publish(String clusterId, String networkPartitionId, String memberId, String partitionId, String health, double value)
          Publish health statistics to cep.
 
Methods inherited from class org.apache.stratos.common.statistics.publisher.WSO2CEPStatisticsPublisher
isEnabled, publish, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HealthStatisticsPublisher

public HealthStatisticsPublisher()
Method Detail

publish

public void publish(String clusterId,
                    String networkPartitionId,
                    String memberId,
                    String partitionId,
                    String health,
                    double value)
Publish health statistics to cep.

Parameters:
clusterId -
networkPartitionId -
memberId -
partitionId -
health -
value -


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.