Package org.umlg.sqlg.services
Class SqlgServiceRegistry
java.lang.Object
org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
org.umlg.sqlg.services.SqlgServiceRegistry
- All Implemented Interfaces:
AutoCloseable
,org.apache.tinkerpop.gremlin.structure.service.Service
,org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
,org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory
public class SqlgServiceRegistry
extends org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
TinkerGraph services are currently just "toy" services, used to demonstrate and to test.
- Author:
- Pieter Martin (http://sqlg.org)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.service.Service
org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService<I extends Object>, org.apache.tinkerpop.gremlin.structure.service.Service.Exceptions, org.apache.tinkerpop.gremlin.structure.service.Service.ServiceCallContext, org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory<I extends Object,
R extends Object>, org.apache.tinkerpop.gremlin.structure.service.Service.Type Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService.Params
-
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
EMPTY
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<I,
R> SqlgServiceRegistry.LambdaServiceFactory<I, R> registerLambdaService
(String name) Methods inherited from class org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
checkRegisteredService, close, describe, execute, get, registerService
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.service.Service
execute, execute, getMaxBarrierSize, getRequirements, isBarrier, isStart, isStreaming
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
createService, describeParams, getName, getSupportedTypes, getType
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory
getRequirements, getRequirementsByType
-
Constructor Details
-
SqlgServiceRegistry
-
-
Method Details
-
registerService
public SqlgServiceRegistry.SqlgServiceFactory registerService(SqlgServiceRegistry.SqlgServiceFactory service) -
registerLambdaService
-