Modifier and Type | Method and Description |
---|---|
Optional<Settings.ProcessorSettings> |
Settings.optionalProcessor(Class<? extends OpProcessor> clazz)
Find the
Settings.ProcessorSettings related to the specified class. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvalOpProcessor
A base
OpProcessor implementation that helps with operations that deal with script evaluation functions. |
class |
AbstractOpProcessor
A base
OpProcessor implementation that processes an Iterator of results in a generalized way while
ensuring that graph transactions are properly managed. |
Modifier and Type | Method and Description |
---|---|
static Optional<OpProcessor> |
OpLoader.getProcessor(String name)
Gets an
OpProcessor by its name. |
static Map<String,OpProcessor> |
OpLoader.getProcessors()
Gets a read-only map of the processors where the key is the
OpProcessor name and the value is the
instance created by ServiceLoader . |
Modifier and Type | Class and Description |
---|---|
class |
SessionOpProcessor
Simple
OpProcessor implementation that handles ScriptEngine script evaluation in the context of
a session. |
Modifier and Type | Class and Description |
---|---|
class |
StandardOpProcessor
Simple
OpProcessor implementation that handles ScriptEngine script evaluation outside the context
of a session. |
Modifier and Type | Class and Description |
---|---|
class |
TraversalOpProcessor
Simple
OpProcessor implementation that iterates remotely submitted serialized Traversal objects. |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.