public static class Settings.ProcessorSettings extends Object
OpProcessor
implementations. These settings will not be relevant
unless the referenced OpProcessor
is actually loaded via ServiceLoader
.Modifier and Type | Field and Description |
---|---|
String |
className
The fully qualified class name of an
OpProcessor implementation. |
Map<String,Object> |
config
A set of configurations as expected by the
OpProcessor . |
Constructor and Description |
---|
ProcessorSettings() |
public String className
OpProcessor
implementation.public Map<String,Object> config
OpProcessor
. Consult the documentation of the
OpProcessor
for information on what these configurations should be.Copyright © 2013–2022 Apache Software Foundation. All rights reserved.