| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.structure.service | |
| org.apache.tinkerpop.gremlin.tinkergraph.services | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Service.DirectoryService<I>Meta-service to list and describe registered callable services. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ServiceRegistryA basic service registry implementation used by  CallStep. | 
| Modifier and Type | Method and Description | 
|---|---|
| Service.ServiceFactory | ServiceRegistry. registerService(Service.ServiceFactory serviceFactory)Register a callable service. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | ServiceRegistry. describe(Service.ServiceFactory service)Provide a service description for the supplied service. | 
| Service.ServiceFactory | ServiceRegistry. registerService(Service.ServiceFactory serviceFactory)Register a callable service. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TinkerDegreeCentralityFactoryCount the IN/OUT/BOTH edges for a set of vertices. | 
| class  | TinkerServiceRegistryTinkerGraph services are currently just "toy" services, used to demonstrate and to test. | 
| static class  | TinkerServiceRegistry.LambdaServiceFactory<I,R> | 
| static class  | TinkerServiceRegistry.TinkerServiceFactory<I,R> | 
| class  | TinkerTextSearchFactory<I,R>Inefficient text search implementation (scan+filter), searches for  Propertys by token/regex. | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.