Edit

Share via


ObjectPoolMonitorBridge.Report(Int64, Int64, Int64) Method

Definition

Periodically report object pool status, and also call its blockPoolMonitor to report its counter part metrics

public void Report (long totalObjects, long availableObjects, long claimedObjects);
abstract member Report : int64 * int64 * int64 -> unit
override this.Report : int64 * int64 * int64 -> unit
Public Sub Report (totalObjects As Long, availableObjects As Long, claimedObjects As Long)

Parameters

totalObjects
Int64

Total size of object pool.

availableObjects
Int64

Count for objects in the pool which is available for allocating.

claimedObjects
Int64

Count for objects which are claimed, hence not available.

Implements

Applies to