Brooklyn

brooklyn.policy.autoscaling
[Java] Class SizeHistory.WindowSummary

java.lang.Object
  brooklyn.policy.autoscaling.SizeHistory.WindowSummary

public static class SizeHistory.WindowSummary

Field Summary
long latest

The most recent value (or -1 if there has been no value)

long max

The maximum vaule within the given time period

long min

The minimum vaule within the given time period

boolean stableForGrowth

true if, since that max value, there have not been any higher values

boolean stableForShrinking

true if, since that low value, there have not been any lower values

 
Constructor Summary
SizeHistory.WindowSummary(long latest, long min, long max, boolean stableForGrowth, boolean stableForShrinking)

 
Method Summary
java.lang.String toString()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

latest

public final long latest
The most recent value (or -1 if there has been no value)


max

public final long max
The maximum vaule within the given time period


min

public final long min
The minimum vaule within the given time period


stableForGrowth

public final boolean stableForGrowth
true if, since that max value, there have not been any higher values


stableForShrinking

public final boolean stableForShrinking
true if, since that low value, there have not been any lower values


 
Constructor Detail

SizeHistory.WindowSummary

public SizeHistory.WindowSummary(long latest, long min, long max, boolean stableForGrowth, boolean stableForShrinking)


 
Method Detail

toString

@Override
public java.lang.String toString()


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.