Uses of Interface
org.apache.tinkerpop.gremlin.structure.util.Host
-
-
Uses of Host in org.apache.tinkerpop.gremlin.process.computer.util
Classes in org.apache.tinkerpop.gremlin.process.computer.util that implement Host Modifier and Type Class Description class
ComputerGraph
class
ComputerGraph.ComputerAdjacentVertex
class
ComputerGraph.ComputerVertex
-
Uses of Host in org.apache.tinkerpop.gremlin.structure
Subinterfaces of Host in org.apache.tinkerpop.gremlin.structure Modifier and Type Interface Description interface
Graph
AGraph
is a container object for a collection ofVertex
,Edge
,VertexProperty
, andProperty
objects.interface
Vertex
Classes in org.apache.tinkerpop.gremlin.structure that implement Host Modifier and Type Class Description class
RemoteGraph
RemoteGraph
is only required for integrating with the test suite as there must be aGraph
instance for the test suite to bind to. -
Uses of Host in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type Host Modifier and Type Method Description static <V> Function<Attachable<V>,V>
Attachable.Method. create(Host hostVertexOrGraph)
static <V> Function<Attachable<V>,V>
Attachable.Method. get(Host hostVertexOrGraph)
static <V> Function<Attachable<V>,V>
Attachable.Method. getOrCreate(Host hostVertexOrGraph)
-
Uses of Host in org.apache.tinkerpop.gremlin.structure.util.detached
Classes in org.apache.tinkerpop.gremlin.structure.util.detached that implement Host Modifier and Type Class Description class
DetachedVertex
-
Uses of Host in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement Host Modifier and Type Class Description class
EmptyGraph
-
Uses of Host in org.apache.tinkerpop.gremlin.structure.util.reference
Classes in org.apache.tinkerpop.gremlin.structure.util.reference that implement Host Modifier and Type Class Description class
ReferenceVertex
-
Uses of Host in org.apache.tinkerpop.gremlin.structure.util.star
Classes in org.apache.tinkerpop.gremlin.structure.util.star that implement Host Modifier and Type Class Description class
StarGraph
AStarGraph
is a form ofAttachable
(though theGraph
implementation does not implement that interface itself).class
StarGraph.StarAdjacentVertex
class
StarGraph.StarVertex
-
Uses of Host in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Host Modifier and Type Class Description class
TinkerGraph
An in-memory (with optional persistence on calls toTinkerGraph.close()
), reference implementation of the property graph interfaces provided by TinkerPop.class
TinkerVertex
-