Package org.apache.tinkerpop.gremlin.structure.util.star
-
Class Summary Class Description DirectionalStarGraph StarGraph AStarGraph
is a form ofAttachable
(though theGraph
implementation does not implement that interface itself).StarGraph.Builder StarGraph builder with options to customize its internalsStarGraph.StarGraphFeatures StarGraphGraphSONDeserializer Provides helper functions for reading vertex and edges from their serialized GraphSON forms.StarGraphGraphSONSerializerV1d0 StarGraphGraphSONSerializerV2d0 StarGraphGraphSONSerializerV3d0 StarGraphGryoSerializer A wrapper forStarGraphSerializer
that makes it compatible with TinkerPop's shaded Kryo.StarGraphSerializer Kryo serializer forStarGraph
.StarGraphTest