Class PartitionStrategy.MapPropertiesFilter
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.MapPropertiesFilter
-
- All Implemented Interfaces:
Serializable,Function<Traverser<Map<String,List<Property>>>,Map<String,List<Property>>>
- Enclosing class:
- PartitionStrategy
public final class PartitionStrategy.MapPropertiesFilter extends Object implements Function<Traverser<Map<String,List<Property>>>,Map<String,List<Property>>>, Serializable
Takes the result of aMapcontainingPropertylists and if the property is aVertexPropertyit applies a filter based on the current partitioning. If is not aVertexPropertythe property is simply passed through.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapPropertiesFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<Property>>apply(Traverser<Map<String,List<Property>>> mapTraverser)StringtoString()
-