| 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 |
ServiceRegistry
A 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 |
TinkerDegreeCentralityFactory
Count the IN/OUT/BOTH edges for a set of vertices.
|
class |
TinkerServiceRegistry
TinkerGraph 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–2023 Apache Software Foundation. All rights reserved.