SealLoader implements Loader
FinalYes
Interfaces
- Loader
Methods
- __construct() : mixed
- load() : void
- withBulkSize() : self
- withIdentifierEntry() : self
Methods
__construct()
public
__construct(EngineInterface $engine, string $index[, Operation $operation = Operation::UPSERT ]) : mixed
Parameters
- $engine : EngineInterface
- $index : string
- $operation : Operation = Operation::UPSERT
load()
public
load(Rows $rows, FlowContext $context) : void
Parameters
- $rows : Rows
- $context : FlowContext
withBulkSize()
public
withBulkSize(int $bulkSize) : self
Parameters
- $bulkSize : int
Return values
selfwithIdentifierEntry()
public
withIdentifierEntry(string $entry) : self
Parameters
- $entry : string