A C D E F G H I K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractTinkerGraph - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
-
Base class for
TinkerGraphandTinkerTransactionGraph. - AbstractTinkerGraph() - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- AbstractTinkerGraph.DefaultIdManager - Enum in org.apache.tinkerpop.gremlin.tinkergraph.structure
-
A default set of
AbstractTinkerGraph.IdManagerimplementations for common identifier types. - AbstractTinkerGraph.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.
- AbstractTinkerGraph.TinkerGraphEdgeFeatures - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- AbstractTinkerGraph.TinkerGraphVertexFeatures - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- AbstractTinkerGraph.TinkerGraphVertexPropertyFeatures - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- AbstractTinkerIndex<T extends Element> - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
-
Storage for indexes that can be used by different implementations of
AbstractTinkerGraph. - AbstractTinkerIndex(AbstractTinkerGraph, Class<T>) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
- AbstractTinkerIndex.IndexedNull - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- add(String, Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
- add(String, Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerMemory
- addBarrierLambda(TriFunction<Service.ServiceCallContext, TraverserSet<I>, Map, Iterator<R>>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaServiceFactory
- addBarrierLambda(TriFunction<Service.ServiceCallContext, TraverserSet<I>, Map, Iterator<R>>, int) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaServiceFactory
- addDescribeParams(Map) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaServiceFactory
- addDescribeParams(Map) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceFactory
- addEdge(String, Vertex, Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- addEdge(TinkerVertex, TinkerVertex, String, Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- addEdge(TinkerVertex, TinkerVertex, String, Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- addEdge(TinkerVertex, TinkerVertex, String, Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- addHasContainer(HasContainer) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect.TinkerGraphStep
- addInEdge(TinkerVertex, String, Edge) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- addInEdge(TinkerVertex, String, Edge) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- addInEdge(TinkerVertex, String, Edge) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- addOutEdge(TinkerVertex, String, Edge) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- addOutEdge(TinkerVertex, String, Edge) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- addOutEdge(TinkerVertex, String, Edge) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- addProperty(TinkerVertex, String, V) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
- addRequirements(TraverserRequirement...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerService
- addRequirements(Service.Type, TraverserRequirement...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceFactory
- addStartLambda(BiFunction<Service.ServiceCallContext, Map, Iterator<R>>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaServiceFactory
- addStreamingLambda(TriFunction<Service.ServiceCallContext, Traverser.Admin<I>, Map, Iterator<R>>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaServiceFactory
- addVertex(Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- addVertex(Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- addVertex(Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- allow(Object) - Method in interface org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.IdManager
-
Determine if an identifier is allowed by this manager given its type.
- allowNullPropertyValues - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- ANY - org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.DefaultIdManager
-
Manages identifiers of any type.
- apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization.TinkerGraphCountStrategy
- apply(Traversal.Admin<?, ?>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization.TinkerGraphStepStrategy
- applyPost() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization.TinkerGraphCountStrategy
- autoUpdate(String, Object, Object, T) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
-
Update index for single property of element.
- autoUpdateIndex(TinkerEdge, String, Object, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIndexHelper
- autoUpdateIndex(TinkerVertex, String, Object, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIndexHelper
C
- checkKeyValue(String, Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
- CHUNK_SIZE - Static variable in interface org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaServiceFactory.Options
-
Dynamic configuration of chunk size for barriers.
- clear() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
-
Clear internal graph data
- clear() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- clear() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- clone() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
- clone() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
- clone() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
- clone() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- clone() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
- clone(int) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaBarrierService
- close() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
- close() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect.TinkerGraphStep
- close() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerDegreeCentralityFactory
- close() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory
- close() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
-
This method only has an effect if the
AbstractTinkerGraph.GREMLIN_TINKERGRAPH_GRAPH_LOCATIONis set, in which case the data in the graph is persisted to that location. - close() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphIterator
- closeNow() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
- complete() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
- complete() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
- complete() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerMemory
- complete(MapReduce<?, ?, OK, OV, ?>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerReduceEmitter
- complete(MapReduce<K, V, ?, ?, ?>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMapEmitter
- completeSubRound() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
- compute() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- compute(Class<C>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- computeKeys - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
- configuration - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- configuration() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- convert(Object) - Method in interface org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.IdManager
-
Convert an identifier to the type required by the manager.
- copy(Element) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
- copy(TinkerVertex) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
- count(String, Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
-
Get count of elements which have a property with the desired value.
- createClassic() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
-
Create the "classic" graph which was the original toy graph from TinkerPop 2.x.
- createGraphComputerView(AbstractTinkerGraph, GraphFilter, Set<VertexComputeKey>) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
- createGratefulDead() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
-
Creates the "grateful dead" graph which is a larger graph than most of the toy graphs but has real-world structure and application and is therefore useful for demonstrating more complex traversals.
- createIndex(String, Class<E>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- createIndex(String, Class<E>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- createKeyIndex(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
-
Create new index
- createKitchenSink() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
-
Creates the "kitchen sink" graph which is a collection of structures (e.g.
- createModern() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
-
Create the "modern" graph which has the same structure as the "classic" graph from TinkerPop 2.x but includes 3.x features like vertex labels.
- createService(boolean, Map) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerDegreeCentralityFactory
- createService(boolean, Map) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaServiceFactory
- createService(boolean, Map) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory
- createTheCrew() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
-
Create the "the crew" graph which is a TinkerPop 3.x toy graph showcasing many 3.x features like meta-properties, multi-properties and graph variables.
- createTinkerEdge(Object, Vertex, String, Vertex) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- createTinkerEdge(Object, Vertex, String, Vertex, long) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- createTinkerVertex(Object, String, AbstractTinkerGraph) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- createTinkerVertex(Object, String, AbstractTinkerGraph, long) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- createTinkerVertexProperty(Object, TinkerVertex, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- createTinkerVertexProperty(TinkerVertex, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- currentId - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- currentMap - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
- currentVersion - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
D
- DEFAULT_CHUNK_SIZE - Static variable in interface org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaServiceFactory.Options
- DEFAULT_TYPE - Static variable in interface org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaServiceFactory.Options
- defaultVertexPropertyCardinality - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- DESCRIBE - Static variable in interface org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerDegreeCentralityFactory.Params
- DESCRIBE - Static variable in interface org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory.Params
- describeParams - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceFactory
- describeParams() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerDegreeCentralityFactory
- describeParams() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceFactory
- describeParams() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory
- DIRECTION - Static variable in interface org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerDegreeCentralityFactory.Params
- dropGraphComputerView(AbstractTinkerGraph) - 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
- dropIndex(String, Class<E>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- dropKeyIndex(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
-
Drop index
E
- edge() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphFeatures
- edge() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph.TinkerGraphFeatures
- edge(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
-
Return
Edgeby id. - edge(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- edge(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- edgeIdManager - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- edgeIndex - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- edges - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- edges(Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- edges(Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- edges(Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- edges(Traversal<Vertex, Edge>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
- 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
- elementAlreadyRemoved(Class<? extends Element>, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
- 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.AbstractTinkerIndex.IndexedNull
- 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
- execute(Service.ServiceCallContext, Map) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaStartService
- execute(Service.ServiceCallContext, Map) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory
- execute(Service.ServiceCallContext, Traverser.Admin<I>, Map) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaStreamingService
- execute(Service.ServiceCallContext, Traverser.Admin<Vertex>, Map) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerDegreeCentralityFactory
- execute(Service.ServiceCallContext, TraverserSet<I>, Map) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaBarrierService
- executeMapReduce(Consumer<MapReduce>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
- executeVertexProgram(TriConsumer<Iterator<Vertex>, VertexProgram, TinkerWorkerMemory>) - 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.
- features() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
-
Return TinkerGraph feature set.
G
- generateClassic(AbstractTinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
-
Generate the graph in
TinkerFactory.createClassic()into an existing graph. - generateGratefulDead(AbstractTinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
-
Generate the graph in
TinkerFactory.createGratefulDead()into an existing graph. - generateKitchenSink(AbstractTinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
-
Generate the graph in
TinkerFactory.createKitchenSink()into an existing graph. - generateModern(AbstractTinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
-
Generate the graph in
TinkerFactory.createModern()into an existing graph. - generateTheCrew(AbstractTinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerFactory
-
Generate the graph in
TinkerFactory.createTheCrew()into an existing graph. - get(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
- get(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerMemory
- get(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphVariables
- get(String, Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
-
Get list of elements which have a property with the desired value.
- getCardinality(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphVertexFeatures
- getEdges(TinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
-
Allows direct access to a TinkerGraph's storage which can be helpful for advanced use cases.
- getEdges(TinkerVertex, Direction, String...) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
- getEdgesCount() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
-
Graph-specific implementation for number of vertices.
- getEdgesCount() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- getEdgesCount() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- getEdgesTx(TinkerVertex, Direction, String...) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
- getGraphComputerView(AbstractTinkerGraph) - 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() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
-
Get all index keys for Graph
- getIndexedKeys(Class<E>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- getIteration() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
- getIteration() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerMemory
- getMaxBarrierSize() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaBarrierService
- getName() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceFactory
- getNextId(AbstractTinkerGraph) - Method in interface org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.IdManager
-
Generate an identifier which should be unique to the
TinkerGraphinstance. - 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
- getRequirements() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerService
- getRequirements(Service.Type) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceFactory
- getRuntime() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
- getRuntime() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerMemory
- getServiceRegistry() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- getServiceRegistry() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- getSupportedTypes() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerDegreeCentralityFactory
- getSupportedTypes() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaServiceFactory
- getSupportedTypes() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory
- getType() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerDegreeCentralityFactory
- getType() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaBarrierService
- getType() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaStartService
- getType() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaStreamingService
- getType() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory
- getVertices(TinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
-
Allows direct access to a TinkerGraph's storage which can be helpful for advanced use cases.
- getVertices(TinkerVertex, Direction, String...) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
- getVerticesCount() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
-
Graph-specific implementation for number of vertices.
- getVerticesCount() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- getVerticesCount() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- getVerticesTx(TinkerVertex, Direction, String...) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
- graph - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceFactory
- graph - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
- graph - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- 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.TinkerTransactionGraph.TinkerGraphFeatures
- graph() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- graphComputerView - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- graphFormat - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- graphLocation - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- GREMLIN_TINKERGRAPH_ALLOW_NULL_PROPERTY_VALUES - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- GREMLIN_TINKERGRAPH_DEFAULT_VERTEX_PROPERTY_CARDINALITY - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- GREMLIN_TINKERGRAPH_EDGE_ID_MANAGER - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- GREMLIN_TINKERGRAPH_GRAPH_FORMAT - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- GREMLIN_TINKERGRAPH_GRAPH_LOCATION - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- GREMLIN_TINKERGRAPH_SERVICE - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- GREMLIN_TINKERGRAPH_VERTEX_ID_MANAGER - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- GREMLIN_TINKERGRAPH_VERTEX_PROPERTY_ID_MANAGER - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
H
- hasEdge(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- hasEdge(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- hasEdge(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- hashCode() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map.TinkerCountGlobalStep
- hashCode() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect.TinkerGraphStep
- hashCode() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex.IndexedNull
- hashCode() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
- hashCode() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
- hasNext() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphIterator
- hasVertex(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- hasVertex(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- hasVertex(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
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(AbstractTinkerGraph) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
- incrIteration() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
- incrIteration() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerMemory
- indexable(Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
-
Provides a way for an index to have a
nullvalue asConcurrentHashMapwill not allow anullkey. - indexClass - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
- indexedKeys - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
- inEdges - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- inEdgesId - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- instance() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.jsr223.TinkerGraphGremlinPlugin
- instance() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization.TinkerGraphCountStrategy
- instance() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization.TinkerGraphStepStrategy
- instance() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIoRegistryV1
- instance() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIoRegistryV2
- instance() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIoRegistryV3
- instantiate(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- INTEGER - org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.DefaultIdManager
-
Manages identifiers of type
Integer. - inVertex - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
- inVertex() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
- inVertexId - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
- io(Io.Builder<I>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- isInitialIteration() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
- isInitialIteration() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerMemory
- isPresent() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
-
The existence of this object implies the property is present, thus even a
nullvalue means "present". - 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.process.computer.TinkerWorkerMemory
- 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
- LambdaBarrierService(TinkerServiceRegistry.LambdaServiceFactory<I, R>, TriFunction<Service.ServiceCallContext, TraverserSet<I>, Map, Iterator<R>>) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaBarrierService
- LambdaBarrierService(TinkerServiceRegistry.LambdaServiceFactory<I, R>, TriFunction<Service.ServiceCallContext, TraverserSet<I>, Map, Iterator<R>>, int) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaBarrierService
- LambdaServiceFactory(AbstractTinkerGraph, String) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaServiceFactory
- LambdaStartService(TinkerServiceRegistry.LambdaServiceFactory<I, R>, BiFunction<Service.ServiceCallContext, Map, Iterator<R>>) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaStartService
- LambdaStreamingService(TinkerServiceRegistry.LambdaServiceFactory<I, R>, TriFunction<Service.ServiceCallContext, Traverser.Admin<I>, Map, Iterator<R>>) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaStreamingService
- legalEdge(Vertex, Edge) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
- legalVertex(Vertex) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
- loadGraph() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- LONG - org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.DefaultIdManager
-
Manages identifiers of type
Long.
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
- memoryKeys - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
N
- name - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceFactory
- NAME - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerDegreeCentralityFactory
- NAME - Static variable in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory
- next() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphIterator
O
- open() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
-
Open a new
TinkerGraphinstance. - open() - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
-
Open a new
TinkerTransactionGraphinstance. - open(Configuration) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
-
Open a new
TinkerGraphinstance. - open(Configuration) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
-
Open a new
TinkerGraphinstance. - org.apache.tinkerpop.gremlin.tinkergraph.jsr223 - package org.apache.tinkerpop.gremlin.tinkergraph.jsr223
- org.apache.tinkerpop.gremlin.tinkergraph.process.computer - package org.apache.tinkerpop.gremlin.tinkergraph.process.computer
- org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map - package org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map
- 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.services - package org.apache.tinkerpop.gremlin.tinkergraph.services
- org.apache.tinkerpop.gremlin.tinkergraph.structure - package org.apache.tinkerpop.gremlin.tinkergraph.structure
- outEdges - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- outEdgesId - 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
- outVertexId - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
P
- persist(GraphComputer.Persist) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
- previousMap - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMemory
- processNextStart() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map.TinkerCountGlobalStep
- 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 - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- properties - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
- properties() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphVertexFeatures
- properties(String...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
- properties(String...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- properties(String...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
- 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(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
- property(String, U) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
- property(String, V) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
- property(VertexProperty.Cardinality, String, V, Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
Q
- queryEdgeIndex(AbstractTinkerGraph, String, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIndexHelper
- queryVertexIndex(AbstractTinkerGraph, String, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIndexHelper
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
- REGEX - Static variable in interface org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory.Params
-
Directly Specify the regex
- registerLambdaService(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry
- registerService(TinkerServiceRegistry.TinkerServiceFactory) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry
- remove() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
- 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
- remove(String) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphVariables
- remove(String, Object, T) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
-
Remove elements with some property from index.
- removed - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
- removeEdge(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- removeEdge(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- removeEdge(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- removeElement(T) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerIndex
-
Remove elements from all indexes.
- removeElementIndex(TinkerEdge) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIndexHelper
- removeElementIndex(TinkerVertex) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIndexHelper
- removeIndex(TinkerEdge, String, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIndexHelper
- removeIndex(TinkerVertex, String, Object) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIndexHelper
- removeProperty(TinkerVertex, String, VertexProperty) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
- removeVertex(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- removeVertex(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- removeVertex(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- requirements - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceFactory
- reset() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map.TinkerCountGlobalStep
- result(GraphComputer.ResultGraph) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
S
- saveGraph() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- search(AbstractTinkerGraph, String, Optional<Class<E>>) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
- search(TinkerGraph, String) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
- SEARCH - Static variable in interface org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory.Params
-
Specify a search term - will be converted to regex via .*(search).*
- selectIdManager(Configuration, String, Class<T>) - Static method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
-
Construct an
AbstractTinkerGraph.IdManagerfrom the TinkerGraphConfiguration. - sendMessage(MessageScope, M) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMessenger
- serviceFactory - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerService
- serviceRegistry - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- 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.process.computer.TinkerWorkerMemory
- 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
- setIteration(int) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerMemory
- 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
- setRuntime(long) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerMemory
- setVertexProgram(VertexProgram) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerPool
- STRING - org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.DefaultIdManager
-
Manages identifiers of type
String. - submit() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
- supportsConcurrentAccess() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphGraphFeatures
- supportsConcurrentAccess() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph.TinkerGraphGraphFeatures
- supportsCustomIds() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphEdgeFeatures
- supportsCustomIds() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphVertexFeatures
- supportsCustomIds() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphVertexPropertyFeatures
- supportsNullPropertyValues() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphEdgeFeatures
- supportsNullPropertyValues() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphVertexFeatures
- supportsNullPropertyValues() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphVertexPropertyFeatures
- supportsServiceCall() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphGraphFeatures
- supportsServiceCall() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph.TinkerGraphGraphFeatures
- supportsThreadedTransactions() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphGraphFeatures
- supportsThreadedTransactions() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph.TinkerGraphGraphFeatures
- supportsTransactions() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphGraphFeatures
- supportsTransactions() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph.TinkerGraphGraphFeatures
T
- TinkerCountGlobalStep<S extends Element> - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map
- TinkerCountGlobalStep(Traversal.Admin, Class<S>) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map.TinkerCountGlobalStep
- TinkerDegreeCentralityFactory - Class in org.apache.tinkerpop.gremlin.tinkergraph.services
-
Count the IN/OUT/BOTH edges for a set of vertices.
- TinkerDegreeCentralityFactory(AbstractTinkerGraph) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerDegreeCentralityFactory
- TinkerDegreeCentralityFactory.Params - Interface in org.apache.tinkerpop.gremlin.tinkergraph.services
- TinkerEdge - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- TinkerEdge(Object, Vertex, String, Vertex) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
- TinkerEdge(Object, Vertex, String, Vertex, long) - 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
- TinkerElement(Object, String, long) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
- TinkerFactory - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
-
Helps create a variety of different toy graphs for testing and learning purposes.
- TinkerGraph - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
-
An in-memory (with optional persistence on calls to
AbstractTinkerGraph.close()), reference implementation of the property graph interfaces provided by TinkerPop. - TinkerGraph.TinkerGraphFeatures - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- TinkerGraph.TinkerGraphGraphFeatures - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- TinkerGraphComputer - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
- TinkerGraphComputer(AbstractTinkerGraph) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
- TinkerGraphComputerView - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
- TinkerGraphComputerView(AbstractTinkerGraph, GraphFilter, Set<VertexComputeKey>) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputerView
- TinkerGraphCountStrategy - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization
-
This strategy will do a graph size call if the traversal is a count of the vertices and edges of the graph or a one-to-one map chain thereof.
- TinkerGraphEdgeFeatures() - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphEdgeFeatures
- TinkerGraphGremlinPlugin - Class in org.apache.tinkerpop.gremlin.tinkergraph.jsr223
- TinkerGraphGremlinPlugin() - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.jsr223.TinkerGraphGremlinPlugin
- TinkerGraphIterator<E> - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
-
Wrapper on top of Iterator representing a closable resource to the underlying storage.
- TinkerGraphIterator(Iterator<E>) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraphIterator
- TinkerGraphStep<S,E extends Element> - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect
- TinkerGraphStep(GraphStep<S, E>) - 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
- TinkerGraphVertexFeatures() - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphVertexFeatures
- TinkerGraphVertexPropertyFeatures() - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphVertexPropertyFeatures
- TinkerHelper - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- TinkerIndexHelper - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- TinkerIoRegistryV1 - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
-
An implementation of the
IoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized. - TinkerIoRegistryV2 - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
-
An implementation of the
IoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized. - TinkerIoRegistryV3 - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
-
An implementation of the
IoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized. - 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
- TinkerService(TinkerServiceRegistry.TinkerServiceFactory<I, R>) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerService
- TinkerServiceFactory(AbstractTinkerGraph, String) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.TinkerServiceFactory
- TinkerServiceRegistry - Class in org.apache.tinkerpop.gremlin.tinkergraph.services
-
TinkerGraph services are currently just "toy" services, used to demonstrate and to test.
- TinkerServiceRegistry(AbstractTinkerGraph) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry
- TinkerServiceRegistry.LambdaBarrierService<I,R> - Class in org.apache.tinkerpop.gremlin.tinkergraph.services
- TinkerServiceRegistry.LambdaServiceFactory<I,R> - Class in org.apache.tinkerpop.gremlin.tinkergraph.services
- TinkerServiceRegistry.LambdaServiceFactory.Options - Interface in org.apache.tinkerpop.gremlin.tinkergraph.services
- TinkerServiceRegistry.LambdaStartService<I,R> - Class in org.apache.tinkerpop.gremlin.tinkergraph.services
- TinkerServiceRegistry.LambdaStreamingService<I,R> - Class in org.apache.tinkerpop.gremlin.tinkergraph.services
- TinkerServiceRegistry.TinkerService<I,R> - Class in org.apache.tinkerpop.gremlin.tinkergraph.services
- TinkerServiceRegistry.TinkerServiceFactory<I,R> - Class in org.apache.tinkerpop.gremlin.tinkergraph.services
- TinkerTextSearchFactory<I,R> - Class in org.apache.tinkerpop.gremlin.tinkergraph.services
-
Inefficient text search implementation (scan+filter), searches for
Propertys by token/regex. - TinkerTextSearchFactory(AbstractTinkerGraph) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory
- TinkerTextSearchFactory.Params - Interface in org.apache.tinkerpop.gremlin.tinkergraph.services
- TinkerTransactionGraph - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
-
An in-memory (with optional persistence on calls to
AbstractTinkerGraph.close()), reference implementation of the property graph interfaces with transaction support provided by TinkerPop. - TinkerTransactionGraph.TinkerGraphFeatures - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- TinkerTransactionGraph.TinkerGraphGraphFeatures - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- TinkerVertex - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- TinkerVertex(Object, String, AbstractTinkerGraph) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- TinkerVertex(Object, String, AbstractTinkerGraph, long) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- TinkerVertexProperty<V> - Class in org.apache.tinkerpop.gremlin.tinkergraph.structure
- TinkerVertexProperty(Object, TinkerVertex, String, V, Object...) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
-
Use this constructor to construct
VertexPropertyinstances forTinkerGraphwhere theidcan be explicitly set and validated against the expected data type. - 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. - TinkerWorkerMemory - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
- TinkerWorkerMemory(TinkerMemory) - Constructor for class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerWorkerMemory
- TinkerWorkerPool - Class in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
- TinkerWorkerPool(AbstractTinkerGraph, TinkerMemory, 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.computer.TinkerWorkerMemory
- toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.map.TinkerCountGlobalStep
- toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.step.sideEffect.TinkerGraphStep
- toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- 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.TinkerGraphVariables
- toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerProperty
- toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph.TinkerGraphFeatures
- toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertex
- toString() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
- touch(TinkerEdge) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
-
Mark
Edgeas changed in transaction. - touch(TinkerEdge) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- touch(TinkerVertex) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
-
Mark
Vertexas changed in transaction. - touch(TinkerVertex) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- tx() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- tx() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- tx() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- type(String) - Static method in interface org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory.Params
- TYPE - Static variable in interface org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry.LambdaServiceFactory.Options
-
Dynamic configuration of execution type.
- TYPE - Static variable in interface org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerTextSearchFactory.Params
-
Specify the type of Element to search for (optional)
U
- UUID - org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.DefaultIdManager
-
Manages identifiers of type
UUID.
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.AbstractTinkerGraph.DefaultIdManager
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.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.AbstractTinkerGraph
- variables() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- version() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerElement
- vertex() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph.TinkerGraphFeatures
- vertex() - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph.TinkerGraphFeatures
- vertex(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
-
Return
Vertexby id. - vertex(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- vertex(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- vertexIdManager - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- vertexIndex - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- vertexProperties(Traversal<Vertex, ? extends Property<?>>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
- vertexPropertyIdManager - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- vertices - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- vertices(Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
- vertices(Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
- vertices(Object...) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerTransactionGraph
- vertices(Traversal<Vertex, Vertex>) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
- vertices(Direction) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerEdge
- 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.AbstractTinkerGraph.TinkerGraphEdgeFeatures
- willAllowId(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphVertexFeatures
- willAllowId(Object) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph.TinkerGraphVertexPropertyFeatures
- workers(int) - Method in class org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerGraphComputer
All Classes All Packages