BaseIndexStore
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:20
new BaseIndexStore():
BaseIndexStore
BaseIndexStore
getIndexStructs()
Section titled “getIndexStructs()”
abstractgetIndexStructs():Promise<IndexStruct[]>
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:21
Promise<IndexStruct[]>
addIndexStruct()
Section titled “addIndexStruct()”
abstractaddIndexStruct(indexStruct):Promise<void>
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:23
indexStruct
Section titled “indexStruct”Promise<void>
deleteIndexStruct()
Section titled “deleteIndexStruct()”
abstractdeleteIndexStruct(key):Promise<void>
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:25
string
Promise<void>
getIndexStruct()
Section titled “getIndexStruct()”
abstractgetIndexStruct(structId?):Promise<undefined|IndexStruct>
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:27
string
Promise<undefined | IndexStruct>
persist()
Section titled “persist()”persist(
persistPath):Promise<void>
定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:29
persistPath
Section titled “persistPath”string = DEFAULT_PERSIST_PATH
Promise<void>