Package org.apache.tinkerpop.gremlin.tinkergraph.services
-
Interface Summary Interface Description TinkerDegreeCentralityFactory.Params TinkerServiceRegistry.LambdaServiceFactory.Options TinkerTextSearchFactory.Params -
Class Summary Class Description TinkerDegreeCentralityFactory Count the IN/OUT/BOTH edges for a set of vertices.TinkerServiceRegistry TinkerGraph services are currently just "toy" services, used to demonstrate and to test.TinkerServiceRegistry.LambdaBarrierService<I,R> TinkerServiceRegistry.LambdaServiceFactory<I,R> 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 forProperty
s by token/regex.