| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.hadoop.structure.io.script | |
| org.apache.tinkerpop.gremlin.structure.util.star | 
| Constructor and Description | 
|---|
ScriptElementFactory(StarGraph graph)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
StarGraph | 
StarGraphGraphSONSerializer.DirectionalStarGraph.getStarGraphToSerialize()  | 
static StarGraph | 
StarGraph.of(Vertex vertex)
 | 
static StarGraph | 
StarGraph.open()
Creates an empty  
StarGraph. | 
StarGraph | 
StarGraphGryoSerializer.read(Kryo kryo,
    Input input,
    Class<StarGraph> aClass)
If the returned  
StarGraph is null, that means that the GraphFilter filtered the vertex. | 
static StarGraph | 
StarGraphGraphSONSerializer.readStarGraphVertex(Map<String,Object> vertexData)
A helper function for reading a serialized  
StarGraph from a Map generated by
 StarGraphGraphSONSerializer. | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<StarGraph> | 
StarGraph.applyGraphFilter(GraphFilter graphFilter)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
StarGraphGraphSONSerializer.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. | 
void | 
StarGraphGryoSerializer.write(Kryo kryo,
     Output output,
     StarGraph starGraph)  | 
| Modifier and Type | Method and Description | 
|---|---|
StarGraph | 
StarGraphGryoSerializer.read(Kryo kryo,
    Input input,
    Class<StarGraph> aClass)
If the returned  
StarGraph is null, that means that the GraphFilter filtered the vertex. | 
| Constructor and Description | 
|---|
DirectionalStarGraph(StarGraph starGraphToSerialize,
                    Direction direction)  | 
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.