MasterSupervisorRepository
interface MasterSupervisorRepository
Methods
array
names()
Get the names of all the master supervisors currently running.
array
all()
Get information on all of the master supervisors.
array
get(array $names)
Get information on the given master supervisors.
void
void
forget(string $name)
Remove the master supervisor information from storage.
void
flushExpired()
Remove expired master supervisors from storage.
Details
at line 15
array
names()
Get the names of all the master supervisors currently running.
at line 20
array
all()
Get information on all of the master supervisors.
at line 25
stdClass|null
find(string $name)
Get information on a master supervisor by name.
at line 30
array
get(array $names)
Get information on the given master supervisors.
at line 35
void
update(MasterSupervisor $master)
Update the information about the given master supervisor.
at line 40
void
forget(string $name)
Remove the master supervisor information from storage.
at line 45
void
flushExpired()
Remove expired master supervisors from storage.