Uses of Class
com.continuent.tungsten.replicator.conf.MonitorThreadBucket

Packages that use MonitorThreadBucket
com.continuent.tungsten.replicator.conf   
 

Uses of MonitorThreadBucket in com.continuent.tungsten.replicator.conf
 

Methods in com.continuent.tungsten.replicator.conf that return MonitorThreadBucket
 MonitorThreadBucket[] MonitorThreadInfo.getCounters()
           
 MonitorThreadBucket[] MonitorThreadInfo.getCPUTimes()
           
 MonitorThreadBucket[] MonitorThreadInfo.getRealTimes()
           
 

Methods in com.continuent.tungsten.replicator.conf with parameters of type MonitorThreadBucket
 void MonitorThreadInfo.setCounters(MonitorThreadBucket[] counters)
           
 void MonitorThreadInfo.setCPUTimes(MonitorThreadBucket[] cpuTimes)
           
 void MonitorThreadInfo.setRealTimes(MonitorThreadBucket[] realTimes)