public final class ThresholdAdvisoryType
extends java.lang.Enum
Title: Service Event Fabric Runtime
Description: Defines a type of MemoryThresholdAdvisory
and CpuThresholdAdvisory
.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static ThresholdAdvisoryType |
ABOVE_THRESHOLD |
static ThresholdAdvisoryType |
BELOW_THRESHOLD |
Modifier and Type | Method and Description |
---|---|
static ThresholdAdvisoryType |
valueOf(java.lang.String name) |
static ThresholdAdvisoryType[] |
values() |
public static final ThresholdAdvisoryType ABOVE_THRESHOLD
public static final ThresholdAdvisoryType BELOW_THRESHOLD
public static ThresholdAdvisoryType[] values()
public static ThresholdAdvisoryType valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.