Package | Description |
---|---|
com.streamscape.runtime.stats.threshold | |
com.streamscape.sef.exchange |
Modifier and Type | Field and Description |
---|---|
static ThresholdAdvisoryType |
ThresholdAdvisoryType.ABOVE_THRESHOLD |
static ThresholdAdvisoryType |
ThresholdAdvisoryType.BELOW_THRESHOLD |
Modifier and Type | Method and Description |
---|---|
ThresholdAdvisoryType |
MemoryThresholdAdvisory.getType()
Returns a flag indicating if the specified threshold has been reached from below or from above.
|
ThresholdAdvisoryType |
DiskThresholdAdvisory.getType()
Returns a flag indicating if the specified threshold has been reached from below or from above.
|
ThresholdAdvisoryType |
CpuThresholdAdvisory.getType()
Returns a flag indicating if the specified threshold has been reached from below or from above.
|
static ThresholdAdvisoryType |
ThresholdAdvisoryType.valueOf(java.lang.String name) |
static ThresholdAdvisoryType[] |
ThresholdAdvisoryType.values() |
Constructor and Description |
---|
CpuThresholdAdvisory(ThresholdAdvisoryType type,
Threshold threshold,
int currentValue) |
DiskThresholdAdvisory(ThresholdAdvisoryType type,
Threshold threshold,
int currentValue) |
MemoryThresholdAdvisory(ThresholdAdvisoryType type,
Threshold threshold,
int currentValue,
java.util.List memoryPoolStats) |
Modifier and Type | Method and Description |
---|---|
ThresholdAdvisoryType |
ClientThresholdAdvisory.getType()
Returns a flag indicating if the specified threshold has been reached from below or from above.
|
Constructor and Description |
---|
ClientThresholdAdvisory(java.lang.String protocol,
ThresholdAdvisoryType type,
int threshold,
int currentValue) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.