Flow PHP

ConfigBuilder

FinalYes

Properties

$cache  : CacheConfigBuilder

Methods

__construct()  : mixed
analyze()  : self
build()  : Config
cache()  : self
cacheDir()  : self
cacheFilesystem()  : self
clock()  : self
dontPutInputIntoRows()  : self
extractorBatchSize()  : self
Number of rows a streaming extractor buffers before hydrating them in one batch.
groupBy()  : self
hydrator()  : self
id()  : self
join()  : self
mount()  : self
name()  : self
optimizer()  : self
putInputIntoRows()  : self
When set, each extractor will try to put additional rows with input parameters, like for example uri to the source file from which data is extracted.
reset()  : self
serializer()  : self
sort()  : self
unmount()  : self
withTelemetry()  : self

Properties

Methods

cacheDir()

public cacheDir(string|Path $dir) : self
Parameters
$dir : string|Path
Return values
self

cacheFilesystem()

public cacheFilesystem(string $protocol) : self
Parameters
$protocol : string
Return values
self

clock()

public clock(ClockInterface $clocks) : self
Parameters
$clocks : ClockInterface
Return values
self

dontPutInputIntoRows()

public dontPutInputIntoRows() : self
Return values
self

extractorBatchSize()

Number of rows a streaming extractor buffers before hydrating them in one batch.

public extractorBatchSize(int<1, max> $extractorBatchSize) : self
Parameters
$extractorBatchSize : int<1, max>
Return values
self

id()

public id(string $id) : self
Parameters
$id : string
Return values
self

mount()

public mount(Filesystem $filesystem) : self
Parameters
$filesystem : Filesystem
Return values
self

name()

public name(string $name) : self
Parameters
$name : string
Return values
self

putInputIntoRows()

When set, each extractor will try to put additional rows with input parameters, like for example uri to the source file from which data is extracted.

public putInputIntoRows() : self
Return values
self

serializer()

public serializer(Serializer $serializer) : self
Parameters
$serializer : Serializer
Return values
self

unmount()

public unmount(Filesystem $filesystem) : self
Parameters
$filesystem : Filesystem
Return values
self
On this page

Search results