类 CmdSources.LocalSourceRunner
java.lang.Object
org.apache.pulsar.admin.cli.CmdSources.CreateSource
org.apache.pulsar.admin.cli.CmdSources.LocalSourceRunner
- 封闭类:
- CmdSources
-
字段概要
字段修饰符和类型字段说明protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Doubleprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected org.apache.pulsar.common.functions.FunctionConfig.ProcessingGuaranteesprotected Stringprotected Stringprotected Booleanprotected Booleanprotected Stringprotected Booleanprotected Stringprotected Stringprotected Longprotected Stringprotected Stringprotected Stringprotected Integerprotected org.apache.pulsar.common.functions.FunctionConfig.ProcessingGuaranteesprotected Stringprotected Longprotected Stringprotected Stringprotected Stringprotected Stringprotected org.apache.pulsar.common.io.SourceConfigprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected booleanprotected Stringprotected boolean -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected org.apache.pulsar.common.io.BatchSourceConfigparseConfigs(String str) voidrunCmd()protected voidvalidateBatchSourceConfigs(org.apache.pulsar.common.io.BatchSourceConfig batchSourceConfig) protected voidvalidateSourceConfigs(org.apache.pulsar.common.io.SourceConfig sourceConfig) protected StringvalidateSourceType(String sourceType)
-
字段详细资料
-
stateStorageServiceUrl
-
deprecatedBrokerServiceUrl
-
brokerServiceUrl
-
deprecatedClientAuthPlugin
-
clientAuthPlugin
-
deprecatedClientAuthParams
-
clientAuthParams
-
deprecatedUseTls
-
useTls
protected boolean useTls -
deprecatedTlsAllowInsecureConnection
-
tlsAllowInsecureConnection
protected boolean tlsAllowInsecureConnection -
deprecatedTlsHostNameVerificationEnabled
-
tlsHostNameVerificationEnabled
protected boolean tlsHostNameVerificationEnabled -
deprecatedTlsTrustCertFilePath
-
tlsTrustCertFilePath
-
secretsProviderClassName
-
secretsProviderConfig
-
metricsPortStart
-
tenant
-
namespace
-
name
-
sourceType
-
deprecatedProcessingGuarantees
protected org.apache.pulsar.common.functions.FunctionConfig.ProcessingGuarantees deprecatedProcessingGuarantees -
processingGuarantees
protected org.apache.pulsar.common.functions.FunctionConfig.ProcessingGuarantees processingGuarantees -
deprecatedDestinationTopicName
-
destinationTopicName
-
producerConfig
-
batchBuilder
-
deprecatedDeserializationClassName
-
deserializationClassName
-
schemaType
-
parallelism
-
archive
-
deprecatedClassName
-
className
-
deprecatedSourceConfigFile
-
sourceConfigFile
-
cpu
-
ram
-
disk
-
deprecatedSourceConfigString
-
sourceConfigString
-
batchSourceConfigString
-
customRuntimeOptions
-
secretsString
-
sourceConfig
protected org.apache.pulsar.common.io.SourceConfig sourceConfig
-
-
构造器详细资料
-
LocalSourceRunner
protected LocalSourceRunner()
-
-
方法详细资料
-
runCmd
- 抛出:
Exception
-
validateSourceType
-
parseConfigs
protected Map<String,Object> parseConfigs(String str) throws com.fasterxml.jackson.core.JsonProcessingException - 抛出:
com.fasterxml.jackson.core.JsonProcessingException
-
parseBatchSourceConfigs
-
validateSourceConfigs
protected void validateSourceConfigs(org.apache.pulsar.common.io.SourceConfig sourceConfig) -
validateBatchSourceConfigs
protected void validateBatchSourceConfigs(org.apache.pulsar.common.io.BatchSourceConfig batchSourceConfig)
-