EventIndexing: Rework the index initialization and deletion.
This commit is contained in:
parent
448c9a8290
commit
7516f2724a
4 changed files with 63 additions and 31 deletions
|
@ -206,6 +206,16 @@ export default class BaseEventIndexManager {
|
|||
throw new Error("Unimplemented");
|
||||
}
|
||||
|
||||
/**
|
||||
* close our event index.
|
||||
*
|
||||
* @return {Promise} A promise that will resolve once the event index has
|
||||
* been closed.
|
||||
*/
|
||||
async closeEventIndex(): Promise<> {
|
||||
throw new Error("Unimplemented");
|
||||
}
|
||||
|
||||
/**
|
||||
* Delete our current event index.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue