Skip navigation links
A C D E F G H I K L M O P Q R S T V W 

A

addEdge(TinkerGraph, TinkerVertex, TinkerVertex, String, Object...) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
addEdge(String, Vertex, Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
addHasContainer(HasContainer) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect.TinkerGraphStep
 
addInEdge(TinkerVertex, String, Edge) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
addOutEdge(TinkerVertex, String, Edge) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
addProperty(TinkerVertex, String, V) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
 
addVertex(Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
afterPluginTo(PluginAcceptor) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.groovy.plugin.TinkerGraphGremlinPlugin
 
allow(Object) - Method in interface org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.IdManager
Determine if an identifier is allowed by this manager given its type.
and(String, boolean) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization.TinkerGraphStepStrategy
 
autoUpdateIndex(TinkerEdge, String, Object, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
autoUpdateIndex(TinkerVertex, String, Object, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 

C

clear() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
close() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
 
close() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
complete(MapReduce<K, V, ?, ?, ?>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMapEmitter
 
complete() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
complete(MapReduce<?, ?, OK, OV, ?>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerReduceEmitter
 
completeSubRound() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
compute(Class<C>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
compute() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
computeKeys - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
 
CONFIG_DEFAULT_VERTEX_PROPERTY_CARDINALITY - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
CONFIG_EDGE_ID - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
CONFIG_VERTEX_ID - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
CONFIG_VERTEX_PROPERTY_ID - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
configuration() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
convert(Object) - Method in interface org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.IdManager
Convert an identifier to the type required by the manager.
createClassic() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
 
createGraphComputerView(TinkerGraph, Set<String>) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
createIndex(String, Class<E>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
Create an index for said element class (Vertex or Edge) and said property key.
createModern() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
 
createTheCrew() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
 
currentId - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
currentMap - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 

D

defaultVertexPropertyCardinality - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
dropGraphComputerView(TinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
dropIndex(String, Class<E>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
Drop the index for the specified element class (Vertex or Edge) and key.

E

edge() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphFeatures
 
edgeIdManager - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
edgeIndex - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
edges - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
edges(Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
edges(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
element - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
 
element() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 
emit(K, V) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMapEmitter
 
emit(OK, OV) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerReduceEmitter
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
 
equals(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 
executeMapReduce(Consumer<MapReduce>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
 
executeVertexProgram(Consumer<VertexProgram>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
 

F

features() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
 
features() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
Return TinkerGraph feature set.

G

generateClassic(TinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
 
generateModern(TinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
 
generateTheCrew(TinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
 
get(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
get(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphVariables
 
getCardinality(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphVertexFeatures
 
getEdges(TinkerVertex, Direction, String...) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
getGraphComputerView(TinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
getHasContainers() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect.TinkerGraphStep
 
getIndexedKeys(Class<E>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
Return all the keys currently being index for said element class (Vertex or Edge).
getIteration() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
getName() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.groovy.plugin.TinkerGraphGremlinPlugin
 
getNextId(TinkerGraph) - Method in interface org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.IdManager
Generate an identifier which should be unique to the TinkerGraph instance.
getProperties(TinkerVertex) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
 
getProperties(TinkerVertex) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
getProperty(TinkerVertex, String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
 
getRuntime() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
getVertices(TinkerVertex, Direction, String...) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
graph() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
graph() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphFeatures
 
graph() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
graphComputerView - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 

H

hashCode() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
 
hashCode() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
 

I

id - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
 
id() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
 
id() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 
inComputerMode(TinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
incr(String, long) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
incrIteration() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
inEdges - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
instance() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization.TinkerGraphStepStrategy
 
inVertex - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
inVertex() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
isInitialIteration() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
 
isPresent() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 

K

key - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
 
key() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 
keys() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
keys() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
keys() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphVariables
 
keys() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
keys() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 

L

label - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
 
label() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
 

M

mapQueue - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMapEmitter
 
mapReduce(MapReduce) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
 
mapReduceWorkerEnd(MapReduce.Stage) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
 
mapReduceWorkerStart(MapReduce.Stage) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
 
memoryKeys - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 

O

open() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
Open a new TinkerGraph instance.
open(Configuration) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
Open a new TinkerGraph instance.
or(String, boolean) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
org.apache.tinkerpop.gremlin.tinkergraph.groovy.plugin - package org.apache.tinkerpop.gremlin.tinkergraph.groovy.plugin
 
org.apache.tinkerpop.gremlin.tinkergraph.process.computer - package org.apache.tinkerpop.gremlin.tinkergraph.process.computer
 
org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect - package org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect
 
org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization - package org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization
 
org.apache.tinkerpop.gremlin.tinkergraph.structure - package org.apache.tinkerpop.gremlin.tinkergraph.structure
 
outEdges - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
outVertex - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
outVertex() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 

P

persist(GraphComputer.Persist) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
 
pluginTo(PluginAcceptor) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.groovy.plugin.TinkerGraphGremlinPlugin
 
previousMap - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
processResultGraphPersist(GraphComputer.ResultGraph, GraphComputer.Persist) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
 
program(VertexProgram) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
 
properties - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
properties() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphVertexFeatures
 
properties - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
properties - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 
properties(String...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 
property(String, V) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
property(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
property(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
property(VertexProperty.Cardinality, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
property(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 
property(String, U) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 

Q

queryEdgeIndex(TinkerGraph, String, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
queryVertexIndex(TinkerGraph, String, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 

R

receiveMessages() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMessenger
 
reduceMap - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMapEmitter
 
reduceQueue - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerReduceEmitter
 
remove() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
remove(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphVariables
 
remove() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
 
remove() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
remove() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 
removed - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
 
removeElementIndex(TinkerVertex) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
removeElementIndex(TinkerEdge) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
removeIndex(TinkerVertex, String, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
removeIndex(TinkerEdge, String, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
 
removeProperty(TinkerVertex, String, VertexProperty) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
 
result(GraphComputer.ResultGraph) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
 

S

sendMessage(MessageScope, M) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMessenger
 
set(String, Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
set(String, Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphVariables
 
setIteration(int) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
setMapReduce(MapReduce) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
 
setRuntime(long) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
setVertexProgram(VertexProgram) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
 
submit() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
 
supportsConcurrentAccess() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphGraphFeatures
 
supportsCustomIds() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphEdgeFeatures
 
supportsCustomIds() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphVertexFeatures
 
supportsCustomIds() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphVertexPropertyFeatures
 
supportsPersistence() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphGraphFeatures
 
supportsThreadedTransactions() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphGraphFeatures
 
supportsTransactions() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphGraphFeatures
 

T

TinkerEdge - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerEdge(Object, Vertex, String, Vertex) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
TinkerElement - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerElement(Object, String) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
 
TinkerFactory - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerGraph - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
An in-sideEffects, reference implementation of the property graph interfaces provided by Gremlin3.
TinkerGraph.DefaultIdManager - Enum in org.apache.tinkerpop.gremlin.tinkergraph.structure
A default set of TinkerGraph.IdManager implementations for common identifier types.
TinkerGraph.IdManager<T> - Interface in org.apache.tinkerpop.gremlin.tinkergraph.structure
TinkerGraph will use an implementation of this interface to generate identifiers when a user does not supply them and to handle identifier conversions when querying to provide better flexibility with respect to handling different data types that mean the same thing.
TinkerGraph.TinkerGraphEdgeFeatures - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerGraph.TinkerGraphFeatures - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerGraph.TinkerGraphGraphFeatures - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerGraph.TinkerGraphVertexFeatures - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerGraph.TinkerGraphVertexPropertyFeatures - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerGraphComputer - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
 
TinkerGraphComputer(TinkerGraph) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
 
TinkerGraphComputerView - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
 
TinkerGraphComputerView(TinkerGraph, Set<String>) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
 
TinkerGraphGremlinPlugin - Class in org.apache.tinkerpop.gremlin.tinkergraph.groovy.plugin
 
TinkerGraphGremlinPlugin() - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.groovy.plugin.TinkerGraphGremlinPlugin
 
TinkerGraphStep<S extends Element> - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect
 
TinkerGraphStep(GraphStep<S>) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect.TinkerGraphStep
 
TinkerGraphStepStrategy - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization
 
TinkerGraphVariables - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerGraphVariables() - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphVariables
 
TinkerHelper - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerMapEmitter<K,V> - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
 
TinkerMapEmitter(boolean) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMapEmitter
 
TinkerMemory - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
 
TinkerMemory(VertexProgram<?>, Set<MapReduce>) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
TinkerMessenger<M> - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
 
TinkerMessenger(Vertex, TinkerMessageBoard<M>, Optional<MessageCombiner<M>>) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMessenger
 
TinkerProperty<V> - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerProperty(Element, String, V) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
 
TinkerReduceEmitter<OK,OV> - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
 
TinkerReduceEmitter() - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerReduceEmitter
 
TinkerVertex - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerVertex(Object, String, TinkerGraph) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
TinkerVertexProperty<V> - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
 
TinkerVertexProperty(TinkerVertex, String, V, Object...) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
This constructor will not validate the ID type against the Graph.
TinkerVertexProperty(Object, TinkerVertex, String, V, Object...) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
Use this constructor to construct VertexProperty instances for TinkerGraph where the id can be explicitly set and validated against the expected data type.
TinkerWorkerPool - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
 
TinkerWorkerPool(int) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
 
toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
 
toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
 
toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect.TinkerGraphStep
 
toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphFeatures
 
toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphVariables
 
toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
 
toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 
toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 
tx() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 

V

value - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
 
value() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
 
valueOf(String) - Static method in enum org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.DefaultIdManager
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.DefaultIdManager
Returns an array containing the constants of this enum type, in the order they are declared.
variables - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
variables() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
vertex() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphFeatures
 
vertexIdManager - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
vertexIndex - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
vertexProgramWorkerIterationEnd(Memory) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
 
vertexProgramWorkerIterationStart(Memory) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
 
vertexPropertyIdManager - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
vertices(Direction) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
 
vertices - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
vertices(Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
 
vertices(Direction, String...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
 

W

willAllowId(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphEdgeFeatures
 
willAllowId(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphVertexFeatures
 
willAllowId(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphVertexPropertyFeatures
 
A C D E F G H I K L M O P Q R S T V W 
Skip navigation links

Copyright © 2013–2015 Apache Software Foundation. All rights reserved.