All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractTinkerGraph |
|
| AbstractTinkerGraph.DefaultIdManager |
|
| AbstractTinkerGraph.IdManager<T> |
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.
|
| AbstractTinkerIndex<T extends Element> |
|
| AbstractTinkerIndex.IndexedNull |
|
| TinkerCountGlobalStep<S extends Element> |
|
| TinkerDegreeCentralityFactory |
Count the IN/OUT/BOTH edges for a set of vertices.
|
| TinkerDegreeCentralityFactory.Params |
|
| TinkerEdge |
|
| TinkerElement |
|
| TinkerFactory |
Helps create a variety of different toy graphs for testing and learning purposes.
|
| TinkerGraph |
An in-memory (with optional persistence on calls to AbstractTinkerGraph.close()), reference implementation of the property
graph interfaces provided by TinkerPop.
|
| TinkerGraphComputer |
|
| TinkerGraphComputerView |
|
| TinkerGraphCountStrategy |
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.
|
| TinkerGraphGremlinPlugin |
|
| TinkerGraphIterator<E> |
Wrapper on top of Iterator representing a closable resource to the underlying storage.
|
| TinkerGraphStep<S,E extends Element> |
|
| TinkerGraphStepStrategy |
|
| TinkerGraphVariables |
|
| TinkerHelper |
|
| TinkerIndexHelper |
|
| TinkerIoRegistryV1 |
An implementation of the IoRegistry interface that provides serializers with custom configurations for
implementation specific classes that might need to be serialized.
|
| TinkerIoRegistryV2 |
An implementation of the IoRegistry interface that provides serializers with custom configurations for
implementation specific classes that might need to be serialized.
|
| TinkerIoRegistryV3 |
An implementation of the IoRegistry interface that provides serializers with custom configurations for
implementation specific classes that might need to be serialized.
|
| TinkerMapEmitter<K,V> |
|
| TinkerMemory |
|
| TinkerMessenger<M> |
|
| TinkerProperty<V> |
|
| TinkerReduceEmitter<OK,OV> |
|
| TinkerServiceRegistry |
TinkerGraph services are currently just "toy" services, used to demonstrate and to test.
|
| TinkerServiceRegistry.LambdaBarrierService<I,R> |
|
| TinkerServiceRegistry.LambdaServiceFactory<I,R> |
|
| TinkerServiceRegistry.LambdaServiceFactory.Options |
|
| TinkerServiceRegistry.LambdaStartService<I,R> |
|
| TinkerServiceRegistry.LambdaStreamingService<I,R> |
|
| TinkerServiceRegistry.TinkerService<I,R> |
|
| TinkerServiceRegistry.TinkerServiceFactory<I,R> |
|
| TinkerTextSearchFactory<I,R> |
Inefficient text search implementation (scan+filter), searches for Propertys by token/regex.
|
| TinkerTextSearchFactory.Params |
|
| TinkerTransactionGraph |
An in-memory (with optional persistence on calls to AbstractTinkerGraph.close()), reference implementation of the property
graph interfaces with transaction support provided by TinkerPop.
|
| TinkerVertex |
|
| TinkerVertexProperty<V> |
|
| TinkerWorkerMemory |
|
| TinkerWorkerPool |
|