org.terracotta.management.registry.collect
Interface StatisticCollector


public interface StatisticCollector

Author:
Mathieu Carbou

Method Summary
 void startStatisticCollector()
           
 void stopStatisticCollector()
           
 void updateCollectedStatistics(String capabilityName, Collection<String> statisticNames)
           
 

Method Detail

startStatisticCollector

void startStatisticCollector()

stopStatisticCollector

void stopStatisticCollector()

updateCollectedStatistics

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


Copyright © 2016. All Rights Reserved.