|
Brooklyn | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectbrooklyn.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 |
|---|
public final long latest
public final long max
public final long min
public final boolean stableForGrowth
public final boolean stableForShrinking
| Constructor Detail |
|---|
public SizeHistory.WindowSummary(long latest, long min, long max, boolean stableForGrowth, boolean stableForShrinking)
| Method Detail |
|---|
@Override public java.lang.String toString()
Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.