Uses of Interface
org.apache.tinkerpop.gremlin.structure.util.Host
- 
- 
Uses of Host in org.apache.tinkerpop.gremlin.process.computer.utilClasses in org.apache.tinkerpop.gremlin.process.computer.util that implement Host Modifier and Type Class Description classComputerGraphclassComputerGraph.ComputerAdjacentVertexclassComputerGraph.ComputerVertex
- 
Uses of Host in org.apache.tinkerpop.gremlin.structureSubinterfaces of Host in org.apache.tinkerpop.gremlin.structure Modifier and Type Interface Description interfaceGraphAGraphis a container object for a collection ofVertex,Edge,VertexProperty, andPropertyobjects.interfaceVertexClasses in org.apache.tinkerpop.gremlin.structure that implement Host Modifier and Type Class Description classRemoteGraphRemoteGraphis only required for integrating with the test suite as there must be aGraphinstance for the test suite to bind to.
- 
Uses of Host in org.apache.tinkerpop.gremlin.structure.utilMethods 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.detachedClasses in org.apache.tinkerpop.gremlin.structure.util.detached that implement Host Modifier and Type Class Description classDetachedVertex
- 
Uses of Host in org.apache.tinkerpop.gremlin.structure.util.emptyClasses in org.apache.tinkerpop.gremlin.structure.util.empty that implement Host Modifier and Type Class Description classEmptyGraph
- 
Uses of Host in org.apache.tinkerpop.gremlin.structure.util.referenceClasses in org.apache.tinkerpop.gremlin.structure.util.reference that implement Host Modifier and Type Class Description classReferenceVertex
- 
Uses of Host in org.apache.tinkerpop.gremlin.structure.util.starClasses in org.apache.tinkerpop.gremlin.structure.util.star that implement Host Modifier and Type Class Description classStarGraphAStarGraphis a form ofAttachable(though theGraphimplementation does not implement that interface itself).classStarGraph.StarAdjacentVertexclassStarGraph.StarVertex
- 
Uses of Host in org.apache.tinkerpop.gremlin.tinkergraph.structureClasses in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Host Modifier and Type Class Description classTinkerGraphAn in-memory (with optional persistence on calls toTinkerGraph.close()), reference implementation of the property graph interfaces provided by TinkerPop.classTinkerVertex
 
-