Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.MemoryComputing
Packages that use MemoryComputing
Package
Description
-
Uses of MemoryComputing in org.apache.tinkerpop.gremlin.process.traversal.step
Subinterfaces of MemoryComputing in org.apache.tinkerpop.gremlin.process.traversal.stepModifier and TypeInterfaceDescriptioninterfaceBarrier<B>A Barrier is any step that requires all left traversers to be processed prior to emitting result traversers to the right.interfaceMarker interface for aBarrierthat can behave as a filter, likeRangeGlobalStepinterfaceLocalBarrier<S>Classes in org.apache.tinkerpop.gremlin.process.traversal.step that implement MemoryComputingModifier and TypeClassDescriptionstatic final classA helper class which holds aBarrierand it's relatedProfileStepso that the latter can have its timer started and stopped appropriately. -
Uses of MemoryComputing in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Subinterfaces of MemoryComputing in org.apache.tinkerpop.gremlin.process.traversal.step.filterModifier and TypeInterfaceDescriptioninterfaceDefines the contract forrangerelated steps.interfaceClasses in org.apache.tinkerpop.gremlin.process.traversal.step.filter that implement MemoryComputingModifier and TypeClassDescriptionfinal classfinal classclassfinal classfinal classfinal class -
Uses of MemoryComputing in org.apache.tinkerpop.gremlin.process.traversal.step.map
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement MemoryComputingModifier and TypeClassDescriptionfinal classfinal classFoldStep<S,E> classGroupCountStep<S,E> final classGroupStep<S,K, V> final classfinal classMaxGlobalStep<S extends Comparable>final classMeanGlobalStep<S extends Number,E extends Number> final classMinGlobalStep<S extends Comparable>classfinal classOrderGlobalStep<S,C extends Comparable> final classSumGlobalStep<S extends Number>final classTreeStep<S> -
Uses of MemoryComputing in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that implement MemoryComputingModifier and TypeClassDescriptionfinal classclassfinal classGroupSideEffectStep<S,K, V> classfinal classSideEffectCapStep<S,E> final classA side-effect step that produces an edge induced subgraph.final class -
Uses of MemoryComputing in org.apache.tinkerpop.gremlin.process.traversal.step.util
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.util that implement MemoryComputingModifier and TypeClassDescriptionclassfinal classProfileStep<S>classReducingBarrierStep<S,E> classSupplyingBarrierStep<S,E>