- getActions() - Method in class org.swisspush.gateleen.qos.QoSRule
-
Returns a list of actions which hase to be performed.
- getLowestPercentileMinValue() - Method in class org.swisspush.gateleen.qos.QoSSentinel
-
Returns the minimal lowest percentile value
of this sentinel.
- getLowestPercentileValue() - Method in class org.swisspush.gateleen.qos.QoSSentinel
-
Returns the lowest measured percentile value
of this sentinel.
- getMinSampleCount() - Method in class org.swisspush.gateleen.qos.QoSConfig
-
Returns the amount of samples which a
sentinel has to provide to be counted as
a valid sentinel.
- getMinSentinelCount() - Method in class org.swisspush.gateleen.qos.QoSConfig
-
Returns the amount of sentinels which
must be available to perform a
QoS calculation.
- getName() - Method in class org.swisspush.gateleen.qos.QoSSentinel
-
Returns the name of this sentinel.
- getOldSentinel(String) - Method in class org.swisspush.gateleen.qos.QoSHandler
-
We try to retrive the old sentinel (if available).
- getPercentile() - Method in class org.swisspush.gateleen.qos.QoSConfig
-
Returns the percentile which should be
read from the metrics (sentinels).
- getPercentile() - Method in class org.swisspush.gateleen.qos.QoSSentinel
-
Returns a percentile which is used
to override the global setting for
this specific metric.
- getPeriod() - Method in class org.swisspush.gateleen.qos.QoSConfig
-
Returns the period in seconds, after which the QoS
calculation is executed.
- getQosRules() - Method in class org.swisspush.gateleen.qos.QoSHandler
-
Returns a list of the QoS rules.
- getQosSentinels() - Method in class org.swisspush.gateleen.qos.QoSHandler
-
Gets a list of all sentinels.
- getQuorum() - Method in class org.swisspush.gateleen.qos.QoSConfig
-
Returns how many percent of all api's must
be over the defined ratio, so the given api
is rejected.
- getReject() - Method in class org.swisspush.gateleen.qos.QoSRule
-
Returns the ratio which indicates
if the request should be rejected
or not.
- getUrlPattern() - Method in class org.swisspush.gateleen.qos.QoSRule
-
Returns a precompiled pattern
for this rule.
- getWarn() - Method in class org.swisspush.gateleen.qos.QoSRule
-
Returns the ratio which indicates
if the request should be logged
with a warning or not.