public interface Threshold
Title: Service Event Fabric Runtime
Description: Defines a base interface for CPU/disk/memory thresholds.
Copyright: Copyright (c) 2016
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Returns a key associated with the threshold.
|
int |
getValue()
Returns a value of the threshold.
|
java.lang.String getKey()
eventKey
property of the corresponding Threshold Advisory.
User can use a selector to receive advisories for thresholds with the specified key.
key
can be null
.int getValue()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.