Class: CosmographIndexManager
Constructors
Constructor
new CosmographIndexManager(
_):CosmographIndexManager
Parameters
| Parameter | Type |
|---|---|
_ | ICosmographInternalApi |
Returns
CosmographIndexManager
Accessors
pointsSourceTableName
Get Signature
get pointsSourceTableName():
string
Returns
string
linksSourceTableName
Get Signature
get linksSourceTableName():
string
Returns
string
pointsTableName
Get Signature
get pointsTableName():
string|undefined
Returns
string | undefined
linksTableName
Get Signature
get linksTableName():
string|undefined
Returns
string | undefined
Methods
applyResolvedConfig()
applyResolvedConfig(
config):void
Parameters
| Parameter | Type |
|---|---|
config | CosmographConfig |
Returns
void
prepare()
prepare(
config):Promise<void>
Parameters
| Parameter | Type |
|---|---|
config | CosmographConfig |
Returns
Promise<void>
clear()
clear(
preserveResolvedConfig):Promise<void>
Parameters
| Parameter | Type | Default value |
|---|---|---|
preserveResolvedConfig | boolean | false |
Returns
Promise<void>