protected class CmdSources.UpdateSource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
archive |
protected String |
batchBuilder |
protected String |
className |
protected Double |
cpu |
protected String |
customRuntimeOptions |
protected String |
DEPRECATED_className |
protected String |
DEPRECATED_deserializationClassName |
protected String |
DEPRECATED_destinationTopicName |
protected org.apache.pulsar.common.functions.FunctionConfig.ProcessingGuarantees |
DEPRECATED_processingGuarantees |
protected String |
DEPRECATED_sourceConfigFile |
protected String |
DEPRECATED_sourceConfigString |
protected String |
deserializationClassName |
protected String |
destinationTopicName |
protected Long |
disk |
protected String |
name |
protected String |
namespace |
protected Integer |
parallelism |
protected org.apache.pulsar.common.functions.FunctionConfig.ProcessingGuarantees |
processingGuarantees |
protected String |
producerConfig |
protected Long |
ram |
protected String |
schemaType |
protected org.apache.pulsar.common.io.SourceConfig |
sourceConfig |
protected String |
sourceConfigFile |
protected String |
sourceConfigString |
protected String |
sourceType |
protected String |
tenant |
protected boolean |
updateAuthData |
| Modifier | Constructor and Description |
|---|---|
protected |
UpdateSource() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
parseConfigs(String str) |
protected void |
validateSourceConfigs(org.apache.pulsar.common.io.SourceConfig sourceConfig) |
protected String |
validateSourceType(String sourceType) |
protected boolean updateAuthData
protected String tenant
protected String namespace
protected String name
protected String sourceType
protected org.apache.pulsar.common.functions.FunctionConfig.ProcessingGuarantees DEPRECATED_processingGuarantees
protected org.apache.pulsar.common.functions.FunctionConfig.ProcessingGuarantees processingGuarantees
protected String DEPRECATED_destinationTopicName
protected String destinationTopicName
protected String producerConfig
protected String batchBuilder
protected String DEPRECATED_deserializationClassName
protected String deserializationClassName
protected String schemaType
protected Integer parallelism
protected String archive
protected String DEPRECATED_className
protected String className
protected String DEPRECATED_sourceConfigFile
protected String sourceConfigFile
protected Double cpu
protected Long ram
protected Long disk
protected String DEPRECATED_sourceConfigString
protected String sourceConfigString
protected String customRuntimeOptions
protected org.apache.pulsar.common.io.SourceConfig sourceConfig
protected void validateSourceConfigs(org.apache.pulsar.common.io.SourceConfig sourceConfig)
protected String validateSourceType(String sourceType) throws IOException
IOExceptionCopyright © 2017–2022 Apache Software Foundation. All rights reserved.