Class Settings.ProcessorSettings
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.server.Settings.ProcessorSettings
 
- 
- Enclosing class:
- Settings
 
 public static class Settings.ProcessorSettings extends Object Custom configurations for anyOpProcessorimplementations. These settings will not be relevant unless the referencedOpProcessoris actually loaded viaServiceLoader.
- 
- 
Field SummaryFields Modifier and Type Field Description StringclassNameThe fully qualified class name of anOpProcessorimplementation.Map<String,Object>configA set of configurations as expected by theOpProcessor.
 - 
Constructor SummaryConstructors Constructor Description ProcessorSettings()
 
- 
- 
- 
Field Detail- 
classNamepublic String className The fully qualified class name of anOpProcessorimplementation.
 - 
configpublic Map<String,Object> config A set of configurations as expected by theOpProcessor. Consult the documentation of theOpProcessorfor information on what these configurations should be.
 
- 
 
-