Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConnectionPoolMetrics

Hierarchy

  • ConnectionPoolMetrics

Index

Constructors

Properties

cursorConnections: number = 0
otherConnections: number = 0
txnConnections: number = 0
CURSOR: "cursor" = ...
OTHER: "other" = ...
TXN: "txn" = ...

Methods

  • info(maxPoolSize: number): string
  • Return information about the cmap metrics as a string.

    Parameters

    • maxPoolSize: number

    Returns string

  • markPinned(pinType: string): void
  • Mark a connection as pinned for a specific operation.

    Parameters

    • pinType: string

    Returns void

  • markUnpinned(pinType: string): void
  • Unmark a connection as pinned for an operation.

    Parameters

    • pinType: string

    Returns void

  • reset(): void

Generated using TypeDoc