| Modifier and Type | Method and Description | 
|---|---|
| Optional<Settings.ProcessorSettings> | Settings. optionalProcessor(Class<? extends OpProcessor> clazz)Find the  Settings.ProcessorSettingsrelated to the specified class. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractEvalOpProcessorA base  OpProcessorimplementation that helps with operations that deal with script evaluation functions. | 
| class  | AbstractOpProcessorA base  OpProcessorimplementation that processes anIteratorof 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  OpProcessorby its name. | 
| static Map<String,OpProcessor> | OpLoader. getProcessors()Gets a read-only map of the processors where the key is the  OpProcessorname and the value is the
 instance created byServiceLoader. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SessionOpProcessorSimple  OpProcessorimplementation that handlesScriptEnginescript evaluation in the context of
 a session. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StandardOpProcessorSimple  OpProcessorimplementation that handlesScriptEnginescript evaluation outside the context
 of a session. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TraversalOpProcessorSimple  OpProcessorimplementation that iterates remotely submitted serializedTraversalobjects. | 
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.