Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TopologyPrivate

Hierarchy

  • TopologyPrivate

Index

Properties

clusterTime?: ClusterTime
connectionTimers: TimerQueue

timers created for the initial connect to a server

credentials?: MongoCredentials
description: TopologyDescription

the topology description

heartbeatFrequencyMS: number
id: number

the id of this topology

minHeartbeatFrequencyMS: number

passed in options

seedlist: HostAddress[]

initial seedlist of servers to connect to

serverSelectionTimeoutMS: number
servers: Map<string, Server>

A map of server instances to normalized addresses

sessionPool: ServerSessionPool

Server Session Pool

sessions: Set<ClientSession>

Active client sessions

srvPoller?: SrvPoller

related to srv polling

state: string

initial state

Methods

Generated using TypeDoc