ThreadStrategy
Table of Contents
Constants
-
SINGLE
= 'Single'
-
TEN
= 'Ten'
Methods
-
checkThreads()
: int|null
-
fillThreads()
: void
-
getOffset()
: int|null
-
getThreadId()
: int|null
-
hasUnprocessedThreads()
: bool
-
isProcessLimited()
: bool
-
lastThreadId()
: int
-
lockThread()
: int|null
-
setGroupStateId()
: ThreadStrategy
-
updateStatus()
: bool
SINGLE
public
mixed
SINGLE
= 'Single'
TEN
public
mixed
TEN
= 'Ten'
checkThreads()
public
checkThreads() : int|null
fillThreads()
public
fillThreads() : void
getOffset()
public
getOffset() : int|null
getThreadId()
public
getThreadId() : int|null
hasUnprocessedThreads()
public
hasUnprocessedThreads() : bool
isProcessLimited()
public
isProcessLimited() : bool
lastThreadId()
public
lastThreadId() : int
lockThread()
public
lockThread() : int|null
setGroupStateId()
public
setGroupStateId(int $groupStateId) : ThreadStrategy
Parameters
-
$groupStateId
: int
-
updateStatus()
public
updateStatus(string $status) : bool
Parameters
-
$status
: string
-