Serialized Form

Class cluster.Cluster implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

center

cluster.Host center

cluster

java.util.HashSet cluster

avgRTTFromCenter

double avgRTTFromCenter

maxRTTFromCenter

double maxRTTFromCenter

avgRTTAcrossCluster

double avgRTTAcrossCluster

maxRTTAcrossCluster

double maxRTTAcrossCluster

avgNDistanceFromCenter

double avgNDistanceFromCenter


Class cluster.Histogram implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

histogram

int[] histogram

interHistogram

int[] interHistogram

intraHistogram

int[] intraHistogram

cdf

double[] cdf

interCDF

double[] interCDF

intraCDF

double[] intraCDF

numberOfReadings

int numberOfReadings

intraNumberOfReadings

int intraNumberOfReadings

interNumberOfReadings

int interNumberOfReadings


Class cluster.Host implements Serializable

Serialized Fields

name

java.lang.String name


Class cluster.HostMap implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

hashmap

cluster.Host[] hashmap


Class cluster.IntraRelativeErrorMatrix implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

hashmap

cluster.HostMap hashmap

cluster

cluster.Cluster cluster


Class cluster.MinimalCover implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

monitorMap

java.util.HashMap monitorMap

coverSet

java.util.HashSet coverSet

partition

java.util.HashMap partition

rttMatrix

cluster.RTTMatrix rttMatrix

hostMap

cluster.HostMap hostMap


Class cluster.RecCluster implements Serializable

Serialized Fields

hashmap

cluster.HostMap hashmap

clustering

java.lang.Object clustering


Class cluster.RecRelativeErrorMatrix implements Serializable


Class cluster.RelativeError implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

relativeError

double relativeError

bothLossCount

int bothLossCount

estimateLossOnlyCount

int estimateLossOnlyCount

actualLossOnlyCount

int actualLossOnlyCount

numberOfReadings

int numberOfReadings

isInterClusterError

boolean isInterClusterError


Class cluster.RelativeErrorMatrix implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

relativeError

cluster.RelativeError[][] relativeError

hostCovering

cluster.MinimalCover hostCovering

comparisonDate

java.lang.String comparisonDate

baseFilename

java.lang.String baseFilename

histogram

cluster.Histogram histogram

hostMap

cluster.HostMap hostMap


Class cluster.RTTMatrix implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

rttMatrix

double[][] rttMatrix

hosts

int hosts

description

java.lang.String description

datafile

java.lang.String datafile

hostMap

cluster.HostMap hostMap