Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExperimentSolidBench

An experiment instance for the SolidBench social network benchmark.

Hierarchy

  • ExperimentSolidBench

Implements

Index

Constructors

constructor

Properties

Readonly configEnhance

configEnhance: string

Readonly configFragment

configFragment: string

Readonly configQueries

configQueries: string

Readonly configServer

configServer: string

Readonly configValidation

configValidation: undefined | string

Readonly dockerfileServer

dockerfileServer: string

Readonly endpointUrl

endpointUrl: string

Readonly hadoopMemory

hadoopMemory: string

Readonly hookSparqlEndpoint

hookSparqlEndpoint: Hook

Readonly httpAvailabilityLatch

httpAvailabilityLatch: HttpAvailabilityLatch = ...

Readonly queryRunnerEndpointAvailabilityCheckTimeout

queryRunnerEndpointAvailabilityCheckTimeout: number

Readonly queryRunnerReplication

queryRunnerReplication: number

Readonly queryRunnerRequestDelay

queryRunnerRequestDelay: number

Readonly queryRunnerUrlParams

queryRunnerUrlParams: Record<string, any>

Readonly queryRunnerWarmupRounds

queryRunnerWarmupRounds: number

Readonly queryTimeoutFallback

queryTimeoutFallback: undefined | number

Readonly scale

scale: string

Readonly serverBaseUrl

serverBaseUrl: string

Readonly serverLogLevel

serverLogLevel: string

Readonly serverPort

serverPort: number

Readonly serverResourceConstraints

serverResourceConstraints: DockerResourceConstraints

Readonly validationParamsUrl

validationParamsUrl: undefined | string

Methods

clean

getDockerImageName

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

prepare

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

replaceBaseUrlInDir

  • replaceBaseUrlInDir(path: string): Promise<void>

run

startServer

waitForEndpoint

Generated using TypeDoc