MemoryResumableMuxedExportStore
此内容尚不支持你的语言。
Defined in: resumable-muxed-export.ts:79
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MemoryResumableMuxedExportStore():
MemoryResumableMuxedExportStore
Returns
Section titled “Returns”MemoryResumableMuxedExportStore
Methods
Section titled “Methods”commitUnit()
Section titled “commitUnit()”commitUnit(
key,unit,manifest,signal?):Promise<void>
Defined in: resumable-muxed-export.ts:102
Commits unit bytes and the advanced manifest in one durable transaction.
Parameters
Section titled “Parameters”string
manifest
Section titled “manifest”signal?
Section titled “signal?”AbortSignal
Returns
Section titled “Returns”Promise<void>
Implementation of
Section titled “Implementation of”ResumableMuxedExportStore.commitUnit
delete()
Section titled “delete()”delete(
key,signal?):Promise<void>
Defined in: resumable-muxed-export.ts:114
Parameters
Section titled “Parameters”string
signal?
Section titled “signal?”AbortSignal
Returns
Section titled “Returns”Promise<void>
Implementation of
Section titled “Implementation of”ResumableMuxedExportStore.delete
loadManifest()
Section titled “loadManifest()”loadManifest(
key,signal?):Promise<ResumableMuxedExportManifest|undefined>
Defined in: resumable-muxed-export.ts:83
Parameters
Section titled “Parameters”string
signal?
Section titled “signal?”AbortSignal
Returns
Section titled “Returns”Promise<ResumableMuxedExportManifest | undefined>
Implementation of
Section titled “Implementation of”ResumableMuxedExportStore.loadManifest
loadUnit()
Section titled “loadUnit()”loadUnit(
key,index,signal?):Promise<ResumableMuxedExportUnit|undefined>
Defined in: resumable-muxed-export.ts:92
Parameters
Section titled “Parameters”string
number
signal?
Section titled “signal?”AbortSignal
Returns
Section titled “Returns”Promise<ResumableMuxedExportUnit | undefined>