Interface LocalBarrier<S>
-
- All Superinterfaces:
Barrier<TraverserSet<S>>
,MemoryComputing<TraverserSet<S>>
- All Known Implementing Classes:
AggregateGlobalStep
,NoOpBarrierStep
public interface LocalBarrier<S> extends Barrier<TraverserSet<S>>
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default MemoryComputeKey
getMemoryComputeKey()
TheMemoryComputeKey
that will be used by this step.-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.Barrier
addBarrier, done, hasNextBarrier, nextBarrier, processAllStarts
-
-
-
-
Method Detail
-
getMemoryComputeKey
default MemoryComputeKey getMemoryComputeKey()
Description copied from interface:MemoryComputing
TheMemoryComputeKey
that will be used by this step.- Specified by:
getMemoryComputeKey
in interfaceMemoryComputing<S>
- Returns:
- the MemoryComputeKey to use
-
-