class CudbFunction

ManagedElement
+-IpworksFunction
+-IpworksCommonRoot
+-DataBaseInfo
+-CudbManager
+-CudbFunction

CUDB functions.

Attributes
uint8
busyRateThreshold = 2 { 0..100 }
The threshold value in percentage of busy response numbers (from cudb node) and ldap requests number (from IPWorks). When the real value exceeds this threshold value, IPWorks starts to discard Access-Request.

The threshold value in percentage of the rate: number of LDAP_BUSY( received from CUDB) / number of queries (sent to CUDB).
string
key
mandatory
noNotification
restricted
cudbFunctionId
The value component of the RDN.
uint8
maxRejectRate = 95 { 0..100 }
The Max rate of rejecting or discarding Access-Request in CUDB overload protection situation.
uint8
maxRetry = 3 { 0..5 }
Max retry of the polling.
uint8
pollingInterval = 3 { 1..120 }
Polling interval per n seconds.
uint8
rejectRateDownStep = 10
The step value in percentage used in continuous CUDB overload protection situation. The next rejection rate is the step value plus the previous rejection rate.
uint8
rejectRateUpStep = 5
The step value in percentage used in recovery procedure from CUDB overload protection. The next rejection rate is the previous rejection rate minus the step value.
uint8
timeWheelInterval = 1
The interval of the time wheel.
uint8
timeWheelLength = 10
the length of time wheel.

  class CudbFunction