class WorkerSettings extends Model (View source)

Properties

string $baseUrl
bool $reportingEnabled
string $servicePath
string $shuffleServicePath
string $tempStoragePrefix
string $workerId

Methods

setBaseUrl($baseUrl)

No description

string
getBaseUrl()

No description

setReportingEnabled($reportingEnabled)

No description

bool
getReportingEnabled()

No description

setServicePath($servicePath)

No description

string
getServicePath()

No description

setShuffleServicePath($shuffleServicePath)

No description

string
getShuffleServicePath()

No description

setTempStoragePrefix($tempStoragePrefix)

No description

string
getTempStoragePrefix()

No description

setWorkerId($workerId)

No description

string
getWorkerId()

No description

Details

setBaseUrl($baseUrl)

No description

Parameters

$baseUrl

string getBaseUrl()

No description

Return Value

string

setReportingEnabled($reportingEnabled)

No description

Parameters

$reportingEnabled

bool getReportingEnabled()

No description

Return Value

bool

setServicePath($servicePath)

No description

Parameters

$servicePath

string getServicePath()

No description

Return Value

string

setShuffleServicePath($shuffleServicePath)

No description

Parameters

$shuffleServicePath

string getShuffleServicePath()

No description

Return Value

string

setTempStoragePrefix($tempStoragePrefix)

No description

Parameters

$tempStoragePrefix

string getTempStoragePrefix()

No description

Return Value

string

setWorkerId($workerId)

No description

Parameters

$workerId

string getWorkerId()

No description

Return Value

string