| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal.step.map | |
| org.apache.tinkerpop.gremlin.structure.service | |
| org.apache.tinkerpop.gremlin.tinkergraph.services |
| Modifier and Type | Method and Description |
|---|---|
protected Service<S,E> |
CallStep.service() |
| 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<I,R> |
Service.ServiceFactory.createService(boolean isStart,
Map params)
Create a Service call instance.
|
default Service |
Service.DirectoryService.createService(boolean isStart,
Map params) |
Service |
ServiceRegistry.get(String service,
boolean isStart,
Map params)
Lookup a service by name.
|
| 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.LambdaBarrierService<I,R> |
static class |
TinkerServiceRegistry.LambdaStartService<I,R> |
static class |
TinkerServiceRegistry.LambdaStreamingService<I,R> |
static class |
TinkerServiceRegistry.TinkerService<I,R> |
class |
TinkerTextSearchFactory<I,R>
Inefficient text search implementation (scan+filter), searches for
Propertys by token/regex. |
| Modifier and Type | Method and Description |
|---|---|
Service<I,R> |
TinkerTextSearchFactory.createService(boolean isStart,
Map params) |
Service<I,R> |
TinkerServiceRegistry.LambdaServiceFactory.createService(boolean isStart,
Map params) |
Service<Vertex,Long> |
TinkerDegreeCentralityFactory.createService(boolean isStart,
Map params) |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.