com.continuent.tungsten.replicator.applier
Class ApplierStats

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

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

This class defines a ReplicationEventApplierStatistics

Version:
1.0
Author:
Teemu Ollakka
See Also:
Serialized Form

Constructor Summary
ApplierStats()
          Creates a new ReplicationEventApplierStatistics object
ApplierStats(ApplierStats stats)
          Creates a new ApplierStatistics object
 
Method Summary
 long getApplied()
          TODO: getApplied definition.
 double getSeconds()
          TODO: getSeconds definition.
 java.lang.String toString()
          
 void updateApplied()
          TODO: updateApplied definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplierStats

public ApplierStats()
Creates a new ReplicationEventApplierStatistics object


ApplierStats

public ApplierStats(ApplierStats stats)
Creates a new ApplierStatistics object

Parameters:
stats -
Method Detail

updateApplied

public void updateApplied()
TODO: updateApplied definition.


getApplied

public long getApplied()
TODO: getApplied definition.

Returns:
applied counter

getSeconds

public double getSeconds()
TODO: getSeconds definition.

Returns:
applier uptime in seconds

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()