Documentation
¶
Overview ¶
Package consumer contains the object to control how barriers emit their values.
BarrierConsumer is any step that requires all left traversers to be processed prior to emitting result traversers to the right. This acts like a barrier (hence the name).
A note about BarrierConsumer:
This object implements the Parameter interfaces used by graph traversals.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BarrierConsumer ¶
type BarrierConsumer string
BarrierConsumer is any step that requires all left traversers to be processed prior to emitting result traversers to the right.
const ( // NormSack assures an evenly distributed sack of 1.0 NormSack BarrierConsumer = "normSack" )
func (BarrierConsumer) String ¶
func (c BarrierConsumer) String() string
Click to show internal directories.
Click to hide internal directories.