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 classstatic classstatic classstatic classstatic classstatic classNested 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
EMPTYFields 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, registerServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.service.Service
execute, execute, getMaxBarrierSize, getRequirements, isBarrier, isStart, isStreamingMethods inherited from interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
createService, describeParams, getName, getSupportedTypes, getTypeMethods 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
-