Class TinkerServiceRegistry
java.lang.Object
org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
org.apache.tinkerpop.gremlin.tinkergraph.services.TinkerServiceRegistry
- All Implemented Interfaces:
AutoCloseable,Service,Service.DirectoryService,Service.ServiceFactory
TinkerGraph services are currently just "toy" services, used to demonstrate and to test.
- Author:
- Mike Personick (http://github.com/mikepersonick)
-
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
Service.DirectoryService<I>, Service.Exceptions, Service.ServiceCallContext, Service.ServiceFactory<I,R>, Service.Type Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.service.Service.DirectoryService
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> TinkerServiceRegistry.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
-
TinkerServiceRegistry
-
-
Method Details
-
registerService
public TinkerServiceRegistry.TinkerServiceFactory registerService(TinkerServiceRegistry.TinkerServiceFactory service) -
registerLambdaService
-