| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.structure.util.star | 
| Modifier and Type | Method and Description | 
|---|---|
StarGraph | 
StarGraph.Builder.build()  | 
StarGraph | 
DirectionalStarGraph.getStarGraphToSerialize()  | 
static StarGraph | 
StarGraph.of(Vertex vertex)
 | 
static StarGraph | 
StarGraph.open()
Creates an empty  
StarGraph. | 
<I extends InputShim> | 
StarGraphSerializer.read(KryoShim<I,?> kryo,
    I input,
    Class<StarGraph> clazz)
If the returned  
StarGraph is null, that means that the GraphFilter filtered the vertex. | 
static StarGraph | 
StarGraphGraphSONDeserializer.readStarGraphVertex(Map<String,Object> vertexData)
A helper function for reading a serialized  
StarGraph from a Map generated by
 StarGraphGraphSONSerializerV1d0. | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<StarGraph> | 
StarGraph.applyGraphFilter(GraphFilter graphFilter)  | 
| Modifier and Type | Method and 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 serialized  
StarGraph (i.e. | 
<O extends OutputShim> | 
StarGraphSerializer.write(KryoShim<?,O> kryo,
     O output,
     StarGraph starGraph)  | 
| Modifier and Type | Method and Description | 
|---|---|
<I extends InputShim> | 
StarGraphSerializer.read(KryoShim<I,?> kryo,
    I input,
    Class<StarGraph> clazz)
If the returned  
StarGraph is null, that means that the GraphFilter filtered the vertex. | 
| Constructor and Description | 
|---|
DirectionalStarGraph(StarGraph starGraphToSerialize,
                    Direction direction)  | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.