Class 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 Detail

      • GafferPopNamedOperationServiceFactory

        public GafferPopNamedOperationServiceFactory​(GafferPopGraph graph)
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory<I,​R>
      • getSupportedTypes

        public Set<org.apache.tinkerpop.gremlin.structure.service.Service.Type> getSupportedTypes()
        Specified by:
        getSupportedTypes in interface org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory<I,​R>
      • createService

        public org.apache.tinkerpop.gremlin.structure.service.Service<I,​R> createService​(boolean isStart,
                                                                                               Map params)
        Specified by:
        createService in interface org.apache.tinkerpop.gremlin.structure.service.Service.ServiceFactory<I,​R>