Uses of Class
org.apache.tinkerpop.gremlin.process.computer.GraphFilter
-
-
Uses of GraphFilter in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return GraphFilter Modifier and Type Method Description GraphFilter
GraphFilter. clone()
-
Uses of GraphFilter in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io with parameters of type GraphFilter Modifier and Type Method Description default Optional<Vertex>
GraphReader. readVertex(InputStream inputStream, GraphFilter graphFilter)
Reads a single vertex from anInputStream
. -
Uses of GraphFilter in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type GraphFilter Modifier and Type Method Description Optional<Vertex>
GryoReader. readVertex(InputStream inputStream, GraphFilter graphFilter)
-
Uses of GraphFilter in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star with parameters of type GraphFilter Modifier and Type Method Description Optional<StarGraph>
StarGraph. applyGraphFilter(GraphFilter graphFilter)
Optional<StarGraph.StarVertex>
StarGraph.StarVertex. applyGraphFilter(GraphFilter graphFilter)
static StarGraphGryoSerializer
StarGraphGryoSerializer. withGraphFilter(GraphFilter graphFilter)
Constructors in org.apache.tinkerpop.gremlin.structure.util.star with parameters of type GraphFilter Constructor Description StarGraphSerializer(Direction edgeDirectionToSerialize, GraphFilter graphFilter)
-
Uses of GraphFilter in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Constructors in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type GraphFilter Constructor Description TinkerGraphComputerView(AbstractTinkerGraph graph, GraphFilter graphFilter, Set<VertexComputeKey> computeKeys)
-
Uses of GraphFilter in org.apache.tinkerpop.gremlin.tinkergraph.structure
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure with parameters of type GraphFilter Modifier and Type Method Description static TinkerGraphComputerView
TinkerHelper. createGraphComputerView(AbstractTinkerGraph graph, GraphFilter graphFilter, Set<VertexComputeKey> computeKeys)
-