tapestry.patchwork
Class PatchworkStats.StatDelta

java.lang.Object
  |
  +--tapestry.patchwork.PatchworkStats.StatDelta
All Implemented Interfaces:
QuickSerializable
Enclosing class:
PatchworkStats

public static class PatchworkStats.StatDelta
extends Object
implements QuickSerializable


Field Summary
 double curr_geo_mean
           
 long curr_max
           
 double curr_mean
           
 long curr_median
           
 long curr_min
           
 NodeId node_id
           
 double over_geo_mean
           
 long over_max
           
 double over_mean
           
 long over_min
           
 byte type
           
 
Constructor Summary
PatchworkStats.StatDelta(InputBuffer buffer)
          Specified by ostore.util.QuickSerializable
PatchworkStats.StatDelta(NodeId node_id, byte type)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Specified by ostore.util.QuickSerializable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node_id

public NodeId node_id

type

public byte type

over_min

public long over_min

over_max

public long over_max

over_mean

public double over_mean

over_geo_mean

public double over_geo_mean

curr_min

public long curr_min

curr_max

public long curr_max

curr_median

public long curr_median

curr_mean

public double curr_mean

curr_geo_mean

public double curr_geo_mean
Constructor Detail

PatchworkStats.StatDelta

public PatchworkStats.StatDelta(NodeId node_id,
                                byte type)

PatchworkStats.StatDelta

public PatchworkStats.StatDelta(InputBuffer buffer)
                         throws QSException
Specified by ostore.util.QuickSerializable

Method Detail

serialize

public void serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable

Specified by:
serialize in interface QuickSerializable