One-shot constructor to initialize all data members.
Optional
id: stringThe metrics identifier.
Optional
total: bigintThe total number of objects observed by this metrics.
Optional
current: numberThe number of objects currently observed by this metrics.
Optional
totalLifetime: bigintThe sum of the lifetime of each observed objects.
Optional
failures: numberThe number of failures observed.
Optional
forwardedClient: numberThe number of client requests forwarded.
Optional
forwardedServer: numberThe number of server requests forwarded.
Optional
routingTableSize: numberThe size of the routing table.
Optional
queuedClient: numberThe number of client requests queued.
Optional
queuedServer: numberThe number of server requests queued.
Optional
overriddenClient: numberThe number of client requests overridden.
Optional
overriddenServer: numberThe number of server requests overridden.
The number of objects currently observed by this metrics.
The number of failures observed.
The number of client requests forwarded.
The number of server requests forwarded.
The metrics identifier.
The number of client requests overridden.
The number of server requests overridden.
The number of client requests queued.
The number of server requests queued.
The size of the routing table.
The total number of objects observed by this metrics. This includes the number of currently observed objects and the number of objects observed in the past.
The sum of the lifetime of each observed objects. This does not include the lifetime of objects which are currently observed, only the objects observed in the past.
Obtains the sliced data associated with this instance.
The sliced data if the value has a preserved-slice base class and has been sliced during unmarshaling of the value, nil otherwise.
Obtains the Slice type ID of the most-derived class supported by this object.
The type ID.
The Ice run time invokes this method after unmarshaling an object's data members. This allows a subclass to override this method in order to perform additional initialization.
The Ice run time invokes this method prior to marshaling an object's data members. This allows a subclass to override this method in order to validate its data members.
Static
ice_Obtains the Slice type ID of this type.
The return value is always "::Ice::Object".
Provides information about Glacier2 sessions.