クラス KafkaProperties.Streams
java.lang.ObjectSE
org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- 含まれているクラス:
- KafkaProperties
優先度の高い(および中程度の)Streams プロパティと一般的なプロパティバケット。
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明buildProperties(SslBundles sslBundles) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。getSsl()booleanvoidsetApplicationId(StringSE applicationId) voidsetAutoStartup(boolean autoStartup) voidsetBootstrapServers(ListSE<StringSE> bootstrapServers) voidsetCacheMaxSizeBuffering(DataSize cacheMaxSizeBuffering) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。voidsetClientId(StringSE clientId) voidsetReplicationFactor(IntegerSE replicationFactor) voidsetStateDir(StringSE stateDir) voidsetStateStoreCacheMaxSize(DataSize stateStoreCacheMaxSize)
コンストラクターの詳細
Streams
public Streams()
メソッドの詳細
getSsl
getSecurity
getCleanup
getApplicationId
setApplicationId
isAutoStartup
public boolean isAutoStartup()setAutoStartup
public void setAutoStartup(boolean autoStartup) getBootstrapServers
setBootstrapServers
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
setStateStoreCacheMaxSize
getClientId
setClientId
getReplicationFactor
setReplicationFactor
getStateDir
setStateDir
getProperties
buildProperties