PartitionRouter
FinalYes
Methods
- __construct() : mixed
- droppedNames() : array<string|int, string>
- route() : Generator<string|int, Rows}>
Methods
__construct()
public
__construct(Partitioning $partitioning[, Hasher $hasher = new NativeHasher() ]) : mixed
Parameters
- $partitioning : Partitioning
- $hasher : Hasher = new NativeHasher()
droppedNames()
public
droppedNames() : array<string|int, string>
Return values
array<string|int, string>route()
public
route(Rows $rows) : Generator<string|int, Rows}>
Parameters
- $rows : Rows