ePOST API

rice.p2p.aggregation
Class AggregationStatistics

java.lang.Object
  extended by rice.p2p.aggregation.AggregationStatistics

public class AggregationStatistics
extends java.lang.Object


Field Summary
 int[] aggregateLifetimeHisto
           
 int criticalAggregates
           
 long granularity
           
 long liveObjectsSize
           
 int numAggregatesTotal
           
 int numObjectsAlive
           
 int numObjectsTotal
           
 int numPointerArrays
           
 int[] objectLifetimeHisto
           
 int orphanedAggregates
           
 long time
           
 long totalObjectsSize
           
 
Constructor Summary
AggregationStatistics(int histoLength, long granularityArg, Environment env)
           
 
Method Summary
 void dump(Logger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

granularity

public final long granularity

numObjectsTotal

public int numObjectsTotal

numObjectsAlive

public int numObjectsAlive

numAggregatesTotal

public int numAggregatesTotal

numPointerArrays

public int numPointerArrays

criticalAggregates

public int criticalAggregates

orphanedAggregates

public int orphanedAggregates

objectLifetimeHisto

public int[] objectLifetimeHisto

aggregateLifetimeHisto

public int[] aggregateLifetimeHisto

totalObjectsSize

public long totalObjectsSize

liveObjectsSize

public long liveObjectsSize

time

public long time
Constructor Detail

AggregationStatistics

public AggregationStatistics(int histoLength,
                             long granularityArg,
                             Environment env)
Method Detail

dump

public void dump(Logger logger)

ePOST API

Copyright © 2001-2005 - Rice Pastry.