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