Uses of Class
org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
-
Packages that use StarGraph Package Description org.apache.tinkerpop.gremlin.structure.util.star -
-
Uses of StarGraph in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star that return StarGraph Modifier and Type Method Description StarGraph
StarGraph.Builder. create()
StarGraph
DirectionalStarGraph. getStarGraphToSerialize()
static StarGraph
StarGraph. of(Vertex vertex)
static StarGraph
StarGraph. open()
Creates an emptyStarGraph
.<I extends InputShim>
StarGraphStarGraphSerializer. read(KryoShim<I,?> kryo, I input, Class<StarGraph> clazz)
If the returnedStarGraph
is null, that means that theGraphFilter
filtered the vertex.static StarGraph
StarGraphGraphSONDeserializer. readStarGraphVertex(Map<String,Object> vertexData)
A helper function for reading a serializedStarGraph
from aMap
generated byStarGraphGraphSONSerializerV1
.Methods in org.apache.tinkerpop.gremlin.structure.util.star that return types with arguments of type StarGraph Modifier and Type Method Description Optional<StarGraph>
StarGraph. applyGraphFilter(GraphFilter graphFilter)
Methods in org.apache.tinkerpop.gremlin.structure.util.star with parameters of type StarGraph Modifier and Type Method Description static void
StarGraphGraphSONDeserializer. readStarGraphEdges(Function<Attachable<Edge>,Edge> edgeMaker, StarGraph starGraph, Map<String,Object> vertexData, String direction)
A helper function for reading vertex edges from a serializedStarGraph
(i.e.<O extends OutputShim>
voidStarGraphSerializer. write(KryoShim<?,O> kryo, O output, StarGraph starGraph)
Method parameters in org.apache.tinkerpop.gremlin.structure.util.star with type arguments of type StarGraph Modifier and Type Method Description <I extends InputShim>
StarGraphStarGraphSerializer. read(KryoShim<I,?> kryo, I input, Class<StarGraph> clazz)
If the returnedStarGraph
is null, that means that theGraphFilter
filtered the vertex.Constructors in org.apache.tinkerpop.gremlin.structure.util.star with parameters of type StarGraph Constructor Description DirectionalStarGraph(StarGraph starGraphToSerialize, Direction direction)
-