org.terracotta.management.registry.collect
Class StatisticCollectorProvider.ExposedStatisticCollector<T extends StatisticCollector>
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatisticCollectorProvider.ExposedStatisticCollector
public StatisticCollectorProvider.ExposedStatisticCollector(T collectorService,
Context context)
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.