$objectPoolBuckets
$objectPoolBuckets : array
Class Controller
$objectPool : \PG\AOP\Wrapper|\PG\MSF\Base\Pool
getObjectPool() : \PG\AOP\Wrapper|\PG\MSF\Base\Pool
获取对象池
setObjectPool(\PG\AOP\Wrapper|\PG\MSF\Base\Pool|NULL $objectPool) : $this
设置对象池
\PG\AOP\Wrapper|\PG\MSF\Base\Pool|NULL | $objectPool | Pool实例 |
getPack() : \PG\MSF\Pack\IPack
获取运行server实例打包对象
getRedisPool(string $poolName) : boolean|\PG\AOP\Wrapper|\PG\MSF\Pools\CoroutineRedisProxy|\Redis
获取Redis连接池
string | $poolName | 配置的Redis连接池名称 |
getRedisProxy(string $proxyName) : boolean|\PG\AOP\Wrapper|\PG\MSF\Pools\CoroutineRedisProxy|\Redis
获取Redis代理
string | $proxyName | 配置的Redis代理名称 |
setContext(\PG\MSF\Helpers\Context $context) : $this
设置上下文
\PG\MSF\Helpers\Context | $context | 请求上下文对象 |