Uses of Interface
org.apache.tinkerpop.gremlin.structure.util.Attachable
Packages that use Attachable
Package
Description
-
Uses of Attachable in org.apache.tinkerpop.gremlin.process.remote.traversal
Subinterfaces of Attachable in org.apache.tinkerpop.gremlin.process.remote.traversalClasses in org.apache.tinkerpop.gremlin.process.remote.traversal that implement AttachableModifier and TypeClassDescriptionclassclass -
Uses of Attachable in org.apache.tinkerpop.gremlin.process.traversal
Subinterfaces of Attachable in org.apache.tinkerpop.gremlin.process.traversalModifier and TypeInterfaceDescriptionstatic interfaceThe methods in System.Traverser are useful to underlying Step and Traversal implementations.Method parameters in org.apache.tinkerpop.gremlin.process.traversal with type arguments of type Attachable -
Uses of Attachable in org.apache.tinkerpop.gremlin.process.traversal.traverser
Subinterfaces of Attachable in org.apache.tinkerpop.gremlin.process.traversal.traverserModifier and TypeInterfaceDescriptioninterfaceIntermediate helper interface forTraversers that support loops.Classes in org.apache.tinkerpop.gremlin.process.traversal.traverser that implement AttachableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassO_Traverser<T>final classProjectedTraverser<T,P> Method parameters in org.apache.tinkerpop.gremlin.process.traversal.traverser with type arguments of type Attachable -
Uses of Attachable in org.apache.tinkerpop.gremlin.process.traversal.traverser.util
Classes in org.apache.tinkerpop.gremlin.process.traversal.traverser.util that implement AttachableModifier and TypeClassDescriptionclassfinal classSimilar to the EmptyTraverser, except the DummyTraverser can split.classMethod parameters in org.apache.tinkerpop.gremlin.process.traversal.traverser.util with type arguments of type Attachable -
Uses of Attachable in org.apache.tinkerpop.gremlin.structure.io
Method parameters in org.apache.tinkerpop.gremlin.structure.io with type arguments of type AttachableModifier and TypeMethodDescriptionGraphReader.readEdge(InputStream inputStream, Function<Attachable<Edge>, Edge> edgeAttachMethod) Reads a single edge from anInputStream.GraphReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) Reads a single property from anInputStream.GraphReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod) Reads a single vertex from anInputStream.GraphReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Reads a single vertex from anInputStream.GraphReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Reads a single vertex property from anInputStream.GraphReader.readVertices(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Reads a set of one or more vertices from anInputStreamwhich were written byGraphWriter.writeVertices(OutputStream, Iterator). -
Uses of Attachable in org.apache.tinkerpop.gremlin.structure.io.graphml
Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphml with type arguments of type AttachableModifier and TypeMethodDescriptionGraphMLReader.readEdge(InputStream inputStream, Function<Attachable<Edge>, Edge> edgeAttachMethod) This method is not supported for this reader.GraphMLReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) This method is not supported for this reader.GraphMLReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod) This method is not supported for this reader.GraphMLReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) This method is not supported for this reader.GraphMLReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) This method is not supported for this reader.GraphMLReader.readVertices(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) This method is not supported for this reader. -
Uses of Attachable in org.apache.tinkerpop.gremlin.structure.io.graphson
Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphson with type arguments of type AttachableModifier and TypeMethodDescriptionGraphSONReader.readEdge(InputStream inputStream, Function<Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGraphSONWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGraphSONWriter.writeObject(OutputStream, Object).LegacyGraphSONReader.readEdge(InputStream inputStream, Function<Attachable<Edge>, Edge> edgeAttachMethod) This method is not supported for this reader.GraphSONReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGraphSONWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGraphSONWriter.writeObject(OutputStream, Object).LegacyGraphSONReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) This method is not supported for this reader.GraphSONReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod) Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).GraphSONReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).LegacyGraphSONReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod) This method is not supported for this reader.LegacyGraphSONReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) This method is not supported for this reader.GraphSONReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGraphSONWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGraphSONWriter.writeObject(OutputStream, Object).LegacyGraphSONReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) This method is not supported for this reader.GraphSONReader.readVertices(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) ReadVertexobjects from output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).LegacyGraphSONReader.readVertices(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) This method is not supported for this reader. -
Uses of Attachable in org.apache.tinkerpop.gremlin.structure.io.gryo
Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type AttachableModifier and TypeMethodDescriptionGryoReader.readEdge(InputStream inputStream, Function<Attachable<Edge>, Edge> edgeAttachMethod) Read anEdgefrom output generated byGryoWriter.writeEdge(OutputStream, Edge)or via anEdgepassed toGryoWriter.writeObject(OutputStream, Object).GryoReader.readProperty(InputStream inputStream, Function<Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGryoWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGryoWriter.writeObject(OutputStream, Object).GryoReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod) Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).GryoReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).GryoReader.readVertexProperty(InputStream inputStream, Function<Attachable<VertexProperty>, VertexProperty> vertexPropertyAttachMethod) Read aVertexPropertyfrom output generated byGryoWriter.writeVertexProperty(OutputStream, VertexProperty)or via anVertexPropertypassed toGryoWriter.writeObject(OutputStream, Object).GryoReader.readVertices(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) ReadVertexobjects from output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph). -
Uses of Attachable in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util that return types with arguments of type AttachableModifier and TypeMethodDescriptionstatic <V> Function<Attachable<V>,V> static <V> Function<Attachable<V>,V> static <V> Function<Attachable<V>,V> Attachable.Method.getOrCreate(Host hostVertexOrGraph) Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type AttachableModifier and TypeMethodDescriptionstatic IllegalStateExceptionAttachable.Exceptions.canNotGetAttachableFromHostGraph(Attachable<?> attachable, Graph hostGraph) static IllegalStateExceptionAttachable.Exceptions.canNotGetAttachableFromHostVertex(Attachable<?> attachable, Vertex hostVertex) static EdgeAttachable.Method.createEdge(Attachable<Edge> attachableEdge, Graph hostGraph) static EdgeAttachable.Method.createEdge(Attachable<Edge> attachableEdge, Vertex hostVertex) static PropertyAttachable.Method.createProperty(Attachable<Property> attachableProperty, Graph hostGraph) static PropertyAttachable.Method.createProperty(Attachable<Property> attachableProperty, Vertex hostVertex) static VertexAttachable.Method.createVertex(Attachable<Vertex> attachableVertex, Graph hostGraph) static VertexAttachable.Method.createVertex(Attachable<Vertex> attachableVertex, Vertex hostVertex) static VertexPropertyAttachable.Method.createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Graph hostGraph) static VertexPropertyAttachable.Method.createVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Vertex hostVertex) Attachable.Method.getEdge(Attachable<Edge> attachableEdge, Graph hostGraph) Attachable.Method.getEdge(Attachable<Edge> attachableEdge, Vertex hostVertex) Attachable.Method.getProperty(Attachable<Property> attachableProperty, Graph hostGraph) Attachable.Method.getProperty(Attachable<Property> attachableProperty, Vertex hostVertex) Attachable.Method.getVertex(Attachable<Vertex> attachableVertex, Graph hostGraph) Attachable.Method.getVertex(Attachable<Vertex> attachableVertex, Vertex hostVertex) static Optional<VertexProperty>Attachable.Method.getVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Graph hostGraph) static Optional<VertexProperty>Attachable.Method.getVertexProperty(Attachable<VertexProperty> attachableVertexProperty, Vertex hostVertex) static IllegalArgumentExceptionAttachable.Exceptions.providedAttachableMustContainAGraphObject(Attachable<?> attachable) Method parameters in org.apache.tinkerpop.gremlin.structure.util with type arguments of type AttachableModifier and TypeMethodDescriptiondefault VAttachable.attach(Function<Attachable<V>, V> method) Provide a way to attach anAttachableimplementation to a host. -
Uses of Attachable in org.apache.tinkerpop.gremlin.structure.util.detached
Classes in org.apache.tinkerpop.gremlin.structure.util.detached that implement AttachableModifier and TypeClassDescriptionclassclassclassclassclassclassMethod parameters in org.apache.tinkerpop.gremlin.structure.util.detached with type arguments of type Attachable -
Uses of Attachable in org.apache.tinkerpop.gremlin.structure.util.reference
Classes in org.apache.tinkerpop.gremlin.structure.util.reference that implement AttachableModifier and TypeClassDescriptionclassclassReferenceElement<E extends Element>classclassclassclassMethod parameters in org.apache.tinkerpop.gremlin.structure.util.reference with type arguments of type Attachable -
Uses of Attachable in org.apache.tinkerpop.gremlin.structure.util.star
Classes in org.apache.tinkerpop.gremlin.structure.util.star that implement AttachableModifier and TypeClassDescriptionclassclassStarGraph.StarElement<E extends Element>final classfinal classfinal classfinal classfinal classMethod parameters in org.apache.tinkerpop.gremlin.structure.util.star with type arguments of type Attachable