InMemoryWorkerDirectory
in package
implements
WorkerDirectory
FinalYes
Tags
Table of Contents
Interfaces
Methods
- has() : bool
- lookup() : int|null
- register() : void
Methods
has()
public
has(string $path) : bool
Parameters
- $path : string
Return values
boollookup()
public
lookup(string $path) : int|null
Parameters
- $path : string
Return values
int|nullregister()
public
register(string $path, int $workerId) : void
Parameters
- $path : string
- $workerId : int