public class STABLE extends Protocol implements STABLEMBean
Modifier and Type | Method and Description |
---|---|
void |
attachProtocol(Protocol p) |
long |
getBytes() |
long |
getDesiredAverageGossip() |
long |
getMaxBytes() |
int |
getStabilityReceived() |
int |
getStabilitySent() |
int |
getStableReceived() |
int |
getStableSent() |
void |
runMessageGarbageCollection() |
void |
setDesiredAverageGossip(long gossip_interval) |
void |
setMaxBytes(long max_bytes) |
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
public STABLE()
public STABLE(Protocol p)
public void attachProtocol(Protocol p)
attachProtocol
in class Protocol
public long getDesiredAverageGossip()
getDesiredAverageGossip
in interface STABLEMBean
public void setDesiredAverageGossip(long gossip_interval)
setDesiredAverageGossip
in interface STABLEMBean
public long getMaxBytes()
getMaxBytes
in interface STABLEMBean
public void setMaxBytes(long max_bytes)
setMaxBytes
in interface STABLEMBean
public long getBytes()
getBytes
in interface STABLEMBean
public int getStableSent()
getStableSent
in interface STABLEMBean
public int getStableReceived()
getStableReceived
in interface STABLEMBean
public int getStabilitySent()
getStabilitySent
in interface STABLEMBean
public int getStabilityReceived()
getStabilityReceived
in interface STABLEMBean
public void runMessageGarbageCollection()
runMessageGarbageCollection
in interface STABLEMBean
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.