import { default } from "https://deno.land/x/neo4j_lite_client@4.4.6/bolt-connection/rediscovery/routing-table.js";
The routing table object used to determine the role of the servers in the driver.
Methods
forget(address)
forgetRouter(address)
forgetWriter(address)
isExpiredFor(duration)
Check if this routing table is expired for specified amount of duration
isStaleFor(accessMode)
Check if this routing table is fresh to perform the required operation.
toString()
Static Methods
fromRawRoutingTable()
database,
routerAddress,
rawRoutingTable,
Create a valid routing table from a raw object