Uses of Interface
org.apache.tinkerpop.gremlin.server.OpProcessor
- 
- 
Uses of OpProcessor in org.apache.tinkerpop.gremlin.serverMethod parameters in org.apache.tinkerpop.gremlin.server with type arguments of type OpProcessor Modifier and Type Method Description Optional<Settings.ProcessorSettings>Settings. optionalProcessor(Class<? extends OpProcessor> clazz)Find theSettings.ProcessorSettingsrelated to the specified class.
- 
Uses of OpProcessor in org.apache.tinkerpop.gremlin.server.opClasses in org.apache.tinkerpop.gremlin.server.op that implement OpProcessor Modifier and Type Class Description classAbstractEvalOpProcessorA baseOpProcessorimplementation that helps with operations that deal with script evaluation functions.classAbstractOpProcessorA baseOpProcessorimplementation that processes anIteratorof results in a generalized way while ensuring that graph transactions are properly managed.Methods in org.apache.tinkerpop.gremlin.server.op that return types with arguments of type OpProcessor Modifier and Type Method Description static Optional<OpProcessor>OpLoader. getProcessor(String name)Gets anOpProcessorby its name.static Map<String,OpProcessor>OpLoader. getProcessors()Gets a read-only map of the processors where the key is theOpProcessorname and the value is the instance created byServiceLoader.
- 
Uses of OpProcessor in org.apache.tinkerpop.gremlin.server.op.sessionClasses in org.apache.tinkerpop.gremlin.server.op.session that implement OpProcessor Modifier and Type Class Description classSessionOpProcessorSimpleOpProcessorimplementation that handlesScriptEnginescript evaluation in the context of a session.
- 
Uses of OpProcessor in org.apache.tinkerpop.gremlin.server.op.standardClasses in org.apache.tinkerpop.gremlin.server.op.standard that implement OpProcessor Modifier and Type Class Description classStandardOpProcessorSimpleOpProcessorimplementation that handlesScriptEnginescript evaluation outside the context of a session.
- 
Uses of OpProcessor in org.apache.tinkerpop.gremlin.server.op.traversalClasses in org.apache.tinkerpop.gremlin.server.op.traversal that implement OpProcessor Modifier and Type Class Description classTraversalOpProcessorSimpleOpProcessorimplementation that iterates remotely submitted serializedTraversalobjects.
 
-