public abstract static class TinkerServiceRegistry.TinkerService<I,R> extends Object implements Service<I,R>
Service.DirectoryService<I>, Service.Exceptions, Service.ServiceCallContext, Service.ServiceFactory<I,R>, Service.Type
Modifier and Type | Field and Description |
---|---|
protected TinkerServiceRegistry.TinkerServiceFactory<I,R> |
serviceFactory |
Modifier | Constructor and Description |
---|---|
protected |
TinkerService(TinkerServiceRegistry.TinkerServiceFactory<I,R> serviceFactory) |
Modifier and Type | Method and Description |
---|---|
TinkerServiceRegistry.TinkerService |
addRequirements(TraverserRequirement... requirements) |
Set<TraverserRequirement> |
getRequirements()
Return any
TraverserRequirement s necessary for this service call. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, execute, execute, execute, getMaxBarrierSize, getType, isBarrier, isStart, isStreaming
protected final TinkerServiceRegistry.TinkerServiceFactory<I,R> serviceFactory
protected TinkerService(TinkerServiceRegistry.TinkerServiceFactory<I,R> serviceFactory)
public TinkerServiceRegistry.TinkerService addRequirements(TraverserRequirement... requirements)
public Set<TraverserRequirement> getRequirements()
Service
TraverserRequirement
s necessary for this service call.getRequirements
in interface Service<I,R>
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.