uka.karo
Class ReplicaStatistics.Info

java.lang.Object
  extended byuka.karo.ReplicaStatistics.Info
Enclosing class:
ReplicaStatistics

public class ReplicaStatistics.Info
extends java.lang.Object


Field Summary
 int allCnt
           
 int localCnt
           
 int readOnlyCnt
           
 int sharedCnt
           
 
Constructor Summary
ReplicaStatistics.Info()
           
 
Method Summary
(package private)  void add(ReplicaDiagnostics diag, int rank, java.lang.Object obj)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

allCnt

public int allCnt

sharedCnt

public int sharedCnt

readOnlyCnt

public int readOnlyCnt

localCnt

public int localCnt
Constructor Detail

ReplicaStatistics.Info

public ReplicaStatistics.Info()
Method Detail

add

void add(ReplicaDiagnostics diag,
         int rank,
         java.lang.Object obj)

toString

public java.lang.String toString()