com.continuent.tungsten.replicator.conf
Class MonitorThreadBucket

java.lang.Object
  extended by com.continuent.tungsten.replicator.conf.MonitorThreadBucket
All Implemented Interfaces:
java.io.Serializable

public class MonitorThreadBucket
extends java.lang.Object
implements java.io.Serializable

This class implements a storage location for thread information relevant to performance

Version:
1.0
Author:
Scott Martin
See Also:
Serialized Form

Constructor Summary
MonitorThreadBucket()
           
 
Method Summary
 void clear()
           
 int getCount()
           
 long getValue()
           
 void increment(long amount)
           
 void setCount(int count)
           
 void setValue(long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorThreadBucket

public MonitorThreadBucket()
Method Detail

setCount

public void setCount(int count)

getCount

public int getCount()

setValue

public void setValue(long value)

getValue

public long getValue()

clear

public void clear()

increment

public void increment(long amount)