mongodb-memory-server-core
Preparing search index...
util/utils
ManagerAdvanced
Class ManagerAdvanced
Abstract
This Class is used to have unified types for advanced-manager functions
Hierarchy (
View Summary
)
ManagerBase
ManagerAdvanced
Implemented by
MongoMemoryReplSet
MongoMemoryServer
Index
Constructors
constructor
Methods
[async
Dispose]
cleanup
get
Uri
start
stop
Constructors
constructor
new
ManagerAdvanced
()
:
ManagerAdvanced
Returns
ManagerAdvanced
Methods
Abstract
[async
Dispose]
"[asyncDispose]"
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Abstract
cleanup
cleanup
(
cleanup
:
Cleanup
)
:
Promise
<
void
>
Parameters
cleanup
:
Cleanup
Returns
Promise
<
void
>
Abstract
get
Uri
getUri
(
otherDB
?:
string
|
boolean
)
:
string
Parameters
Optional
otherDB
:
string
|
boolean
Returns
string
Abstract
start
start
(
forceSamePort
:
boolean
)
:
Promise
<
void
>
Parameters
forceSamePort
:
boolean
Returns
Promise
<
void
>
start
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Abstract
stop
stop
(
cleanup
:
Cleanup
)
:
Promise
<
boolean
>
Parameters
cleanup
:
Cleanup
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
[async
Dispose]
cleanup
get
Uri
start
stop
mongodb-memory-server-core
Loading...
This Class is used to have unified types for advanced-manager functions