SwooleTableManager
class SwooleTableManager
Properties
| protected SwooleTableState> | $states | The resolved Swoole table states. |
Methods
createState(int $rows, int $bytes, float $conflictProportion, int $hashSeed = 0)
Create a Swoole table state.
createTable(int $rows, int $bytes, float $conflictProportion)
Create a Swoole table.
get(string $name)
Get a Swoole table state by name.
resolve(string $name)
Resolve a Swoole table state by name.
array|null
getConfig(string $name)
Get the Swoole table configuration.
Details
at line 20
__construct(Container $app)
No description
at line 28
SwooleTableState
createState(int $rows, int $bytes, float $conflictProportion, int $hashSeed = 0)
Create a Swoole table state.
at line 39
SwooleTable
createTable(int $rows, int $bytes, float $conflictProportion)
Create a Swoole table.
at line 56
SwooleTableState
get(string $name)
Get a Swoole table state by name.
at line 64
protected SwooleTableState
resolve(string $name)
Resolve a Swoole table state by name.
at line 82
protected array|null
getConfig(string $name)
Get the Swoole table configuration.