All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| 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 TinkerGraph.close()), reference implementation of the property
graph interfaces provided by TinkerPop.
|
| TinkerGraph.DefaultIdManager |
|
| TinkerGraph.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.
|
| TinkerGraphComputer |
|
| TinkerGraphComputerView |
|
| TinkerGraphCountStrategy |
|
| TinkerGraphGremlinPlugin |
|
| TinkerGraphIterator<E> |
Wrapper on top of Iterator representing a closable resource to the underlying storage.
|
| TinkerGraphStep<S,E extends Element> |
|
| TinkerGraphStepStrategy |
|
| TinkerGraphVariables |
|
| TinkerHelper |
|
| TinkerIoRegistryV1d0 |
An implementation of the IoRegistry interface that provides serializers with custom configurations for
implementation specific classes that might need to be serialized.
|
| TinkerIoRegistryV2d0 |
An implementation of the IoRegistry interface that provides serializers with custom configurations for
implementation specific classes that might need to be serialized.
|
| TinkerIoRegistryV3d0 |
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 |
|
| TinkerVertex |
|
| TinkerVertexProperty<V> |
|
| TinkerWorkerMemory |
|
| TinkerWorkerPool |
|