| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.structure.util.star | 
| Modifier and Type | Method and Description | 
|---|---|
| StarGraph | StarGraph.Builder. build()Deprecated. 
 As of release 3.3.5, replaced by  StarGraph.Builder.create(). | 
| StarGraph | StarGraph.Builder. create() | 
| 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  StarGraphis null, that means that theGraphFilterfiltered the vertex. | 
| static StarGraph | StarGraphGraphSONDeserializer. readStarGraphVertex(Map<String,Object> vertexData)A helper function for reading a serialized  StarGraphfrom aMapgenerated byStarGraphGraphSONSerializerV1d0. | 
| 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  StarGraphis null, that means that theGraphFilterfiltered the vertex. | 
| Constructor and Description | 
|---|
| DirectionalStarGraph(StarGraph starGraphToSerialize,
                    Direction direction) | 
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.