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 SummaryAll 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.BarrieraddBarrier, done, hasNextBarrier, nextBarrier, processAllStarts
 
- 
 
- 
- 
- 
Method Detail- 
getMemoryComputeKeydefault MemoryComputeKey getMemoryComputeKey() Description copied from interface:MemoryComputingTheMemoryComputeKeythat will be used by this step.- Specified by:
- getMemoryComputeKeyin interface- MemoryComputing<S>
- Returns:
- the MemoryComputeKey to use
 
 
- 
 
-