org.terracotta.management.registry.collect
Class StatisticCollectorProvider.ExposedStatisticCollector<T extends StatisticCollector>

java.lang.Object
  extended by org.terracotta.management.registry.collect.StatisticCollectorProvider.ExposedStatisticCollector<T>
All Implemented Interfaces:
ExposedObject<T>
Enclosing class:
StatisticCollectorProvider<T extends StatisticCollector>

public static class StatisticCollectorProvider.ExposedStatisticCollector<T extends StatisticCollector>
extends Object
implements ExposedObject<T>


Constructor Summary
StatisticCollectorProvider.ExposedStatisticCollector(T collectorService, Context context)
           
 
Method Summary
 ClassLoader getClassLoader()
           
 T getTarget()
           
 boolean matches(Context context)
           
 void startStatisticCollector()
           
 void stopStatisticCollector()
           
 void updateCollectedStatistics(String capabilityName, Collection<String> statisticNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticCollectorProvider.ExposedStatisticCollector

public StatisticCollectorProvider.ExposedStatisticCollector(T collectorService,
                                                            Context context)
Method Detail

updateCollectedStatistics

public void updateCollectedStatistics(String capabilityName,
                                      Collection<String> statisticNames)

stopStatisticCollector

public void stopStatisticCollector()

startStatisticCollector

public void startStatisticCollector()

getTarget

public T getTarget()
Specified by:
getTarget in interface ExposedObject<T extends StatisticCollector>

getClassLoader

public ClassLoader getClassLoader()
Specified by:
getClassLoader in interface ExposedObject<T extends StatisticCollector>

matches

public boolean matches(Context context)
Specified by:
matches in interface ExposedObject<T extends StatisticCollector>


Copyright © 2016. All Rights Reserved.