クラス KafkaProperties.Streams

java.lang.ObjectSE
org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
含まれているクラス:
KafkaProperties

public static class KafkaProperties.Streams extends ObjectSE
優先度の高い(および中程度の)Streams プロパティと一般的なプロパティバケット。
  • コンストラクターの詳細

    • Streams

      public Streams()
  • メソッドの詳細

    • getSsl

      public KafkaProperties.Ssl getSsl()
    • getSecurity

      public KafkaProperties.Security getSecurity()
    • getCleanup

      public KafkaProperties.Cleanup getCleanup()
    • getApplicationId

      public StringSE getApplicationId()
    • setApplicationId

      public void setApplicationId(StringSE applicationId)
    • isAutoStartup

      public boolean isAutoStartup()
    • setAutoStartup

      public void setAutoStartup(boolean autoStartup)
    • getBootstrapServers

      public ListSE<StringSE> getBootstrapServers()
    • setBootstrapServers

      public void setBootstrapServers(ListSE<StringSE> bootstrapServers)
    • getCacheMaxSizeBuffering

      @DeprecatedConfigurationProperty(replacement="spring.kafka.streams.state-store-cache-max-size", since="3.1.0") @DeprecatedSE(since="3.1.0", forRemoval=true) public DataSize getCacheMaxSizeBuffering()
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • setCacheMaxSizeBuffering

      @DeprecatedSE(since="3.1.0", forRemoval=true) public void setCacheMaxSizeBuffering(DataSize cacheMaxSizeBuffering)
      非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
    • getStateStoreCacheMaxSize

      public DataSize getStateStoreCacheMaxSize()
    • setStateStoreCacheMaxSize

      public void setStateStoreCacheMaxSize(DataSize stateStoreCacheMaxSize)
    • getClientId

      public StringSE getClientId()
    • setClientId

      public void setClientId(StringSE clientId)
    • getReplicationFactor

      public IntegerSE getReplicationFactor()
    • setReplicationFactor

      public void setReplicationFactor(IntegerSE replicationFactor)
    • getStateDir

      public StringSE getStateDir()
    • setStateDir

      public void setStateDir(StringSE stateDir)
    • getProperties

      public MapSE<StringSE,StringSE> getProperties()
    • buildProperties

      public MapSE<StringSE,ObjectSE> buildProperties(SslBundles sslBundles)