Class LazyBarrierStrategy
Inserts Barrier()
-steps into a ITraversal where appropriate in order to gain the "bulking
optimization".
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Gremlin.Net.Process.Traversal.Strategy.Optimization
Assembly: cs.temp.dll.dll
Syntax
public class LazyBarrierStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy>
Constructors
LazyBarrierStrategy()
Initializes a new instance of the LazyBarrierStrategy class.
Declaration
public LazyBarrierStrategy()
Implements
System.IEquatable<T>