Options
All
  • Public
  • Public/Protected
  • All
Menu

This class abstracts database operations related to the Stream model

Hierarchy

  • default

Index

Constructors

constructor

Methods

addIfAbsent

getAll

getByMetaId

  • getByMetaId(metaId: string): Promise<IStream[]>

getByMetaIdAndInfoHash

  • getByMetaIdAndInfoHash(metaId: string, infoHash: string): Promise<null | IStream>

getByStreamId

  • getByStreamId(streamId: string): Promise<IStream[]>

Generated using TypeDoc