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 MemoryComputeKeygetMemoryComputeKey()TheMemoryComputeKeythat 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:MemoryComputingTheMemoryComputeKeythat will be used by this step.- Specified by:
 getMemoryComputeKeyin interfaceMemoryComputing<S>- Returns:
 - the MemoryComputeKey to use
 
 
 - 
 
 -