Options
All
  • Public
  • Public/Protected
  • All
Menu

Simple implementation of a [[Registry]] using an in-memory map.

Hierarchy

  • InMemoryRegistry

Implements

  • Registry

Index

Properties

Private Readonly dataModelsByHandle

dataModelsByHandle: Map<string, [string, DataModel]> = new Map()

Private Readonly datastoresByHandle

datastoresByHandle: Map<string, [string, Datastore]> = new Map()

Methods

getAllDataModels

  • getAllDataModels(): Iterable<[string, DataModel]>

getAllDatastores

  • getAllDatastores(): Iterable<[string, Datastore]>