Uses of Class
org.apache.tinkerpop.gremlin.process.computer.GraphFilter
-
Packages that use GraphFilter Package Description org.apache.tinkerpop.gremlin.process.computer org.apache.tinkerpop.gremlin.structure.io org.apache.tinkerpop.gremlin.structure.io.gryo -
-
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 GraphFilterGraphFilter. 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)
-