apollo-code / storage/src / DefaultMemoryMaintenanceService
Class: DefaultMemoryMaintenanceService
Implements
Constructors
Constructor
new DefaultMemoryMaintenanceService(
source,index):DefaultMemoryMaintenanceService
Parameters
source
index
Returns
DefaultMemoryMaintenanceService
Properties
index
readonlyindex:MemoryIndexMaintenance
source
readonlysource:MemoryRepository
Methods
doctor()
doctor():
Promise<MemoryDoctorReport>
Returns
Promise<MemoryDoctorReport>
Implementation of
MemoryMaintenanceService.doctor
reindex()
reindex(
options?):Promise<MemoryReindexReport>
Parameters
options?
Returns
Promise<MemoryReindexReport>