public class TinkerServiceRegistry extends ServiceRegistry
Modifier and Type | Class and Description |
---|---|
static class |
TinkerServiceRegistry.LambdaBarrierService<I,R> |
static class |
TinkerServiceRegistry.LambdaServiceFactory<I,R> |
static class |
TinkerServiceRegistry.LambdaStartService<I,R> |
static class |
TinkerServiceRegistry.LambdaStreamingService<I,R> |
static class |
TinkerServiceRegistry.TinkerService<I,R> |
static class |
TinkerServiceRegistry.TinkerServiceFactory<I,R> |
Service.DirectoryService.Params
Service.DirectoryService<I>, Service.Exceptions, Service.ServiceCallContext, Service.ServiceFactory<I,R>, Service.Type
EMPTY
NAME
Constructor and Description |
---|
TinkerServiceRegistry(TinkerGraph graph) |
Modifier and Type | Method and Description |
---|---|
<I,R> TinkerServiceRegistry.LambdaServiceFactory<I,R> |
registerLambdaService(String name) |
TinkerServiceRegistry.TinkerServiceFactory |
registerService(TinkerServiceRegistry.TinkerServiceFactory service) |
checkRegisteredService, close, describe, execute, get, registerService
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createService, describeParams, getName, getSupportedTypes, getType
execute, execute, getMaxBarrierSize, getRequirements, isBarrier, isStart, isStreaming
getRequirements, getRequirementsByType
public TinkerServiceRegistry(TinkerGraph graph)
public TinkerServiceRegistry.TinkerServiceFactory registerService(TinkerServiceRegistry.TinkerServiceFactory service)
public <I,R> TinkerServiceRegistry.LambdaServiceFactory<I,R> registerLambdaService(String name)
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.