Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPartitionedBufferIdx ¶ added in v0.9.0
func GetPartitionedBufferIdx(vertexInstance *dfv1.VertexInstance) func(toVertex string, toVertexPartitionCount int32) int32
GetPartitionedBufferIdx returns a function that returns a partitioned buffer index based on the toVertex name and the partition count it distributes the messages evenly to the partitions of the toVertex based on the message count(round-robin)
Types ¶
type MapUDFProcessor ¶ added in v0.6.1
type MapUDFProcessor struct { ISBSvcType dfv1.ISBSvcType VertexInstance *dfv1.VertexInstance }
type ReduceUDFProcessor ¶ added in v0.6.1
type ReduceUDFProcessor struct { ISBSvcType dfv1.ISBSvcType VertexInstance *dfv1.VertexInstance }
Directories ¶
Path | Synopsis |
---|---|
Package forward is used for creating a data forwarder for the UDF vertex.
|
Package forward is used for creating a data forwarder for the UDF vertex. |
Package rpc provides the interface to invoke UDFs (map, mapstream and reduce).
|
Package rpc provides the interface to invoke UDFs (map, mapstream and reduce). |
Click to show internal directories.
Click to hide internal directories.