Class GafferPopNamedOperationServiceFactory<I,R>
- java.lang.Object
-
- uk.gov.gchq.gaffer.tinkerpop.service.GafferPopNamedOperationServiceFactory<I,R>
-
- All Implemented Interfaces:
AutoCloseable
,org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory<I,R>
public class GafferPopNamedOperationServiceFactory<I,R> extends Object implements org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory<I,R>
-
-
Constructor Summary
Constructors Constructor Description GafferPopNamedOperationServiceFactory(GafferPopGraph graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.tinkerpop.gremlin.structure.service.Service<I,R>
createService(boolean isStart, Map params)
String
getName()
Set<org.apache.tinkerpop.gremlin.structure.service.Service.Type>
getSupportedTypes()
-
-
-
Constructor Detail
-
GafferPopNamedOperationServiceFactory
public GafferPopNamedOperationServiceFactory(GafferPopGraph graph)
-
-