Class CmdSinks.UpdateSink

  • Enclosing class:
    CmdSinks

    protected class CmdSinks.UpdateSink
    extends Object
    • Field Detail

      • updateAuthData

        protected boolean updateAuthData
      • tenant

        protected String tenant
      • namespace

        protected String namespace
      • sinkType

        protected String sinkType
      • inputs

        protected String inputs
      • deprecatedTopicsPattern

        protected String deprecatedTopicsPattern
      • topicsPattern

        protected String topicsPattern
      • deprecatedSubsName

        protected String deprecatedSubsName
      • subsName

        protected String subsName
      • subsPosition

        protected org.apache.pulsar.client.api.SubscriptionInitialPosition subsPosition
      • deprecatedCustomSerdeInputString

        protected String deprecatedCustomSerdeInputString
      • customSerdeInputString

        protected String customSerdeInputString
      • customSchemaInputString

        protected String customSchemaInputString
      • inputSpecs

        protected String inputSpecs
      • maxMessageRetries

        protected Integer maxMessageRetries
      • deadLetterTopic

        protected String deadLetterTopic
      • deprecatedRetainOrdering

        protected Boolean deprecatedRetainOrdering
      • retainOrdering

        protected Boolean retainOrdering
      • parallelism

        protected Integer parallelism
      • retainKeyOrdering

        protected Boolean retainKeyOrdering
      • archive

        protected String archive
      • deprecatedClassName

        protected String deprecatedClassName
      • className

        protected String className
      • deprecatedSinkConfigFile

        protected String deprecatedSinkConfigFile
      • sinkConfigFile

        protected String sinkConfigFile
      • ram

        protected Long ram
      • disk

        protected Long disk
      • deprecatedSinkConfigString

        protected String deprecatedSinkConfigString
      • sinkConfigString

        protected String sinkConfigString
      • autoAck

        protected Boolean autoAck
      • timeoutMs

        protected Long timeoutMs
      • negativeAckRedeliveryDelayMs

        protected Long negativeAckRedeliveryDelayMs
      • customRuntimeOptions

        protected String customRuntimeOptions
      • secretsString

        protected String secretsString
    • Constructor Detail

      • UpdateSink

        protected UpdateSink()
    • Method Detail

      • validateSinkConfigs

        protected void validateSinkConfigs​(SinkConfig sinkConfig)
      • parseConfigs

        protected Map<String,​Object> parseConfigs​(String str)
                                                 throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException