A B C D E F G H I J K L M N O P Q R S T U V W X _ 

A

addEdge(Object, Vertex, Vertex, String) - Method in interface com.tinkerpop.blueprints.Graph
Add an edge to the graph.
addEdge(Object, Vertex, Vertex, String) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
 
addEdge(Graph, Object, Vertex, Vertex, String, Object...) - Static method in class com.tinkerpop.blueprints.util.GraphHelper
Add an edge to the graph with specified id and provided properties.
addEdge(Object, Vertex, Vertex, String) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
 
addEdge(Object, Vertex, Vertex, String, Object...) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
 
addEdge(Object, Vertex, Vertex, String) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
Raises an edgeAdded event.
addEdge(String, Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventVertex
 
addEdge(Object, Vertex, Vertex, String) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
 
addEdge(String, Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertex
 
addEdge(Object, Vertex, Vertex, String) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
 
addEdge(String, Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionVertex
 
addEdge(Object, Vertex, Vertex, String) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
 
addEdge(String, Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyVertex
 
addEdge(Object, Vertex, Vertex, String) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
 
addEdge(String, Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedVertex
 
addEdge(String, Vertex) - Method in interface com.tinkerpop.blueprints.Vertex
Add a new outgoing edge from this vertex to the parameter vertex with provided edge label.
addEdgeEventRecorded() - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
 
addEdgeSupport(Vertex, Vertex, String) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
 
addEvent(Event) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventTrigger
Add an event to the event queue.
addListener(GraphChangedListener) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
 
addReadPartition(String) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
 
addUniqueVertex(IndexableGraph, Object, Index<Vertex>, String, Object) - Static method in class com.tinkerpop.blueprints.util.IndexableGraphHelper
Add a vertex to a graph only if no other vertex in the provided Index is indexed by the property key/value pair.
addVertex(Object) - Method in interface com.tinkerpop.blueprints.Graph
Create a new vertex, add it to the graph, and return the newly created vertex.
addVertex(Object) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
 
addVertex(Graph, Object, Object...) - Static method in class com.tinkerpop.blueprints.util.GraphHelper
Add a vertex to the graph with specified id and provided properties.
addVertex(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
 
addVertex(Object, Object...) - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
 
addVertex(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
Raises a vertexAdded event.
addVertex(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
 
addVertex(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
 
addVertex(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
 
addVertex(Object) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
 
addVertexEventRecorded() - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.StubGraphChangedListener
 
AllProperties - Static variable in class com.tinkerpop.blueprints.util.io.graphson.ElementPropertyConfig
A configuration that includes all properties of vertices and edges.
areEqual(Element, Object) - Static method in class com.tinkerpop.blueprints.util.ElementHelper
A standard method for determining if two elements are equal.
ARROW - Static variable in class com.tinkerpop.blueprints.util.StringFactory
 
asString() - Method in enum com.tinkerpop.blueprints.Compare
Constructs the string representation of the Compare.
ATTR_NAME - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
ATTR_TYPE - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
autoRemove(String, Object, T) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph.TinkerKeyIndex
 
autoUpdate(String, Object, Object, T) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph.TinkerKeyIndex
 

B

baseElement - Variable in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
 
baseElement - Variable in class com.tinkerpop.blueprints.util.wrappers.id.IdElement
 
baseElement - Variable in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
 
baseElement - Variable in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedElement
 
baseGraph - Variable in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
 
baseGraph - Variable in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
 
baseGraph - Variable in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
 
baseGraph - Variable in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
 
BatchGraph<T extends TransactionalGraph> - Class in com.tinkerpop.blueprints.util.wrappers.batch
BatchGraph is a wrapper that enables batch loading of a large number of edges and vertices by chunking the entire load into smaller batches and maintaining a memory-efficient vertex cache so that the entire transactional state can be flushed after each chunk is loaded.
BatchGraph(T, VertexIDType, long) - Constructor for class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
Constructs a BatchGraph wrapping the provided baseGraph, using the specified buffer size and expecting vertex ids of the specified IdType.
BatchGraph(T, long) - Constructor for class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
Constructs a BatchGraph wrapping the provided baseGraph.
BatchGraph(T) - Constructor for class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
Constructs a BatchGraph wrapping the provided baseGraph.
BLUEPRINTS_ID - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
Special token used to store Blueprint ids as they may not be integers
BOOLEAN - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
bothIsNotSupported() - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
 
build() - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper.Builder
 

C

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
 

D

DASH - Static variable in class com.tinkerpop.blueprints.util.StringFactory
 
DATA - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
DEFAULT_BUFFER_SIZE - Static variable in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
Default buffer size
DEFAULT_DELAY_MS - Static variable in class com.tinkerpop.blueprints.util.TransactionRetryStrategy.DelayedRetry
 
DEFAULT_DELAY_MS - Static variable in class com.tinkerpop.blueprints.util.TransactionRetryStrategy.ExponentialBackoff
 
DEFAULT_GRAPHML_SCHEMA_LOCATION - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
DEFAULT_LABEL - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLReader
 
DEFAULT_TRIES - Static variable in class com.tinkerpop.blueprints.util.TransactionRetryStrategy.AbstractRetryStrategy
 
DefaultGraphQuery - Class in com.tinkerpop.blueprints.util
For those graph engines that do not support the low-level querying of the vertices or edges, then DefaultGraphQuery can be used.
DefaultGraphQuery(Graph) - Constructor for class com.tinkerpop.blueprints.util.DefaultGraphQuery
 
DefaultGraphQuery.DefaultGraphQueryIterable<T extends Element> - Class in com.tinkerpop.blueprints.util
 
DefaultGraphQuery.DefaultGraphQueryIterable(boolean) - Constructor for class com.tinkerpop.blueprints.util.DefaultGraphQuery.DefaultGraphQueryIterable
 
DefaultQuery - Class in com.tinkerpop.blueprints.util
 
DefaultQuery() - Constructor for class com.tinkerpop.blueprints.util.DefaultQuery
 
DefaultQuery.HasContainer - Class in com.tinkerpop.blueprints.util
 
DefaultQuery.HasContainer(String, Predicate, Object) - Constructor for class com.tinkerpop.blueprints.util.DefaultQuery.HasContainer
 
DefaultVertexQuery - Class in com.tinkerpop.blueprints.util
For those graph engines that do not support the low-level querying of the edges of a vertex, then DefaultVertexQuery can be used.
DefaultVertexQuery(Vertex) - Constructor for class com.tinkerpop.blueprints.util.DefaultVertexQuery
 
DIRECTED - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
 
DIRECTED - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
Direction - Enum in com.tinkerpop.blueprints
Direction is used to denote the direction of an edge or location of a vertex on an edge.
direction - Variable in class com.tinkerpop.blueprints.util.DefaultQuery
 
direction(Direction) - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
 
direction(Direction) - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
 
direction(Direction) - Method in interface com.tinkerpop.blueprints.VertexQuery
The direction of the edges to retrieve.
DOUBLE - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
dropIndex(String) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
 
dropIndex(String) - Method in interface com.tinkerpop.blueprints.IndexableGraph
Remove an index associated with the graph.
dropIndex(String) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventIndexableGraph
 
dropIndex(String) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
 
dropIndex(String) - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionIndexableGraph
 
dropIndex(String) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyIndexableGraph
 
dropIndex(String) - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedIndexableGraph
 
dropKeyIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
 
dropKeyIndex(String) - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph.TinkerKeyIndex
 
dropKeyIndex(String, Class<T>) - Method in interface com.tinkerpop.blueprints.KeyIndexableGraph
Remove an automatic indexing structure associated with indexing provided key for element class.
dropKeyIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
 
dropKeyIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyKeyIndexableGraph
 

E

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.

F

Features - Class in com.tinkerpop.blueprints
Features provides a listing of the features/qualities/quirks associated with any Graph implementation.
Features() - Constructor for class com.tinkerpop.blueprints.Features
 
fireAndForget() - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper
Executes the work committing if possible and rolling back on failure.
fireEvent(Iterator<GraphChangedListener>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.EdgeAddedEvent
 
fireEvent(Iterator<GraphChangedListener>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.EdgePropertyEvent
 
fireEvent(Iterator<GraphChangedListener>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.EdgeRemovedEvent
 
fireEvent(Iterator<GraphChangedListener>) - Method in interface com.tinkerpop.blueprints.util.wrappers.event.listener.Event
 
fireEvent(Iterator<GraphChangedListener>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.VertexAddedEvent
 
fireEvent(Iterator<GraphChangedListener>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.VertexPropertyEvent
 
fireEvent(Iterator<GraphChangedListener>) - Method in class com.tinkerpop.blueprints.util.wrappers.event.listener.VertexRemovedEvent
 
fireEventQueue() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventTrigger
 
FLOAT - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
FOR - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
fromString(String) - Static method in enum com.tinkerpop.blueprints.Compare
Constructs a Compare from its string representation.

G

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
Returns the key used to set the id on the edges or null if such has not been set via BatchGraph.setEdgeIdKey(String)
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
Returns the key used to set the id on the vertices or null if such has not been set via BatchGraph.setVertexIdKey(String)
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
 

H

has(String) - Method in interface com.tinkerpop.blueprints.GraphQuery
 
has(String, Object) - Method in interface com.tinkerpop.blueprints.GraphQuery
 
has(String, Predicate, Object) - Method in interface com.tinkerpop.blueprints.GraphQuery
 
has(String, T, Query.Compare) - Method in interface com.tinkerpop.blueprints.GraphQuery
Deprecated.
has(String) - Method in interface com.tinkerpop.blueprints.Query
Filter out elements that do not have a property with provided key.
has(String, Object) - Method in interface com.tinkerpop.blueprints.Query
Filter out elements that do not have a property value equal to provided value.
has(String, Predicate, Object) - Method in interface com.tinkerpop.blueprints.Query
Filter out the element if it does not have a property with a comparable value.
has(String, T, Query.Compare) - Method in interface com.tinkerpop.blueprints.Query
Deprecated.
has(String) - Method in class com.tinkerpop.blueprints.util.DefaultGraphQuery
 
has(String, Object) - Method in class com.tinkerpop.blueprints.util.DefaultGraphQuery
 
has(String, Predicate, Object) - Method in class com.tinkerpop.blueprints.util.DefaultGraphQuery
 
has(String, T, Query.Compare) - Method in class com.tinkerpop.blueprints.util.DefaultGraphQuery
 
has(String, Object) - Method in class com.tinkerpop.blueprints.util.DefaultQuery
 
has(String) - Method in class com.tinkerpop.blueprints.util.DefaultQuery
 
has(String, T, Query.Compare) - Method in class com.tinkerpop.blueprints.util.DefaultQuery
 
has(String, Predicate, Object) - Method in class com.tinkerpop.blueprints.util.DefaultQuery
 
has(String) - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
 
has(String, Object) - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
 
has(String, Predicate, Object) - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
 
has(String, T, Query.Compare) - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
 
has(String) - Method in class com.tinkerpop.blueprints.util.wrappers.WrappedGraphQuery
 
has(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.WrappedGraphQuery
 
has(String, Predicate, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.WrappedGraphQuery
 
has(String, T, Query.Compare) - Method in class com.tinkerpop.blueprints.util.wrappers.WrappedGraphQuery
 
has(String) - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
 
has(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
 
has(String, Predicate, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
 
has(String, T, Query.Compare) - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
 
has(String) - Method in interface com.tinkerpop.blueprints.VertexQuery
 
has(String, Object) - Method in interface com.tinkerpop.blueprints.VertexQuery
 
has(String, Predicate, Object) - Method in interface com.tinkerpop.blueprints.VertexQuery
 
has(String, T, Query.Compare) - Method in interface com.tinkerpop.blueprints.VertexQuery
Deprecated.
hasContainers - Variable in class com.tinkerpop.blueprints.util.DefaultQuery
 
hashCode() - Method in class com.tinkerpop.blueprints.Parameter
 
hashCode() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
 
hashCode() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdElement
 
hashCode() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
 
hashCode() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedElement
 
hasImplicitElements - Variable in class com.tinkerpop.blueprints.Features
Does the graph return elements not explicitly created with addVertex or addEdge?
hasNot(String) - Method in interface com.tinkerpop.blueprints.GraphQuery
 
hasNot(String, Object) - Method in interface com.tinkerpop.blueprints.GraphQuery
 
hasNot(String) - Method in interface com.tinkerpop.blueprints.Query
Filter out elements that have a property with provided key.
hasNot(String, Object) - Method in interface com.tinkerpop.blueprints.Query
Filter out elements that have a property value equal to provided value.
hasNot(String) - Method in class com.tinkerpop.blueprints.util.DefaultGraphQuery
 
hasNot(String, Object) - Method in class com.tinkerpop.blueprints.util.DefaultGraphQuery
 
hasNot(String, Object) - Method in class com.tinkerpop.blueprints.util.DefaultQuery
 
hasNot(String) - Method in class com.tinkerpop.blueprints.util.DefaultQuery
 
hasNot(String) - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
 
hasNot(String, Object) - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
 
hasNot(String) - Method in class com.tinkerpop.blueprints.util.wrappers.WrappedGraphQuery
 
hasNot(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.WrappedGraphQuery
 
hasNot(String) - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
 
hasNot(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
 
hasNot(String) - Method in interface com.tinkerpop.blueprints.VertexQuery
 
hasNot(String, Object) - Method in interface com.tinkerpop.blueprints.VertexQuery
 
haveEqualEdges(Vertex, Vertex, boolean) - Static method in class com.tinkerpop.blueprints.util.VertexHelper
Test whether the two vertices have equal edge sets
haveEqualIds(Element, Element) - Static method in class com.tinkerpop.blueprints.util.ElementHelper
Simply tests if the element ids are equal().
haveEqualNeighborhood(Vertex, Vertex, boolean) - Static method in class com.tinkerpop.blueprints.util.VertexHelper
Test whether the two vertices have equal properties and edge sets.
haveEqualProperties(Element, Element) - Static method in class com.tinkerpop.blueprints.util.ElementHelper
Determines whether two elements have the same properties.

I

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
 

J

jsonFromElement(Element) - Method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
Creates GraphSON for a single graph element.
jsonFromElement(Element, Set<String>, GraphSONMode) - Static method in class com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility
Creates a Jettison JSONObject from a graph element.

K

key - Variable in class com.tinkerpop.blueprints.util.DefaultQuery.HasContainer
 
KEY - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
key - Variable in class com.tinkerpop.blueprints.util.PropertyFilteredIterable.HasContainer
 
KeyIndexableGraph - Interface in com.tinkerpop.blueprints
A KeyIndexableGraph is a graph that supports basic index functionality around the key/value pairs of the elements of the graph.
KeyIndexableGraphHelper - Class in com.tinkerpop.blueprints.util
 
KeyIndexableGraphHelper() - Constructor for class com.tinkerpop.blueprints.util.KeyIndexableGraphHelper
 

L

L_BRACKET - Static variable in class com.tinkerpop.blueprints.util.StringFactory
 
LABEL - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
 
LABEL - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
LABEL - Static variable in class com.tinkerpop.blueprints.util.StringFactory
 
LABEL_GRAPHICS - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
 
labels - Variable in class com.tinkerpop.blueprints.util.DefaultQuery
 
labels(String...) - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
 
labels(String...) - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
 
labels(String...) - Method in interface com.tinkerpop.blueprints.VertexQuery
Filter out the edge if its label is not in set of provided labels.
LexicographicalElementComparator - Class in com.tinkerpop.blueprints.util.io
Elements are sorted in lexicographical order of IDs.
LexicographicalElementComparator() - Constructor for class com.tinkerpop.blueprints.util.io.LexicographicalElementComparator
 
limit(int) - Method in interface com.tinkerpop.blueprints.GraphQuery
 
limit(int) - Method in interface com.tinkerpop.blueprints.Query
Filter out the element if the take number of incident/adjacent elements to retrieve has already been reached.
limit(int) - Method in class com.tinkerpop.blueprints.util.DefaultGraphQuery
 
limit - Variable in class com.tinkerpop.blueprints.util.DefaultQuery
 
limit(int) - Method in class com.tinkerpop.blueprints.util.DefaultQuery
 
limit(int) - Method in class com.tinkerpop.blueprints.util.DefaultVertexQuery
 
limit(int) - Method in class com.tinkerpop.blueprints.util.wrappers.WrappedGraphQuery
 
limit(int) - Method in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
 
limit(int) - Method in interface com.tinkerpop.blueprints.VertexQuery
 
LONG - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
LongIDVertexCache - Class in com.tinkerpop.blueprints.util.wrappers.batch.cache
 
LongIDVertexCache() - Constructor for class com.tinkerpop.blueprints.util.wrappers.batch.cache.LongIDVertexCache
 

M

MetaGraph<T> - Interface in com.tinkerpop.blueprints
MetaGraph can be implemented as a way to access the underlying native graph engine.
migrateGraph(Graph, Graph) - Static method in class com.tinkerpop.blueprints.util.io.graphml.GraphMigrator
Pipe the data from one graph to another graph.
MODE - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
MultiIterable<S> - Class in com.tinkerpop.blueprints.util
A helper class that is used to combine multiple iterables into a single closeable iterable.
MultiIterable(List<Iterable<S>>) - Constructor for class com.tinkerpop.blueprints.util.MultiIterable
 
MUTATE_ERROR_MESSAGE - Static variable in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyTokens
 

N

NAME - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
 
newTransaction() - Method in interface com.tinkerpop.blueprints.ThreadedTransactionalGraph
Returns a TransactionalGraph that represents a transactional context independent of the executing transaction.
newTransaction() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.cache.LongIDVertexCache
 
newTransaction() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.cache.StringIDVertexCache
 
newTransaction() - Method in interface com.tinkerpop.blueprints.util.wrappers.batch.cache.VertexCache
 
NO_COMPRESSION - Static variable in interface com.tinkerpop.blueprints.util.wrappers.batch.cache.StringCompression
 
NODE - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
 
NODE - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 

O

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.

P

Parameter<K,V> - Class in com.tinkerpop.blueprints
A Parameter is simply a pair of objects of type K and of type V.
Parameter(K, V) - Constructor for class com.tinkerpop.blueprints.Parameter
 
PartitionEdge - Class in com.tinkerpop.blueprints.util.wrappers.partition
 
PartitionEdge(Edge, PartitionGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.partition.PartitionEdge
 
PartitionElement - Class in com.tinkerpop.blueprints.util.wrappers.partition
 
PartitionElement(Element, PartitionGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
 
PartitionGraph<T extends Graph> - Class in com.tinkerpop.blueprints.util.wrappers.partition
 
PartitionGraph(T, String, String, Set<String>) - Constructor for class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
 
PartitionGraph(T, String, String) - Constructor for class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
 
PartitionIndexableGraph<T extends IndexableGraph> - Class in com.tinkerpop.blueprints.util.wrappers.partition
 
PartitionIndexableGraph(T, String, String, Set<String>) - Constructor for class com.tinkerpop.blueprints.util.wrappers.partition.PartitionIndexableGraph
 
PartitionIndexableGraph(T, String, String) - Constructor for class com.tinkerpop.blueprints.util.wrappers.partition.PartitionIndexableGraph
 
PartitionVertex - Class in com.tinkerpop.blueprints.util.wrappers.partition
 
PartitionVertex(Vertex, PartitionGraph) - Constructor for class com.tinkerpop.blueprints.util.wrappers.partition.PartitionVertex
 
perform(TransactionWork<T>) - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper.Builder
 
Predicate - Interface in com.tinkerpop.blueprints
A general interface for all enumerations that represent comparable operations.
predicate - Variable in class com.tinkerpop.blueprints.util.DefaultQuery.HasContainer
 
predicate - Variable in class com.tinkerpop.blueprints.util.PropertyFilteredIterable.HasContainer
 
proper - Static variable in enum com.tinkerpop.blueprints.Direction
 
propertyBased - Variable in class com.tinkerpop.blueprints.util.wrappers.id.IdElement
 
PropertyFilteredIterable<T extends Element> - Class in com.tinkerpop.blueprints.util
This is a helper class for filtering an iterable of elements by their key/value.
PropertyFilteredIterable(String, Object, Iterable<T>) - Constructor for class com.tinkerpop.blueprints.util.PropertyFilteredIterable
 
PropertyFilteredIterable.HasContainer - Class in com.tinkerpop.blueprints.util
 
PropertyFilteredIterable.HasContainer(String, Predicate, Object) - Constructor for class com.tinkerpop.blueprints.util.PropertyFilteredIterable.HasContainer
 
propertyKeyCanNotBeEmpty() - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
 
propertyKeyCanNotBeNull() - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
 
propertyKeyIdIsReserved() - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
 
propertyKeyIsReserved(String) - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
 
propertyKeyLabelIsReservedForEdges() - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
 
propertyValueCanNotBeNull() - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
 
put(String, Object, T) - Method in interface com.tinkerpop.blueprints.Index
Index an element by a key and a value.
put(String, Object, T) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventIndex
 
put(String, Object, Edge) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdEdgeIndex
 
put(String, Object, Vertex) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertexIndex
 

Q

query() - Method in interface com.tinkerpop.blueprints.Graph
Generate a query object that can be used to fine tune which edges/vertices are retrieved from the graph.
query() - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
 
query(String, Object) - Method in interface com.tinkerpop.blueprints.Index
Get all the elements that are indexed by the provided key and specified query object.
Query - Interface in com.tinkerpop.blueprints
 
query() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
 
query() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
 
query(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventIndex
 
query() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventVertex
 
query(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdEdgeIndex
 
query() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
 
query() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertex
 
query(String, Object) - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertexIndex
 
query() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
 
query() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionVertex
 
query() - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
 
query() - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyVertex
 
query() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
 
query() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedVertex
 
query - Variable in class com.tinkerpop.blueprints.util.wrappers.WrappedGraphQuery
 
query - Variable in class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
 
query() - Method in interface com.tinkerpop.blueprints.Vertex
Generate a query object that can be used to fine tune which edges/vertices are retrieved that are incident/adjacent to this vertex.
Query.Compare - Enum in com.tinkerpop.blueprints
Deprecated.

R

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
 

S

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?

T

TARGET - Static variable in class com.tinkerpop.blueprints.util.io.gml.GMLTokens
 
TARGET - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
ThreadedTransactionalGraph - Interface in com.tinkerpop.blueprints
ThreadedTransactionalGraph provides more fine grained control over the transactional context.
TinkerGraph - Class in com.tinkerpop.blueprints.impls.tg
An in-memory, reference implementation of the property graph interfaces provided by Blueprints.
TinkerGraph(Configuration) - Constructor for class com.tinkerpop.blueprints.impls.tg.TinkerGraph
 
TinkerGraph(String, TinkerGraph.FileType) - Constructor for class com.tinkerpop.blueprints.impls.tg.TinkerGraph
 
TinkerGraph(String) - Constructor for class com.tinkerpop.blueprints.impls.tg.TinkerGraph
 
TinkerGraph() - Constructor for class com.tinkerpop.blueprints.impls.tg.TinkerGraph
 
TinkerGraph.FileType - Enum in com.tinkerpop.blueprints.impls.tg
 
TinkerGraph.TinkerKeyIndex<T extends com.tinkerpop.blueprints.impls.tg.TinkerElement> - Class in com.tinkerpop.blueprints.impls.tg
 
TinkerGraph.TinkerKeyIndex(Class<T>, TinkerGraph) - Constructor for class com.tinkerpop.blueprints.impls.tg.TinkerGraph.TinkerKeyIndex
 
TinkerGraphFactory - Class in com.tinkerpop.blueprints.impls.tg
 
TinkerGraphFactory() - Constructor for class com.tinkerpop.blueprints.impls.tg.TinkerGraphFactory
 
toMap() - Method in class com.tinkerpop.blueprints.Features
 
toString() - Method in class com.tinkerpop.blueprints.Features
 
toString() - Method in class com.tinkerpop.blueprints.impls.tg.TinkerGraph
 
toString() - Method in class com.tinkerpop.blueprints.Parameter
 
toString() - Method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
 
toString() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventElement
 
toString() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
 
toString() - Method in class com.tinkerpop.blueprints.util.wrappers.event.EventIndex
 
toString() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdEdge
 
toString() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdGraph
 
toString() - Method in class com.tinkerpop.blueprints.util.wrappers.id.IdVertex
 
toString() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionElement
 
toString() - Method in class com.tinkerpop.blueprints.util.wrappers.partition.PartitionGraph
 
toString() - Method in class com.tinkerpop.blueprints.util.wrappers.readonly.ReadOnlyGraph
 
toString() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedElement
 
toString() - Method in class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
 
toString() - Method in class com.tinkerpop.blueprints.util.WrappingCloseableIterable
 
TransactionalGraph - Interface in com.tinkerpop.blueprints
A transactional graph supports the notion of transactions.
TransactionalGraph.Conclusion - Enum in com.tinkerpop.blueprints
Deprecated.
transactionAlreadyStarted() - Static method in class com.tinkerpop.blueprints.util.ExceptionFactory
 
TransactionRetryHelper<T> - Class in com.tinkerpop.blueprints.util
Creates a TransactionGraph "holder" which allows execution of a TransactionWork instance inside of a TransactionRetryStrategy implementation.
TransactionRetryHelper.Builder<T> - Class in com.tinkerpop.blueprints.util
Constructs a TransactionRetryStrategy.
TransactionRetryHelper.Builder(TransactionalGraph) - Constructor for class com.tinkerpop.blueprints.util.TransactionRetryHelper.Builder
 
TransactionRetryStrategy<T> - Interface in com.tinkerpop.blueprints.util
The strategy for executing a transaction.
TransactionRetryStrategy.AbstractRetryStrategy<T> - Class in com.tinkerpop.blueprints.util
Base class for strategy that require a retry.
TransactionRetryStrategy.AbstractRetryStrategy() - Constructor for class com.tinkerpop.blueprints.util.TransactionRetryStrategy.AbstractRetryStrategy
 
TransactionRetryStrategy.AbstractRetryStrategy(int, Set<Class>) - Constructor for class com.tinkerpop.blueprints.util.TransactionRetryStrategy.AbstractRetryStrategy
 
TransactionRetryStrategy.DelayedRetry<T> - Class in com.tinkerpop.blueprints.util
Executes the work with a number of retries and with a number of milliseconds delay between each try.
TransactionRetryStrategy.DelayedRetry() - Constructor for class com.tinkerpop.blueprints.util.TransactionRetryStrategy.DelayedRetry
 
TransactionRetryStrategy.DelayedRetry(int, long) - Constructor for class com.tinkerpop.blueprints.util.TransactionRetryStrategy.DelayedRetry
 
TransactionRetryStrategy.DelayedRetry(int, long, Set<Class>) - Constructor for class com.tinkerpop.blueprints.util.TransactionRetryStrategy.DelayedRetry
 
TransactionRetryStrategy.ExponentialBackoff<T> - Class in com.tinkerpop.blueprints.util
Executes the work with a number of retries and with a exponentially increasing number of milliseconds between each retry.
TransactionRetryStrategy.ExponentialBackoff() - Constructor for class com.tinkerpop.blueprints.util.TransactionRetryStrategy.ExponentialBackoff
 
TransactionRetryStrategy.ExponentialBackoff(int, long) - Constructor for class com.tinkerpop.blueprints.util.TransactionRetryStrategy.ExponentialBackoff
 
TransactionRetryStrategy.ExponentialBackoff(int, long, Set<Class>) - Constructor for class com.tinkerpop.blueprints.util.TransactionRetryStrategy.ExponentialBackoff
 
TransactionRetryStrategy.FireAndForget<T> - Class in com.tinkerpop.blueprints.util
Executes the work committing if possible and rolling back on failure.
TransactionRetryStrategy.FireAndForget() - Constructor for class com.tinkerpop.blueprints.util.TransactionRetryStrategy.FireAndForget
 
TransactionRetryStrategy.OneAndDone<T> - Class in com.tinkerpop.blueprints.util
Executes the work committing if possible and rolling back on failure.
TransactionRetryStrategy.OneAndDone() - Constructor for class com.tinkerpop.blueprints.util.TransactionRetryStrategy.OneAndDone
 
TransactionWork<T> - Interface in com.tinkerpop.blueprints.util
Work to be performed within a transaction as part of a TransactionRetryStrategy.
tries - Variable in class com.tinkerpop.blueprints.util.TransactionRetryStrategy.AbstractRetryStrategy
 
trigger - Variable in class com.tinkerpop.blueprints.util.wrappers.event.EventGraph
 
TYPE - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
TYPE_BOOLEAN - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
TYPE_BYTE - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
TYPE_DOUBLE - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
TYPE_FLOAT - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
TYPE_INTEGER - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
TYPE_LIST - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
TYPE_LONG - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
TYPE_MAP - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
TYPE_SHORT - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
TYPE_STRING - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
TYPE_UNKNOWN - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
typecastProperty(String, Class, Iterable<Element>) - Static method in class com.tinkerpop.blueprints.util.ElementHelper
Typecasts a property value.

U

URLCompression - Class in com.tinkerpop.blueprints.util.wrappers.batch.cache
(c) Matthias Broecheler (me@matthiasb.com)
URLCompression() - Constructor for class com.tinkerpop.blueprints.util.wrappers.batch.cache.URLCompression
 
use(TransactionRetryStrategy<T>) - Method in class com.tinkerpop.blueprints.util.TransactionRetryHelper
Executes the work with a specified TransactionRetryStrategy.

V

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
 

W

wrap(Graph) - Static method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
Constructs a BatchGraph wrapping the provided baseGraph.
wrap(Graph, long) - Static method in class com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
Constructs a BatchGraph wrapping the provided baseGraph.
WrappedEdge - Class in com.tinkerpop.blueprints.util.wrappers.wrapped
 
WrappedEdge(Edge) - Constructor for class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedEdge
 
WrappedElement - Class in com.tinkerpop.blueprints.util.wrappers.wrapped
 
WrappedElement(Element) - Constructor for class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedElement
 
WrappedGraph<T extends Graph> - Class in com.tinkerpop.blueprints.util.wrappers.wrapped
WrappedGraph serves as a template for writing a wrapper graph.
WrappedGraph(T) - Constructor for class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedGraph
 
WrappedGraphQuery - Class in com.tinkerpop.blueprints.util.wrappers
 
WrappedGraphQuery(GraphQuery) - Constructor for class com.tinkerpop.blueprints.util.wrappers.WrappedGraphQuery
 
WrappedIndexableGraph<T extends IndexableGraph> - Class in com.tinkerpop.blueprints.util.wrappers.wrapped
 
WrappedIndexableGraph(T) - Constructor for class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedIndexableGraph
 
WrappedVertex - Class in com.tinkerpop.blueprints.util.wrappers.wrapped
 
WrappedVertex(Vertex) - Constructor for class com.tinkerpop.blueprints.util.wrappers.wrapped.WrappedVertex
 
WrapperGraph<T extends Graph> - Interface in com.tinkerpop.blueprints.util.wrappers
A WrapperGraph has an underlying graph object to which it delegates its operations.
WrapperVertexQuery - Class in com.tinkerpop.blueprints.util.wrappers
A WrapperQuery is useful for wrapping the construction and results of a Vertex.query().
WrapperVertexQuery(VertexQuery) - Constructor for class com.tinkerpop.blueprints.util.wrappers.WrapperVertexQuery
 
WrappingCloseableIterable<T> - Class in com.tinkerpop.blueprints.util
 
WrappingCloseableIterable(Iterable<T>) - Constructor for class com.tinkerpop.blueprints.util.WrappingCloseableIterable
 

X

XML_SCHEMA_LOCATION_ATTRIBUTE - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
XML_SCHEMA_NAMESPACE_TAG - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
XMLNS - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 

_

_DEFAULT - Static variable in class com.tinkerpop.blueprints.util.io.graphml.GraphMLTokens
 
_ID - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
_IN_V - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
_LABEL - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
_OUT_V - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
_TYPE - Static variable in class com.tinkerpop.blueprints.util.io.graphson.GraphSONTokens
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

Copyright © 2010-2014. All Rights Reserved.