consumer

package
v1.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package consumer contains the object to control how barriers emit their values.

See: http://tinkerpop.apache.org/javadocs/3.2.1/core/org/apache/tinkerpop/gremlin/process/traversal/SackFunctions.Barrier.html

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL