Protected
_cachedManifests
_cachedManifests: LRUCache< number, | DeepRestrictToStringKeys< { config: { accountPath?: string; features?: string[]; labels?: { [x: string]: undefined | string }; language?: string; name: string; os?: string; schema: string; }; description?: string; lazyStart?: boolean; schema: "network.xyo.module.manifest"; status?: { address: Lowercase<string>; children?: { [x: Lowercase<string>]: null | string }; }; }, > | DeepRestrictToStringKeys< { config: { accountPath?: string; features?: string[]; labels?: { [x: string]: undefined | string }; language?: string; name: string; os?: string; schema: string; }; description?: string; lazyStart?: boolean; schema: "network.xyo.node.manifest"; status?: { address: Lowercase<string>; children?: { [x: Lowercase<string>]: null | string }; }; }, >,> Protected
Optional
_config
_config?: DeepRestrictToStringKeys< { allowedQueries?: string[]; archiving?: { archivists?: string[]; queries?: string[] }; archivist?: string; consoleLogger?: LogLevel; labels?: { [key: string]: undefined | string }; name?: string; paging?: { [key: string]: { size?: number } }; retry?: { backoff?: number; interval?: number; retries?: number }; schema: string; security?: { allowAnonymous?: boolean; allowed?: { [key: string]: (
Lowercase<string> | Lowercase<(...)
>[])
[] }; disallowed?: { [key: string]: Lowercase<string>[] }; }; sign?: boolean; storeQueries?: boolean; timestamp?: boolean; },> Protected
Optional
_lastError
Protected
Optional
_publicChildren
Protected
_started
_started: undefined | Promisable<boolean>
Protected
_startPromise
_startPromise: undefined | Promisable<boolean>
Protected
_stateInProcess
_stateInProcess: boolean = false
Protected
Readonly
moduleConfigQueryValidator
Protected
Readonly
supportedQueryValidator
Static
Readonly
allowRandomAccount
allowRandomAccount: boolean
Static
Readonly
configSchemas
configSchemas: string[]
Static
Readonly
defaultConfigSchema
defaultConfigSchema: string
Static
defaultLogger
defaultLogger: Logger
Static
enableLazyLoad
enableLazyLoad: boolean
Static
Readonly
globalInstances
Static
Readonly
globalInstancesCountHistory
globalInstancesCountHistory: Record<string, number[]>
Protected
Static
privateConstructorKey
privateConstructorKey: string
Static
requiredQueries
requiredQueries: string[] = ...
Static
Readonly
uniqueName
uniqueName: string
Static
Readonly
useNewResolver
useNewResolver: false