- checkCompliance() - Method in class com.tinkerpop.blueprints.Features
-
This method determines whether the full gamut of features have been set by the Graph implementation.
- classForElementCannotBeNull() - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
-
- classIsNotIndexable(Class) - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
-
- clear() - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- close() - Method in interface com.tinkerpop.blueprints.CloseableIterable
-
Release the resources of the iterator.
- close() - Method in class com.tinkerpop.blueprints.util.MultiIterable
-
- close() - Method in class com.tinkerpop.blueprints.util.PropertyFilteredIterable
-
- close() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventEdgeIterable
-
- close() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventVertexIterable
-
- close() - Method in class com.tinkerpop.blueprints.util.WrappingCloseableIterable
-
- CloseableIterable<T> - Interface in com.tinkerpop.blueprints
-
A CloseableIterable is required where it is necessary to deallocate resources from an Iterable.
- COLON - Static variable in class com.tinkerpop.blueprints.util.StringFactory
-
- com.tinkerpop.blueprints - package com.tinkerpop.blueprints
-
- com.tinkerpop.blueprints.impls.tg - package com.tinkerpop.blueprints.impls.tg
-
- com.tinkerpop.blueprints.util - package com.tinkerpop.blueprints.util
-
- com.tinkerpop.blueprints.util.io - package com.tinkerpop.blueprints.util.io
-
- com.tinkerpop.blueprints.util.io.gml - package com.tinkerpop.blueprints.util.io.gml
-
- com.tinkerpop.blueprints.util.io.graphml - package com.tinkerpop.blueprints.util.io.graphml
-
- com.tinkerpop.blueprints.util.io.graphson - package com.tinkerpop.blueprints.util.io.graphson
-
- com.tinkerpop.blueprints.util.wrappers - package com.tinkerpop.blueprints.util.wrappers
-
- com.tinkerpop.blueprints.util.wrappers.batch - package com.tinkerpop.blueprints.util.wrappers.batch
-
- com.tinkerpop.blueprints.util.wrappers.batch.cache - package com.tinkerpop.blueprints.util.wrappers.batch.cache
-
- com.tinkerpop.blueprints.util.wrappers.event - package com.tinkerpop.blueprints.util.wrappers.event
-
- com.tinkerpop.blueprints.util.wrappers.event.listener - package com.tinkerpop.blueprints.util.wrappers.event.listener
-
- com.tinkerpop.blueprints.util.wrappers.id - package com.tinkerpop.blueprints.util.wrappers.id
-
- com.tinkerpop.blueprints.util.wrappers.partition - package com.tinkerpop.blueprints.util.wrappers.partition
-
- com.tinkerpop.blueprints.util.wrappers.readonly - package com.tinkerpop.blueprints.util.wrappers.readonly
-
- com.tinkerpop.blueprints.util.wrappers.wrapped - package com.tinkerpop.blueprints.util.wrappers.wrapped
-
- COMMENT - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
-
- COMMENT_CHAR - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
-
- commit() - Method in interface com.tinkerpop.blueprints.TransactionalGraph
-
Stop the current transaction and successfully apply mutations to the graph.
- commit() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
Should only be invoked after loading is complete.
- commit() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventTransactionalGraph
-
A commit only fires the event queue on successful operation.
- commit() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventTransactionalIndexableGraph
-
A commit only fires the event queue on successful operation.
- commit() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- Compare - Enum in com.tinkerpop.blueprints
-
Compare is a predicate that determines whether the first argument is ==, !=, >, >=, <, <= to the second argument.
- compare(Element, Element) - Method in class com.tinkerpop.blueprints.util.io.LexicographicalElementComparator
-
- compress(String) - Method in interface com.tinkerpop.blueprints.util.wrappers.batch.cache.StringCompression
-
- compress(String) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.cache.URLCompression
-
- ConsoleGraphChangedListener - Class in com.tinkerpop.blueprints.util.wrappers.event.listener
-
An example listener that writes a message to the console for each event that fires from the graph.
- ConsoleGraphChangedListener(Graph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.listener.ConsoleGraphChangedListener
-
- Contains - Enum in com.tinkerpop.blueprints
-
Contains is a predicate that evaluates whether the first object is contained within (or not within) the second collection object.
- contains(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.cache.LongIDVertexCache
-
- contains(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.cache.StringIDVertexCache
-
- contains(Object) - Method in interface com.tinkerpop.blueprints.util.wrappers.batch.cache.VertexCache
-
- copyFeatures() - Method in class com.tinkerpop.blueprints.Features
-
This method copies the features in this features object to another feature object.
- copyGraph(Graph, Graph) - Static method in class com.tinkerpop.blueprints.util.GraphHelper
-
Copy the vertex/edges of one graph over to another graph.
- copyProperties(Element, Element) - Static method in class com.tinkerpop.blueprints.util.ElementHelper
-
Copy the properties (key and value) from one element to another.
- count(String, Object) - Method in interface com.tinkerpop.blueprints.Index
-
Get a count of elements with a particular key/value pair.
- count() - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
-
- count(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventIndex
-
- count(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdEdgeIndex
-
- count(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertexIndex
-
- count() - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
-
- count() - Method in interface com.tinkerpop.blueprints.VertexQuery
-
Execute the query and return the number of edges that are unfiltered.
- createEdge(Object, V, V, String) - Method in interface com.tinkerpop.blueprints.util.io.graphson.ElementFactory
-
Creates a new Edge instance.
- createEdge(Object, Vertex, Vertex, String) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphElementFactory
-
- createId() - Method in interface com.tinkerpop.blueprints.util.wrappers.id.IdGraph.IdFactory
-
- createIndex(String, Class<T>, Parameter...) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- createIndex(String, Class<T>, Parameter...) - Method in interface com.tinkerpop.blueprints.IndexableGraph
-
Generate an index with a particular name for a particular class.
- createIndex(String, Class<T>, Parameter...) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventIndexableGraph
-
- createIndex(String, Class<T>, Parameter...) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- createIndex(String, Class<T>, Parameter...) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionIndexableGraph
-
- createIndex(String, Class<T>, Parameter...) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyIndexableGraph
-
- createIndex(String, Class<T>, Parameter...) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedIndexableGraph
-
- createKeyIndex(String, Class<T>, Parameter...) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- createKeyIndex(String) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph.TinkerKeyIndex
-
- createKeyIndex(String, Class<T>, Parameter...) - Method in interface com.tinkerpop.blueprints.KeyIndexableGraph
-
Create an automatic indexing structure for indexing provided key for element class.
- createKeyIndex(String, Class<T>, Parameter...) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- createKeyIndex(String, Class<T>, Parameter...) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyKeyIndexableGraph
-
- createTinkerGraph() - Static method in class com.tinkerpop.blueprints.impls.tg.TinkerGraphFactory
-
- createVertex(Object) - Method in interface com.tinkerpop.blueprints.util.io.graphson.ElementFactory
-
Creates a new Vertex instance.
- createVertex(Object) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphElementFactory
-
- CREATOR - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
-
- currentId - Variable in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- E - Static variable in class com.tinkerpop.blueprints.util.StringFactory
-
- Edge - Interface in com.tinkerpop.blueprints
-
An Edge links two vertices.
- EDGE - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
-
- EDGE - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
-
- EDGE - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
-
- edgeAdded(Edge) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.ConsoleGraphChangedListener
-
- edgeAdded(Edge) - Method in interface com.tinkerpop.blueprints.util.wrappers.event.listener.GraphChangedListener
-
Raised after a new edge is added.
- edgeAdded(Edge) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- EdgeAddedEvent - Class in com.tinkerpop.blueprints.util.wrappers.event.listener
-
- EdgeAddedEvent(Edge) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.listener.EdgeAddedEvent
-
- EDGEDEFAULT - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
-
- edgeFromJson(JSONObject, Vertex, Vertex) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Creates an edge from GraphSON using settings supplied in the constructor.
- edgeFromJson(String, Vertex, Vertex) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Creates an edge from GraphSON using settings supplied in the constructor.
- edgeFromJson(InputStream, Vertex, Vertex) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Creates an edge from GraphSON using settings supplied in the constructor.
- edgeFromJson(JsonNode, Vertex, Vertex) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Creates an edge from GraphSON using settings supplied in the constructor.
- edgeFromJson(JSONObject, Vertex, Vertex, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Reads an individual Edge from JSON.
- edgeFromJson(String, Vertex, Vertex, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Reads an individual Edge from JSON.
- edgeFromJson(InputStream, Vertex, Vertex, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Reads an individual Edge from JSON.
- edgeFromJson(JsonNode, Vertex, Vertex, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Reads an individual Edge from JSON.
- EdgeHelper - Class in com.tinkerpop.blueprints.util
-
- EdgeHelper() - Constructor for class com.tinkerpop.blueprints.util.EdgeHelper
-
- edgeIdCanNotBeNull() - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
-
- edgeKeyIndex - Variable in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- edgeLabelCanNotBeNull() - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
-
- edgePropertyChanged(Edge, String, Object, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.ConsoleGraphChangedListener
-
- edgePropertyChanged(Edge, String, Object, Object) - Method in interface com.tinkerpop.blueprints.util.wrappers.event.listener.GraphChangedListener
-
Raised after the property of a edge changed.
- edgePropertyChanged(Edge, String, Object, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- EdgePropertyChangedEvent - Class in com.tinkerpop.blueprints.util.wrappers.event.listener
-
- EdgePropertyChangedEvent(Edge, String, Object, Object) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.listener.EdgePropertyChangedEvent
-
- edgePropertyChangedEventRecorded() - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- EdgePropertyEvent - Class in com.tinkerpop.blueprints.util.wrappers.event.listener
-
- EdgePropertyEvent(Edge, String, Object, Object) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.listener.EdgePropertyEvent
-
- edgePropertyRemoved(Edge, String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.ConsoleGraphChangedListener
-
- edgePropertyRemoved(Edge, String, Object) - Method in interface com.tinkerpop.blueprints.util.wrappers.event.listener.GraphChangedListener
-
Raised after an edge property was removed.
- edgePropertyRemoved(Edge, String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- EdgePropertyRemovedEvent - Class in com.tinkerpop.blueprints.util.wrappers.event.listener
-
Event fired when an edge property is removed.
- EdgePropertyRemovedEvent(Edge, String, Object) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.listener.EdgePropertyRemovedEvent
-
- edgePropertyRemovedEventRecorded() - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- edgeRemoved(Edge, Map<String, Object>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.ConsoleGraphChangedListener
-
- edgeRemoved(Edge, Map<String, Object>) - Method in interface com.tinkerpop.blueprints.util.wrappers.event.listener.GraphChangedListener
-
Raised after an edge was removed from the graph.
- edgeRemoved(Edge, Map<String, Object>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- EdgeRemovedEvent - Class in com.tinkerpop.blueprints.util.wrappers.event.listener
-
Event fired when an edge is removed.
- EdgeRemovedEvent(Edge, Map<String, Object>) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.listener.EdgeRemovedEvent
-
- edgeRemovedEventRecorded() - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- edges - Variable in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- edges() - Method in interface com.tinkerpop.blueprints.Query
-
Execute the query and return the matching edges.
- edges() - Method in class com.tinkerpop.blueprints.util.DefaultGraphQuery
-
- edges() - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
-
- EDGES - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
-
- edges() - Method in class com.tinkerpop.blueprints.util.wrappers.WrappedGraphQuery
-
- edges() - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
-
- edgeString(Edge) - Static method in class com.tinkerpop.blueprints.util.StringFactory
-
- edgeWithIdAlreadyExist(Object) - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
-
- Element - Interface in com.tinkerpop.blueprints
-
An Element is the base class for both vertices and edges.
- ElementFactory<V extends Vertex,E extends Edge> - Interface in com.tinkerpop.blueprints.util.io.graphson
-
A factory responsible for creating graph elements.
- ElementHelper - Class in com.tinkerpop.blueprints.util
-
- ElementHelper() - Constructor for class com.tinkerpop.blueprints.util.ElementHelper
-
- ElementPropertyConfig - Class in com.tinkerpop.blueprints.util.io.graphson
-
Configure how the GraphSON utility treats edge and vertex properties.
- ElementPropertyConfig(Set<String>, Set<String>, ElementPropertyConfig.ElementPropertiesRule, ElementPropertyConfig.ElementPropertiesRule) - Constructor for class com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig
-
- ElementPropertyConfig(Set<String>, Set<String>, ElementPropertyConfig.ElementPropertiesRule, ElementPropertyConfig.ElementPropertiesRule, boolean) - Constructor for class com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig
-
- ElementPropertyConfig.ElementPropertiesRule - Enum in com.tinkerpop.blueprints.util.io.graphson
-
- EMPTY_STRING - Static variable in class com.tinkerpop.blueprints.util.StringFactory
-
- enforceUniqueIds(boolean) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- equals(Object) - Method in class com.tinkerpop.blueprints.Parameter
-
- equals(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
- equals(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdElement
-
- equals(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
-
- equals(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedElement
-
- evaluate(Object, Object) - Method in enum com.tinkerpop.blueprints.Compare
-
- evaluate(Object, Object) - Method in enum com.tinkerpop.blueprints.Contains
-
- evaluate(Object, Object) - Method in interface com.tinkerpop.blueprints.Predicate
-
If the underlying graph does not support the push-down predicate, then an in-memory evaluation can be done.
- evaluate(Object, Object) - Method in enum com.tinkerpop.blueprints.Query.Compare
-
Deprecated.
- Event - Interface in com.tinkerpop.blueprints.util.wrappers.event.listener
-
An event generated by changes to the graph.
- EventEdge - Class in com.tinkerpop.blueprints.util.wrappers.event
-
An edge with a GraphChangedListener attached.
- EventEdge(Edge, EventGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.EventEdge
-
- EventEdgeIterable - Class in com.tinkerpop.blueprints.util.wrappers.event
-
A sequence of edges that applies the list of listeners into each edge.
- EventEdgeIterable(Iterable<Edge>, EventGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.EventEdgeIterable
-
- EventElement - Class in com.tinkerpop.blueprints.util.wrappers.event
-
An element with a GraphChangedListener attached.
- EventElement(Element, EventGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
- eventGraph - Variable in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
- EventGraph<T extends Graph> - Class in com.tinkerpop.blueprints.util.wrappers.event
-
An EventGraph is a wrapper to existing Graph implementations and provides for graph events to be raised
to one or more listeners on changes to the Graph.
- EventGraph(T) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- EventIndex<T extends Element> - Class in com.tinkerpop.blueprints.util.wrappers.event
-
An index that wraps graph elements in the "evented" way.
- EventIndex(Index<T>, EventGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.EventIndex
-
- EventIndexableGraph<T extends IndexableGraph> - Class in com.tinkerpop.blueprints.util.wrappers.event
-
EventIndexableGraph is merely a proxy to index methods exposing EventGraph methods in the "evented" way.
- EventIndexableGraph(T) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.EventIndexableGraph
-
- EventTransactionalGraph<T extends TransactionalGraph> - Class in com.tinkerpop.blueprints.util.wrappers.event
-
The transactional implementation of EventGraph where events are raised in batch in the order they
changes occured to the graph, but only after a successful commit to the underlying graph.
- EventTransactionalGraph(T) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.EventTransactionalGraph
-
- EventTransactionalIndexableGraph<T extends IndexableGraph & TransactionalGraph> - Class in com.tinkerpop.blueprints.util.wrappers.event
-
The transactional and indexable implementation of EventGraph where events are raised in batch in the order they
changes occured to the graph, but only after a successful commit to the underlying graph.
- EventTransactionalIndexableGraph(T) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.EventTransactionalIndexableGraph
-
- EventTrigger - Class in com.tinkerpop.blueprints.util.wrappers.event
-
- EventTrigger(EventGraph, boolean) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.EventTrigger
-
- EventVertex - Class in com.tinkerpop.blueprints.util.wrappers.event
-
An vertex with a GraphChangedListener attached.
- EventVertex(Vertex, EventGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.EventVertex
-
- EventVertexIterable - Class in com.tinkerpop.blueprints.util.wrappers.event
-
A sequence of vertices that applies the list of listeners into each vertex.
- EventVertexIterable(Iterable<Vertex>, EventGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.EventVertexIterable
-
- ExceptionFactory - Class in com.tinkerpop.blueprints.util
-
The ExceptionFactory provides standard exceptions that should be used by all Blueprints implementations.
- ExceptionFactory() - Constructor for class com.tinkerpop.blueprints.util.ExceptionFactory
-
- exceptionsToRetryOn - Variable in class com.tinkerpop.blueprints.util.TransactionRetryStrategy.AbstractRetryStrategy
-
- excludeProperties(Set<String>, Set<String>) - Static method in class com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig
-
Construct a configuration that excludes the specified properties from both vertices and edges.
- excludeProperties(Set<String>, Set<String>, boolean) - Static method in class com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig
-
- execute(TransactionalGraph, TransactionWork<T>) - Method in class com.tinkerpop.blueprints.util.TransactionRetryStrategy.AbstractRetryStrategy
-
- execute(TransactionalGraph, TransactionWork<T>) - Method in interface com.tinkerpop.blueprints.util.TransactionRetryStrategy
-
Executes the TransactionWork with a give strategy.
- execute(TransactionalGraph, TransactionWork<T>) - Method in class com.tinkerpop.blueprints.util.TransactionRetryStrategy.FireAndForget
-
- execute(TransactionalGraph, TransactionWork<T>) - Method in class com.tinkerpop.blueprints.util.TransactionRetryStrategy.OneAndDone
-
- execute(TransactionalGraph) - Method in interface com.tinkerpop.blueprints.util.TransactionWork
-
Modify the graph (e.g.
- exponentialBackoff() - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper
-
Executes the work with a default number of retries with a exponentially increasing number of milliseconds
between each retry.
- exponentialBackoff(int) - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper
-
Executes the work with a specified number of retries with a exponentially increasing number of milliseconds
between each retry.
- exponentialBackoff(int, long) - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper
-
Executes the work with a specified number of retries with a exponentially increasing number of milliseconds
between each retry.
- exponentialBackoff(int, long, Set<Class>) - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper
-
Executes the work with a specified number of retries with a exponentially increasing number of milliseconds
between each retry.
- G - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
-
- get(String, Object) - Method in interface com.tinkerpop.blueprints.Index
-
Get all elements that are indexed by the provided key/value.
- get(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventIndex
-
- get(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdEdgeIndex
-
- get(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertexIndex
-
- getBaseEdge() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventEdge
-
- getBaseEdge() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdEdge
-
- getBaseEdge() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionEdge
-
- getBaseEdge() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedEdge
-
- getBaseElement() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
- getBaseElement() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
-
- getBaseElement() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedElement
-
- getBaseGraph() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- getBaseGraph() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- getBaseGraph() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getBaseGraph() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- getBaseGraph() - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
-
- getBaseGraph() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
-
- getBaseGraph() - Method in interface com.tinkerpop.blueprints.util.wrappers.WrapperGraph
-
Get the graph this wrapper delegates to.
- getBaseVertex() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventVertex
-
- getBaseVertex() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertex
-
- getBaseVertex() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionVertex
-
- getBaseVertex() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedVertex
-
- getEdge(Object) - Method in interface com.tinkerpop.blueprints.Graph
-
Return the edge referenced by the provided object identifier.
- getEdge(Object) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- getEdge(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- getEdge(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- getEdge(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getEdge(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- getEdge(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
-
- getEdge(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
-
- getEdgeIdFactory() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
return the factory for new edge IDs.
- getEdgeIdKey() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- getEdgePropertiesRule() - Method in class com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig
-
- getEdgePropertyKeys() - Method in class com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig
-
- getEdges() - Method in interface com.tinkerpop.blueprints.Graph
-
Return an iterable to all the edges in the graph.
- getEdges(String, Object) - Method in interface com.tinkerpop.blueprints.Graph
-
Return an iterable to all the edges in the graph that have a particular key/value property.
- getEdges(String, Object) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- getEdges() - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- getEdges() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- getEdges(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- getEdges() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- getEdges(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- getEdges(Direction, String...) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventVertex
-
- getEdges() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getEdges(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getEdges(Direction, String...) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertex
-
- getEdges() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- getEdges(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- getEdges(Direction, String...) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionVertex
-
- getEdges() - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
-
- getEdges(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
-
- getEdges(Direction, String...) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyVertex
-
- getEdges() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
-
- getEdges(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
-
- getEdges(Direction, String...) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedVertex
-
- getEdges(Direction, String...) - Method in interface com.tinkerpop.blueprints.Vertex
-
Return the edges incident to the vertex according to the provided direction and edge labels.
- getEntry(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.cache.LongIDVertexCache
-
- getEntry(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.cache.StringIDVertexCache
-
- getEntry(Object) - Method in interface com.tinkerpop.blueprints.util.wrappers.batch.cache.VertexCache
-
- getFeatures() - Method in interface com.tinkerpop.blueprints.Graph
-
Get the particular features of the graph implementation.
- getFeatures() - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- getFeatures() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- getFeatures() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- getFeatures() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getFeatures() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- getFeatures() - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
-
- getFeatures() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
-
- getGraph() - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper.Builder
-
- getId() - Method in interface com.tinkerpop.blueprints.Element
-
An identifier that is unique to its inheriting class.
- getId() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
- getId() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdElement
-
- getId() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
-
- getId() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedElement
-
- getIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- getIndex(String, Class<T>) - Method in interface com.tinkerpop.blueprints.IndexableGraph
-
Get an index from the graph by its name and index class.
- getIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventIndexableGraph
-
- getIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionIndexableGraph
-
- getIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyIndexableGraph
-
- getIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedIndexableGraph
-
- getIndexClass() - Method in interface com.tinkerpop.blueprints.Index
-
Get the class that this index is indexing.
- getIndexClass() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventIndex
-
- getIndexClass() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdEdgeIndex
-
- getIndexClass() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertexIndex
-
- getIndexedKeys(Class<T>) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- getIndexedKeys() - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph.TinkerKeyIndex
-
- getIndexedKeys(Class<T>) - Method in interface com.tinkerpop.blueprints.KeyIndexableGraph
-
Return all the index keys associated with a particular element class.
- getIndexedKeys(Class<? extends Element>) - Method in class com.tinkerpop.blueprints.util.DefaultGraphQuery.DefaultGraphQueryIterable
-
- getIndexedKeys(Class<T>) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getIndexedKeys(Class<T>) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyKeyIndexableGraph
-
- getIndexName() - Method in interface com.tinkerpop.blueprints.Index
-
Get the name of the index.
- getIndexName() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventIndex
-
- getIndexName() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdEdgeIndex
-
- getIndexName() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertexIndex
-
- getIndices() - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- getIndices() - Method in interface com.tinkerpop.blueprints.IndexableGraph
-
Get all the indices maintained by the graph.
- getIndices() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventIndexableGraph
-
- getIndices() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getIndices() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionIndexableGraph
-
- getIndices() - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyIndexableGraph
-
- getIndices() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedIndexableGraph
-
- getKey() - Method in class com.tinkerpop.blueprints.Parameter
-
- getLabel() - Method in interface com.tinkerpop.blueprints.Edge
-
Return the label associated with the edge.
- getLabel() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventEdge
-
- getLabel() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdEdge
-
- getLabel() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionEdge
-
- getLabel() - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyEdge
-
- getLabel() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedEdge
-
- getListenerIterator() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- getOrder() - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- getOther(Edge, Vertex) - Static method in class com.tinkerpop.blueprints.util.EdgeHelper
-
- getPartition() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
-
- getPartitionKey() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- getProperties(Element) - Static method in class com.tinkerpop.blueprints.util.ElementHelper
-
Get a clone of the properties of the provided element.
- getProperty(String) - Method in interface com.tinkerpop.blueprints.Element
-
Return the object value associated with the provided string key.
- getProperty(String) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
- getProperty(String) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdElement
-
- getProperty(String) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
-
- getProperty(String) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedElement
-
- getPropertyKeys() - Method in interface com.tinkerpop.blueprints.Element
-
Return all the keys associated with the element.
- getPropertyKeys() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
- getPropertyKeys() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdElement
-
- getPropertyKeys() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
-
- getPropertyKeys() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedElement
-
- getRawGraph() - Method in interface com.tinkerpop.blueprints.MetaGraph
-
Get the raw underlying graph engine that exposes the Blueprints API.
- getReadPartitions() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- getSupportEdgeIds() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getSupportVertexIds() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getTrigger() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- getValue() - Method in class com.tinkerpop.blueprints.Parameter
-
- getVertex(Direction) - Method in interface com.tinkerpop.blueprints.Edge
-
Return the tail/out or head/in vertex.
- getVertex(Object) - Method in interface com.tinkerpop.blueprints.Graph
-
Return the vertex referenced by the provided object identifier.
- getVertex(Object) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- getVertex(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
If the input data are sorted, then out vertex will be repeated for several edges in a row.
- getVertex(Direction) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventEdge
-
- getVertex(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- getVertex(Direction) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdEdge
-
- getVertex(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getVertex(Direction) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionEdge
-
- getVertex(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- getVertex(Direction) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyEdge
-
- getVertex(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
-
- getVertex(Direction) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedEdge
-
- getVertex(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
-
- getVertexCache() - Method in enum com.tinkerpop.blueprints.util.wrappers.batch.VertexIDType
-
- getVertexIdFactory() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getVertexIdKey() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- getVertexPropertiesRule() - Method in class com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig
-
- getVertexPropertyKeys() - Method in class com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig
-
- getVertices() - Method in interface com.tinkerpop.blueprints.Graph
-
Return an iterable to all the vertices in the graph.
- getVertices(String, Object) - Method in interface com.tinkerpop.blueprints.Graph
-
Return an iterable to all the vertices in the graph that have a particular key/value property.
- getVertices(String, Object) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- getVertices() - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- getVertices() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- getVertices(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- getVertices() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- getVertices(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- getVertices(Direction, String...) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventVertex
-
- getVertices() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getVertices(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- getVertices(Direction, String...) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertex
-
- getVertices() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- getVertices(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- getVertices(Direction, String...) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionVertex
-
- getVertices() - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
-
- getVertices(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
-
- getVertices(Direction, String...) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyVertex
-
- getVertices() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
-
- getVertices(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
-
- getVertices(Direction, String...) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedVertex
-
- getVertices(Direction, String...) - Method in interface com.tinkerpop.blueprints.Vertex
-
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
- getWork() - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper.Builder
-
- getWritePartition() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- GML - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
-
- GMLReader - Class in com.tinkerpop.blueprints.util.io.gml
-
A reader for the Graph Modelling Language (GML).
- GMLReader(Graph) - Constructor for class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
Create a new GML reader
(Uses default edge label DEFAULT_LABEL)
- GMLReader(Graph, String) - Constructor for class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
Create a new GML reader
- GMLTokens - Class in com.tinkerpop.blueprints.util.io.gml
-
A collection of tokens used for GML related data.
- GMLTokens() - Constructor for class com.tinkerpop.blueprints.util.io.gml.GMLTokens
-
- GMLWriter - Class in com.tinkerpop.blueprints.util.io.gml
-
GMLWriter writes a Graph to a GML OutputStream.
- GMLWriter(Graph) - Constructor for class com.tinkerpop.blueprints.util.io.gml.GMLWriter
-
- Graph - Interface in com.tinkerpop.blueprints
-
A Graph is a container object for a collection of vertices and a collection edges.
- graph - Variable in class com.tinkerpop.blueprints.util.DefaultGraphQuery
-
- GRAPH - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
-
- GRAPH - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
-
- graph - Variable in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
-
- GraphChangedListener - Interface in com.tinkerpop.blueprints.util.wrappers.event.listener
-
Interface for a listener to EventGraph change events.
- graphChangedListeners - Variable in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- GraphElementFactory - Class in com.tinkerpop.blueprints.util.io.graphson
-
The standard factory used for most graph element creation.
- GraphElementFactory(Graph) - Constructor for class com.tinkerpop.blueprints.util.io.graphson.GraphElementFactory
-
- GraphFactory - Class in com.tinkerpop.blueprints
-
Factory to construct new Graph instances from a Configuration object or properties file.
- GraphFactory() - Constructor for class com.tinkerpop.blueprints.GraphFactory
-
- GraphHelper - Class in com.tinkerpop.blueprints.util
-
- GraphHelper() - Constructor for class com.tinkerpop.blueprints.util.GraphHelper
-
- GRAPHICS - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
-
- GraphMigrator - Class in com.tinkerpop.blueprints.util.io.graphml
-
GraphMigrator takes the data in one graph and pipes it to another graph.
- GraphMigrator() - Constructor for class com.tinkerpop.blueprints.util.io.graphml.GraphMigrator
-
- GRAPHML - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
-
- GRAPHML_XMLNS - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
-
- GraphMLReader - Class in com.tinkerpop.blueprints.util.io.graphml
-
GraphMLReader writes the data from a GraphML stream to a graph.
- GraphMLReader(Graph) - Constructor for class com.tinkerpop.blueprints.util.io.graphml.GraphMLReader
-
- GraphMLTokens - Class in com.tinkerpop.blueprints.util.io.graphml
-
A collection of tokens used for GraphML related data.
- GraphMLTokens() - Constructor for class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
-
- GraphMLWriter - Class in com.tinkerpop.blueprints.util.io.graphml
-
GraphMLWriter writes a Graph to a GraphML OutputStream.
- GraphMLWriter(Graph) - Constructor for class com.tinkerpop.blueprints.util.io.graphml.GraphMLWriter
-
- GraphQuery - Interface in com.tinkerpop.blueprints
-
- GraphSONMode - Enum in com.tinkerpop.blueprints.util.io.graphson
-
Modes of operation of the GraphSONUtility.
- GraphSONReader - Class in com.tinkerpop.blueprints.util.io.graphson
-
GraphSONReader reads the data from a TinkerPop JSON stream to a graph.
- GraphSONReader(Graph) - Constructor for class com.tinkerpop.blueprints.util.io.graphson.GraphSONReader
-
- GraphSONTokens - Class in com.tinkerpop.blueprints.util.io.graphson
-
- GraphSONTokens() - Constructor for class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
-
- GraphSONUtility - Class in com.tinkerpop.blueprints.util.io.graphson
-
Helps write individual graph elements to TinkerPop JSON format known as GraphSON.
- GraphSONUtility(GraphSONMode, ElementFactory) - Constructor for class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
A GraphSONUtiltiy that includes all properties of vertices and edges.
- GraphSONUtility(GraphSONMode, ElementFactory, Set<String>, Set<String>) - Constructor for class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
A GraphSONUtility that includes the specified properties.
- GraphSONUtility(GraphSONMode, ElementFactory, ElementPropertyConfig) - Constructor for class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
- GraphSONWriter - Class in com.tinkerpop.blueprints.util.io.graphson
-
GraphSONWriter writes a Graph to a TinkerPop JSON OutputStream.
- GraphSONWriter(Graph) - Constructor for class com.tinkerpop.blueprints.util.io.graphson.GraphSONWriter
-
- graphString(Graph, String) - Static method in class com.tinkerpop.blueprints.util.StringFactory
-
- ID - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
-
- ID - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
-
- ID - Static variable in class com.tinkerpop.blueprints.util.StringFactory
-
- ID - Static variable in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- IdEdge - Class in com.tinkerpop.blueprints.util.wrappers.id
-
- IdEdge(Edge, IdGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.id.IdEdge
-
- IdEdgeIndex - Class in com.tinkerpop.blueprints.util.wrappers.id
-
- IdEdgeIndex(Index<Edge>, IdGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.id.IdEdgeIndex
-
- IdElement - Class in com.tinkerpop.blueprints.util.wrappers.id
-
- IdElement(Element, IdGraph, boolean) - Constructor for class com.tinkerpop.blueprints.util.wrappers.id.IdElement
-
- idGraph - Variable in class com.tinkerpop.blueprints.util.wrappers.id.IdElement
-
- IdGraph<T extends KeyIndexableGraph> - Class in com.tinkerpop.blueprints.util.wrappers.id
-
A Graph implementation which wraps another Graph implementation,
enabling custom element IDs even for those graphs which don't otherwise support them.
- IdGraph(T) - Constructor for class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
Adds custom ID functionality to the given graph,
supporting both custom vertex IDs and custom edge IDs.
- IdGraph(T, boolean, boolean) - Constructor for class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
Adds custom ID functionality to the given graph,
supporting either custom vertex IDs, custom edge IDs, or both.
- IdGraph.IdFactory - Interface in com.tinkerpop.blueprints.util.wrappers.id
-
A factory for IDs of newly-created vertices and edges (where an ID is not otherwise specified).
- IdVertex - Class in com.tinkerpop.blueprints.util.wrappers.id
-
- IdVertex(Vertex, IdGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.id.IdVertex
-
- IdVertexIndex - Class in com.tinkerpop.blueprints.util.wrappers.id
-
- IdVertexIndex(Index<Vertex>, IdGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.id.IdVertexIndex
-
- ignoresSuppliedIds - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph ignore user provided ids in graph.addVertex(Object id)?
- includeProperties(Set<String>, Set<String>) - Static method in class com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig
-
Construct a configuration that includes the specified properties from both vertices and edges.
- includeProperties(Set<String>, Set<String>, boolean) - Static method in class com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig
-
- Index<T extends Element> - Interface in com.tinkerpop.blueprints
-
An Index maintains a mapping between some key/value pair and an element.
- IndexableGraph - Interface in com.tinkerpop.blueprints
-
An IndexableGraph is a graph that supports the manual indexing of its elements.
- IndexableGraphHelper - Class in com.tinkerpop.blueprints.util
-
- IndexableGraphHelper() - Constructor for class com.tinkerpop.blueprints.util.IndexableGraphHelper
-
- indexAlreadyExists(String) - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
-
- indexDoesNotSupportClass(String, Class) - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
-
- indexString(Index) - Static method in class com.tinkerpop.blueprints.util.StringFactory
-
- indices - Variable in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- inputGraph(InputStream) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
Read the GML from from the stream.
- inputGraph(String) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
Read the GML from from the stream.
- inputGraph(InputStream, int) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
Read the GML from from the stream.
- inputGraph(String, int) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
Read the GML from from the stream.
- inputGraph(Graph, String) - Static method in class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
Load the GML file into the Graph.
- inputGraph(Graph, InputStream) - Static method in class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
Load the GML file into the Graph.
- inputGraph(Graph, String, int, String, String, String, String) - Static method in class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
Load the GML file into the Graph.
- inputGraph(Graph, InputStream, int, String, String, String, String) - Static method in class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
Load the GML file into the Graph.
- inputGraph(InputStream) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLReader
-
Input the GraphML stream data into the graph.
- inputGraph(String) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLReader
-
Input the GraphML stream data into the graph.
- inputGraph(InputStream, int) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLReader
-
Input the GraphML stream data into the graph.
- inputGraph(String, int) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLReader
-
Input the GraphML stream data into the graph.
- inputGraph(Graph, InputStream) - Static method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLReader
-
Input the GraphML stream data into the graph.
- inputGraph(Graph, String) - Static method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLReader
-
Input the GraphML stream data into the graph.
- inputGraph(Graph, String, int, String, String, String) - Static method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLReader
-
Input the GraphML stream data into the graph.
- inputGraph(Graph, InputStream, int, String, String, String) - Static method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLReader
-
Input the GraphML stream data into the graph.
- inputGraph(InputStream) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONReader
-
Input the JSON stream data into the graph.
- inputGraph(String) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONReader
-
Input the JSON stream data into the graph.
- inputGraph(InputStream, int) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONReader
-
Input the JSON stream data into the graph.
- inputGraph(String, int) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONReader
-
Input the JSON stream data into the graph.
- inputGraph(Graph, InputStream) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONReader
-
Input the JSON stream data into the graph.
- inputGraph(Graph, String) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONReader
-
Input the JSON stream data into the graph.
- inputGraph(Graph, InputStream, int) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONReader
-
- inputGraph(Graph, String, int) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONReader
-
- inputGraph(Graph, String, int, Set<String>, Set<String>) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONReader
-
Input the JSON stream data into the graph.
- inputGraph(Graph, InputStream, int, Set<String>, Set<String>) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONReader
-
Input the JSON stream data into the graph.
- INT - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
-
- interval(String, T, T) - Method in interface com.tinkerpop.blueprints.GraphQuery
-
- interval(String, T, T) - Method in interface com.tinkerpop.blueprints.Query
-
Filter out the element of its property value is not within the provided interval.
- interval(String, T, T) - Method in class com.tinkerpop.blueprints.util.DefaultGraphQuery
-
- interval(String, T, T) - Method in class com.tinkerpop.blueprints.util.DefaultQuery
-
- interval(String, T, T) - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
-
- interval(String, T, T) - Method in class com.tinkerpop.blueprints.util.wrappers.WrappedGraphQuery
-
- interval(String, T, T) - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
-
- interval(String, T, T) - Method in interface com.tinkerpop.blueprints.VertexQuery
-
- isInPartition(Element) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- isLegal(Element) - Method in class com.tinkerpop.blueprints.util.DefaultQuery.HasContainer
-
- isLegal(Element) - Method in class com.tinkerpop.blueprints.util.PropertyFilteredIterable.HasContainer
-
- isLoadingFromScratch() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
Whether this BatchGraph is loading data from scratch or incrementally into an existing graph.
- isNormalized() - Method in class com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig
-
- isPersistent - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph persist the graph to disk after shutdown?
- isWrapper - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph implement WrapperGraph?
- iterator() - Method in class com.tinkerpop.blueprints.util.DefaultGraphQuery.DefaultGraphQueryIterable
-
- iterator() - Method in class com.tinkerpop.blueprints.util.MultiIterable
-
- iterator() - Method in class com.tinkerpop.blueprints.util.PropertyFilteredIterable
-
- iterator() - Method in class com.tinkerpop.blueprints.util.VerticesFromEdgesIterable
-
- iterator() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventEdgeIterable
-
- iterator() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventVertexIterable
-
- iterator() - Method in class com.tinkerpop.blueprints.util.WrappingCloseableIterable
-
- ObjectIDVertexCache - Class in com.tinkerpop.blueprints.util.wrappers.batch.cache
-
(c) Matthias Broecheler (me@matthiasb.com)
- ObjectIDVertexCache() - Constructor for class com.tinkerpop.blueprints.util.wrappers.batch.cache.ObjectIDVertexCache
-
- objectNodeFromElement(Element) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Creates GraphSON for a single graph element.
- objectNodeFromElement(Element, Set<String>, GraphSONMode) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Creates a Jackson ObjectNode from a graph element.
- oneAndDone() - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper
-
Executes the work committing if possible and rolling back on failure.
- onEdgeAdded(Edge) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- onEdgePropertyChanged(Edge, String, Object, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
- onEdgePropertyRemoved(Edge, String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
- onEdgeRemoved(Edge, Map<String, Object>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- onVertexAdded(Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- onVertexPropertyChanged(Vertex, String, Object, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
- onVertexPropertyRemoved(Vertex, String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
- onVertexRemoved(Vertex, Map<String, Object>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- open(Configuration) - Static method in class com.tinkerpop.blueprints.GraphFactory
-
Open a graph.
- open(String) - Static method in class com.tinkerpop.blueprints.GraphFactory
-
Open a graph.
- open(Map) - Static method in class com.tinkerpop.blueprints.GraphFactory
-
Open a graph.
- opposite() - Method in enum com.tinkerpop.blueprints.Compare
-
- opposite() - Method in enum com.tinkerpop.blueprints.Contains
-
- opposite() - Method in enum com.tinkerpop.blueprints.Direction
-
- opposite() - Method in enum com.tinkerpop.blueprints.Query.Compare
-
Deprecated.
- outputGraph(String) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLWriter
-
Write the data in a Graph to a GML OutputStream.
- outputGraph(OutputStream) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLWriter
-
Write the data in a Graph to a GML OutputStream.
- outputGraph(Graph, OutputStream) - Static method in class com.tinkerpop.blueprints.util.io.gml.GMLWriter
-
Write the data in a Graph to a GML OutputStream.
- outputGraph(Graph, String) - Static method in class com.tinkerpop.blueprints.util.io.gml.GMLWriter
-
Write the data in a Graph to a GML OutputStream.
- outputGraph(String) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLWriter
-
Write the data in a Graph to a GraphML file.
- outputGraph(OutputStream) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLWriter
-
Write the data in a Graph to a GraphML OutputStream.
- outputGraph(Graph, OutputStream) - Static method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLWriter
-
Write the data in a Graph to a GraphML OutputStream.
- outputGraph(Graph, String) - Static method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLWriter
-
Write the data in a Graph to a GraphML file.
- outputGraph(Graph, String, Map<String, String>, Map<String, String>) - Static method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLWriter
-
Write the data in a Graph to a GraphML file.
- outputGraph(Graph, OutputStream, Map<String, String>, Map<String, String>) - Static method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLWriter
-
Write the data in a Graph to a GraphML OutputStream.
- outputGraph(String, Set<String>, Set<String>, GraphSONMode) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONWriter
-
Write the data in a Graph to a JSON OutputStream.
- outputGraph(OutputStream, Set<String>, Set<String>, GraphSONMode) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONWriter
-
Write the data in a Graph to a JSON OutputStream.
- outputGraph(OutputStream, Set<String>, Set<String>, GraphSONMode, boolean) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONWriter
-
- outputGraph(Graph, OutputStream) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONWriter
-
Write the data in a Graph to a JSON OutputStream.
- outputGraph(Graph, String) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONWriter
-
Write the data in a Graph to a JSON OutputStream.
- outputGraph(Graph, OutputStream, GraphSONMode) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONWriter
-
Write the data in a Graph to a JSON OutputStream.
- outputGraph(Graph, String, GraphSONMode) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONWriter
-
Write the data in a Graph to a JSON OutputStream.
- outputGraph(Graph, OutputStream, Set<String>, Set<String>, GraphSONMode) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONWriter
-
Write the data in a Graph to a JSON OutputStream.
- outputGraph(Graph, String, Set<String>, Set<String>, GraphSONMode) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONWriter
-
Write the data in a Graph to a JSON OutputStream.
- R_BRACKET - Static variable in class com.tinkerpop.blueprints.util.StringFactory
-
- rawIndex - Variable in class com.tinkerpop.blueprints.util.wrappers.event.EventIndex
-
- ReadOnlyEdge - Class in com.tinkerpop.blueprints.util.wrappers.readonly
-
- ReadOnlyEdge(Edge) - Constructor for class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyEdge
-
- ReadOnlyGraph<T extends Graph> - Class in com.tinkerpop.blueprints.util.wrappers.readonly
-
A ReadOnlyGraph wraps a Graph and overrides the underlying graph's mutating methods.
- ReadOnlyGraph(T) - Constructor for class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
-
- ReadOnlyIndexableGraph<T extends IndexableGraph> - Class in com.tinkerpop.blueprints.util.wrappers.readonly
-
A ReadOnlyIndexableGraph wraps an IndexableGraph and overrides the underlying graph's mutating methods.
- ReadOnlyIndexableGraph(T) - Constructor for class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyIndexableGraph
-
- ReadOnlyKeyIndexableGraph<T extends KeyIndexableGraph> - Class in com.tinkerpop.blueprints.util.wrappers.readonly
-
A ReadOnlyKeyIndexableGraph wraps a KeyIndexableGraph and overrides the underlying graph's mutating methods.
- ReadOnlyKeyIndexableGraph(T) - Constructor for class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyKeyIndexableGraph
-
- ReadOnlyTokens - Class in com.tinkerpop.blueprints.util.wrappers.readonly
-
- ReadOnlyTokens() - Constructor for class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyTokens
-
- ReadOnlyVertex - Class in com.tinkerpop.blueprints.util.wrappers.readonly
-
- ReadOnlyVertex(Vertex) - Constructor for class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyVertex
-
- reIndexElements(Graph, Iterable<? extends Element>, Set<String>) - Static method in class com.tinkerpop.blueprints.util.KeyIndexableGraphHelper
-
For those graphs that do no support automatic reindexing of elements when a key is provided for indexing, this method can be used to simulate that behavior.
- relabelEdge(Graph, Edge, Object, String) - Static method in class com.tinkerpop.blueprints.util.EdgeHelper
-
An edge is relabeled by creating a new edge with the same properties, but new label.
- relabelEdges(Graph, Iterable<Edge>, String) - Static method in class com.tinkerpop.blueprints.util.EdgeHelper
-
Edges are relabeled by creating new edges with the same properties, but new label.
- remove() - Method in interface com.tinkerpop.blueprints.Element
-
Remove the element from the graph.
- remove(String, Object, T) - Method in interface com.tinkerpop.blueprints.Index
-
Remove an element indexed by a particular key/value.
- remove() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
- remove(String, Object, T) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventIndex
-
- remove(String, Object, Edge) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdEdgeIndex
-
- remove() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdElement
-
- remove(String, Object, Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertexIndex
-
- remove() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
-
- remove() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedElement
-
- removeAllListeners() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- removeEdge(Edge) - Method in interface com.tinkerpop.blueprints.Graph
-
Remove the provided edge from the graph.
- removeEdge(Edge) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- removeEdge(Edge) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- removeEdge(Edge) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
Raises an edgeRemoved event.
- removeEdge(Edge) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- removeEdge(Edge) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- removeEdge(Edge) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
-
- removeEdge(Edge) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
-
- removeListener(GraphChangedListener) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- removeProperties(Iterable<Element>) - Static method in class com.tinkerpop.blueprints.util.ElementHelper
-
Clear all the properties from an iterable of elements.
- removeProperty(String) - Method in interface com.tinkerpop.blueprints.Element
-
Un-assigns a key/value property from the element.
- removeProperty(String, Iterable<Element>) - Static method in class com.tinkerpop.blueprints.util.ElementHelper
-
Remove a property from all elements in the provided iterable.
- removeProperty(String) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
Raises a vertexPropertyRemoved or edgePropertyRemoved event.
- removeProperty(String) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdElement
-
- removeProperty(String) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
-
- removeProperty(String) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedElement
-
- removeReadPartition(String) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- removeVertex(Vertex) - Method in interface com.tinkerpop.blueprints.Graph
-
Remove the provided vertex from the graph.
- removeVertex(Vertex) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- removeVertex(Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- removeVertex(Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
Raises a vertexRemoved event.
- removeVertex(Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- removeVertex(Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- removeVertex(Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
-
- removeVertex(Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
-
- renameProperty(String, String, Iterable<Element>) - Static method in class com.tinkerpop.blueprints.util.ElementHelper
-
Renames a property by removing the old key and adding the stored value to the new key.
- reset() - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- resetEventQueue() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventTrigger
-
- retry() - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper
-
Executes the work with a default number of retries with a default number of milliseconds delay between
each try.
- retry(int) - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper
-
Executes the work with a specified number of retries with a default number of milliseconds delay between
each try.
- retry(int, long) - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper
-
Executes the work with a specified number of retries with a specified number of milliseconds delay between
each try.
- retry(int, long, Set<Class>) - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper
-
Executes the work with a specified number of retries with a specified number of milliseconds delay between
each try.
- rollback() - Method in interface com.tinkerpop.blueprints.TransactionalGraph
-
Stop the current transaction and drop any mutations applied since the last transaction.
- rollback() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
Not supported for batch loading, since data may have already been partially persisted.
- rollback() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventTransactionalGraph
-
A rollback only resets the event queue on successful operation.
- rollback() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventTransactionalIndexableGraph
-
A rollback only resets the event queue on successful operation.
- rollback() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- set(Vertex, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.cache.LongIDVertexCache
-
- set(Vertex, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.cache.StringIDVertexCache
-
- set(Vertex, Object) - Method in interface com.tinkerpop.blueprints.util.wrappers.batch.cache.VertexCache
-
- setEdgeIdFactory(IdGraph.IdFactory) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- setEdgeIdKey(String) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
- setEdgeIdKey(String) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLWriter
-
- setEdgeIdKey(String) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLReader
-
- setEdgeIdKey(String) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
Sets the key to be used when setting the edge id as a property on the respective edge.
- setEdgeKeyTypes(Map<String, String>) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLWriter
-
- setEdgeLabelKey(String) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
- setEdgeLabelKey(String) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLReader
-
- setEdgeLabelKey(String) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLWriter
-
Set the name of the edge label in the GraphML.
- setId(Object, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.cache.LongIDVertexCache
-
- setId(Object, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.cache.StringIDVertexCache
-
- setId(Object, Object) - Method in interface com.tinkerpop.blueprints.util.wrappers.batch.cache.VertexCache
-
- setLoadingFromScratch(boolean) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
Sets whether the graph loaded through this instance of
BatchGraph is loaded from scratch
(i.e.
- setNormalize(boolean) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLWriter
-
- setNormalize(boolean) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLWriter
-
- setPartition(String) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
-
- setPartitionKey(String) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- setProperties(Element, Map<String, Object>) - Static method in class com.tinkerpop.blueprints.util.ElementHelper
-
Set the properties of the provided element using the provided map.
- setProperties(Element, Object...) - Static method in class com.tinkerpop.blueprints.util.ElementHelper
-
Set the properties of the provided element using the provided key value pairs.
- setProperties(E, Object...) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- setProperty(String, Object) - Method in interface com.tinkerpop.blueprints.Element
-
Assign a key/value property to the element.
- setProperty(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
-
Raises a vertexPropertyRemoved or edgePropertyChanged event.
- setProperty(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdEdge
-
- setProperty(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdElement
-
- setProperty(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertex
-
- setProperty(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
-
- setProperty(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedElement
-
- setStrict(boolean) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLWriter
-
- setUseId(boolean) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLWriter
-
- setValue(V) - Method in class com.tinkerpop.blueprints.Parameter
-
- setVertexIdFactory(IdGraph.IdFactory) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- setVertexIdKey(String) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLReader
-
- setVertexIdKey(String) - Method in class com.tinkerpop.blueprints.util.io.gml.GMLWriter
-
- setVertexIdKey(String) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLReader
-
- setVertexIdKey(String) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
Sets the key to be used when setting the vertex id as a property on the respective vertex.
- setVertexKeyTypes(Map<String, String>) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLWriter
-
- setWritePartition(String) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- setXmlSchemaLocation(String) - Method in class com.tinkerpop.blueprints.util.io.graphml.GraphMLWriter
-
- shutdown() - Method in interface com.tinkerpop.blueprints.Graph
-
A shutdown function is required to properly close the graph.
- shutdown() - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- shutdown() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
- shutdown() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
-
- shutdown() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- shutdown() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
-
- shutdown() - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
-
- shutdown() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
-
- SOURCE - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
-
- SOURCE - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
-
- stopTransaction(TransactionalGraph.Conclusion) - Method in interface com.tinkerpop.blueprints.TransactionalGraph
-
Deprecated.
- stopTransaction(TransactionalGraph.Conclusion) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
-
Should only be invoked after loading is complete.
- stopTransaction(TransactionalGraph.Conclusion) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventTransactionalGraph
-
- stopTransaction(TransactionalGraph.Conclusion) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventTransactionalIndexableGraph
-
- stopTransaction(TransactionalGraph.Conclusion) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
-
- STRING - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
-
- StringCompression - Interface in com.tinkerpop.blueprints.util.wrappers.batch.cache
-
(c) Matthias Broecheler (me@matthiasb.com)
- StringFactory - Class in com.tinkerpop.blueprints.util
-
A collection of helpful methods for creating standard toString() representations of graph-related objects.
- StringFactory() - Constructor for class com.tinkerpop.blueprints.util.StringFactory
-
- StringIDVertexCache - Class in com.tinkerpop.blueprints.util.wrappers.batch.cache
-
(c) Matthias Broecheler (me@matthiasb.com)
- StringIDVertexCache(StringCompression) - Constructor for class com.tinkerpop.blueprints.util.wrappers.batch.cache.StringIDVertexCache
-
- StringIDVertexCache() - Constructor for class com.tinkerpop.blueprints.util.wrappers.batch.cache.StringIDVertexCache
-
- StubGraphChangedListener - Class in com.tinkerpop.blueprints.util.wrappers.event.listener
-
An event listener that acts as a counter for changes to the graph.
- StubGraphChangedListener() - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- supportsBooleanProperty - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph allows boolean to be used as a property value for a graph element?
- supportsDoubleProperty - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph allows double to be used as a property value for a graph element?
- supportsDuplicateEdges - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph allow for two edges with the same vertices and edge label to exist?
- supportsEdgeIndex - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph support the indexing of edges by their properties?
- supportsEdgeIteration - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph support graph.getEdges()?
- supportsEdgeKeyIndex - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph support key indexing on edges?
- supportsEdgeProperties - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph support setting and retrieving properties on edges?
- supportsEdgeRetrieval - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph support retrieving edges by id, i.e.
- supportsElementProperties() - Method in class com.tinkerpop.blueprints.Features
-
Checks whether the graph supports both vertex and edge properties
- supportsFloatProperty - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph allows float to be used as a property value for a graph element?
- supportsIndices - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph implement IndexableGraph?
- supportsIntegerProperty - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph allows integer to be used as a property value for a graph element?
- supportsKeyIndices - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph implement KeyIndexableGraph?
- supportsLongProperty - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph allows long to be used as a property value for a graph element?
- supportsMapProperty - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph allows map to be used as a property value for a graph element?
- supportsMixedListProperty - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph allows a mixed list (different data types within the same list) to be used as a
property value for a graph element?
- supportsPrimitiveArrayProperty - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph allows a primitive array to be used as a property value for a graph element?
- supportsSelfLoops - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph allow an edge to have the same out/tail and in/head vertex?
- supportsSerializableObjectProperty - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph allow any serializable object to be used as a property value for a graph element?
- supportsStringProperty - Variable in class com.tinkerpop.blueprints.Features
-
Graph allows string to be used as a property value for a graph element.
- supportsThreadedTransactions - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph implement ThreadedTransactionalGraph?
- supportsThreadIsolatedTransactions - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph support transactions managed such that multiple threads operating on the same graph instance
can have isolated transactions?
- supportsTransactions - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph implement TransactionalGraph?
- supportsUniformListProperty - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph allows list (all objects with the list have the same data types) to be used as a property
value for a graph element?
- supportsVertexIndex - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph support the indexing of vertices by their properties?
- supportsVertexIteration - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph support graph.getVertices()?
- supportsVertexKeyIndex - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph support key indexing on vertices?
- supportsVertexProperties - Variable in class com.tinkerpop.blueprints.Features
-
Does the graph support setting and retrieving properties on vertices?
- V - Static variable in class com.tinkerpop.blueprints.util.StringFactory
-
- validateProperty(Element, String, Object) - Static method in class com.tinkerpop.blueprints.util.ElementHelper
-
Determines whether the property key/value for the specified element can be legally set.
- value - Variable in class com.tinkerpop.blueprints.util.DefaultQuery.HasContainer
-
- VALUE - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
-
- value - Variable in class com.tinkerpop.blueprints.util.PropertyFilteredIterable.HasContainer
-
- valueOf(String) - Static method in enum com.tinkerpop.blueprints.Compare
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tinkerpop.blueprints.Contains
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tinkerpop.blueprints.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tinkerpop.blueprints.impls.tg.TinkerGraph.FileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tinkerpop.blueprints.Query.Compare
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tinkerpop.blueprints.TransactionalGraph.Conclusion
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig.ElementPropertiesRule
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tinkerpop.blueprints.util.io.graphson.GraphSONMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.tinkerpop.blueprints.util.wrappers.batch.VertexIDType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.tinkerpop.blueprints.Compare
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tinkerpop.blueprints.Contains
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tinkerpop.blueprints.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tinkerpop.blueprints.impls.tg.TinkerGraph.FileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tinkerpop.blueprints.Query.Compare
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tinkerpop.blueprints.TransactionalGraph.Conclusion
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig.ElementPropertiesRule
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tinkerpop.blueprints.util.io.graphson.GraphSONMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.tinkerpop.blueprints.util.wrappers.batch.VertexIDType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
-
- vertex - Variable in class com.tinkerpop.blueprints.util.DefaultVertexQuery
-
- VERTEX - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
-
- Vertex - Interface in com.tinkerpop.blueprints
-
A vertex maintains pointers to both a set of incoming and outgoing edges.
- vertexAdded(Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.ConsoleGraphChangedListener
-
- vertexAdded(Vertex) - Method in interface com.tinkerpop.blueprints.util.wrappers.event.listener.GraphChangedListener
-
Raised when a new Vertex is added.
- vertexAdded(Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- VertexAddedEvent - Class in com.tinkerpop.blueprints.util.wrappers.event.listener
-
Event that fires when a vertex is added to a graph.
- VertexAddedEvent(Vertex) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.listener.VertexAddedEvent
-
- VertexCache - Interface in com.tinkerpop.blueprints.util.wrappers.batch.cache
-
(c) Matthias Broecheler (me@matthiasb.com)
- vertexFromJson(JSONObject) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Creates a vertex from GraphSON using settings supplied in the constructor.
- vertexFromJson(String) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Creates a vertex from GraphSON using settings supplied in the constructor.
- vertexFromJson(InputStream) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Creates a vertex from GraphSON using settings supplied in the constructor.
- vertexFromJson(JsonNode) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Creates a vertex from GraphSON using settings supplied in the constructor.
- vertexFromJson(JSONObject, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Reads an individual Vertex from JSON.
- vertexFromJson(String, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Reads an individual Vertex from JSON.
- vertexFromJson(InputStream, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Reads an individual Vertex from JSON.
- vertexFromJson(JsonNode, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
-
Reads an individual Vertex from JSON.
- VertexHelper - Class in com.tinkerpop.blueprints.util
-
- VertexHelper() - Constructor for class com.tinkerpop.blueprints.util.VertexHelper
-
- vertexIdCanNotBeNull() - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
-
- vertexIds() - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
-
- vertexIds() - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
-
- vertexIds() - Method in interface com.tinkerpop.blueprints.VertexQuery
-
Return the raw ids of the vertices on the other end of the edges.
- VertexIDType - Enum in com.tinkerpop.blueprints.util.wrappers.batch
-
Type of vertex ids expected by BatchGraph.
- vertexKeyIndex - Variable in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- vertexPropertyChanged(Vertex, String, Object, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.ConsoleGraphChangedListener
-
- vertexPropertyChanged(Vertex, String, Object, Object) - Method in interface com.tinkerpop.blueprints.util.wrappers.event.listener.GraphChangedListener
-
Raised after the property of a vertex changed.
- vertexPropertyChanged(Vertex, String, Object, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- VertexPropertyChangedEvent - Class in com.tinkerpop.blueprints.util.wrappers.event.listener
-
Event that fires when a property changes on a vertex.
- VertexPropertyChangedEvent(Vertex, String, Object, Object) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.listener.VertexPropertyChangedEvent
-
- vertexPropertyChangedEventRecorded() - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- VertexPropertyEvent - Class in com.tinkerpop.blueprints.util.wrappers.event.listener
-
Base class for property changed events.
- VertexPropertyEvent(Vertex, String, Object, Object) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.listener.VertexPropertyEvent
-
- vertexPropertyRemoved(Vertex, String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.ConsoleGraphChangedListener
-
- vertexPropertyRemoved(Vertex, String, Object) - Method in interface com.tinkerpop.blueprints.util.wrappers.event.listener.GraphChangedListener
-
Raised after a vertex property was removed.
- vertexPropertyRemoved(Vertex, String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- VertexPropertyRemovedEvent - Class in com.tinkerpop.blueprints.util.wrappers.event.listener
-
Event fired when a vertex property is removed.
- VertexPropertyRemovedEvent(Vertex, String, Object) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.listener.VertexPropertyRemovedEvent
-
- vertexPropertyRemovedEventRecorded() - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- VertexQuery - Interface in com.tinkerpop.blueprints
-
A VertexQuery object defines a collection of filters and modifiers that are used to intelligently select edges from a vertex.
- vertexRemoved(Vertex, Map<String, Object>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.ConsoleGraphChangedListener
-
- vertexRemoved(Vertex, Map<String, Object>) - Method in interface com.tinkerpop.blueprints.util.wrappers.event.listener.GraphChangedListener
-
Raised after a vertex was removed from the graph.
- vertexRemoved(Vertex, Map<String, Object>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- VertexRemovedEvent - Class in com.tinkerpop.blueprints.util.wrappers.event.listener
-
Event fired when a vertex is removed.
- VertexRemovedEvent(Vertex, Map<String, Object>) - Constructor for class com.tinkerpop.blueprints.util.wrappers.event.listener.VertexRemovedEvent
-
- vertexRemovedEventRecorded() - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
-
- vertexString(Vertex) - Static method in class com.tinkerpop.blueprints.util.StringFactory
-
- vertexWithIdAlreadyExists(Object) - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
-
- vertexWithIdDoesNotExist(Object) - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
-
- vertices - Variable in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
-
- vertices() - Method in interface com.tinkerpop.blueprints.Query
-
Execute the query and return the vertices on the other end of the matching edges.
- vertices() - Method in class com.tinkerpop.blueprints.util.DefaultGraphQuery
-
- vertices() - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
-
- VERTICES - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
-
- vertices() - Method in class com.tinkerpop.blueprints.util.wrappers.WrappedGraphQuery
-
- vertices() - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
-
- VerticesFromEdgesIterable - Class in com.tinkerpop.blueprints.util
-
VerticesFromEdgesIterable is a helper class that returns vertices that meet the direction/label criteria of the incident edges.
- VerticesFromEdgesIterable(Vertex, Direction, String...) - Constructor for class com.tinkerpop.blueprints.util.VerticesFromEdgesIterable
-