Options
All
  • Public
  • Public/Protected
  • All
Menu

Some comment

Hierarchy

  • ResultFolderContentManager

Index

Constructors

Properties

isConnected: boolean = false
redis: { delValue: any; getValue: any; setValue: any } = ...

Type declaration

  • delValue: any
  • getValue: any
  • setValue: any

Methods

  • connect(): Promise<void>
  • get(jobId: string): Promise<string[]>
  • Return the parsed contents of the results folder

    async

    Parameters

    • jobId: string

      This job

    Returns Promise<string[]>

    • Contents of the results folder
  • put(jobId: string, contents: string[]): Promise<void>
  • Set the value of the job result folder to the contents passed

    async

    Parameters

    • jobId: string

      This job

    • contents: string[]

      Contents to be listed in the result folder

    Returns Promise<void>

  • remove(jobId: string): Promise<void>
  • Delete the result folder content associated with this job

    async

    Parameters

    • jobId: string

      This job

    Returns Promise<void>

Generated using TypeDoc