跳转到内容

KVIndexStore

定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:34

新建键值索引存储(kvStore, namespace): KVIndexStore

定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:38

BaseKVStore

string = DEFAULT_NAMESPACE

KVIndexStore

BaseIndexStore.constructor

persist(persistPath): Promise<void>

定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:29

string = DEFAULT_PERSIST_PATH

Promise<void>

BaseIndexStore.persist


addIndexStruct(indexStruct): Promise<void>

定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:44

IndexStruct

Promise<void>

BaseIndexStore.addIndexStruct


deleteIndexStruct(key): Promise<void>

定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:50

string

Promise<void>

BaseIndexStore.deleteIndexStruct


getIndexStruct(structId?): Promise<undefined | IndexStruct>

定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:54

string

Promise<undefined | IndexStruct>

BaseIndexStore.getIndexStruct


getIndexStructs(): Promise<IndexStruct[]>

定义于:.build/typescript/packages/core/src/storage/index-store/index.ts:70

Promise<IndexStruct[]>

BaseIndexStore.getIndexStructs