Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HookSparqlEndpointLdf

A hook instance for a LDF server-based SPARQL endpoint.

Hierarchy

  • HookSparqlEndpointLdf

Implements

Index

Constructors

constructor

  • new HookSparqlEndpointLdf(dockerfile: string, dockerfileCache: string, resourceConstraints: DockerResourceConstraints, config: string, portServer: number, portCache: number, workers: number, maxMemory: number, dataset: string, hookSparqlEndpointLdfEngine: Hook, cacheUrl?: string): HookSparqlEndpointLdf

Properties

Readonly cacheUrl

cacheUrl: string

Readonly config

config: string

Readonly dataset

dataset: string

Readonly dockerfile

dockerfile: string

Readonly dockerfileCache

dockerfileCache: string

Readonly hookSparqlEndpointLdfEngine

hookSparqlEndpointLdfEngine: Hook

Readonly httpAvailabilityLatch

httpAvailabilityLatch: HttpAvailabilityLatch = ...

Readonly maxMemory

maxMemory: number

Readonly portCache

portCache: number

Readonly portServer

portServer: number

Readonly resourceConstraints

resourceConstraints: DockerResourceConstraints

Readonly workers

workers: number

Methods

clean

getDockerImageName

  • getDockerImageName(context: ITaskContext, type: string): string

prepare

  • prepare(context: ITaskContext, forceOverwriteGenerated: boolean): Promise<void>

start

waitForEndpoint

Generated using TypeDoc