Class KafkaStreamsStateStoreProperties
java.lang.Object
org.springframework.cloud.stream.binder.kafka.streams.properties.KafkaStreamsStateStoreProperties
Properties for Kafka Streams state store.
- Author:
- Lei Chen
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration for store type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetName()longgetType()booleanbooleanvoidsetCacheEnabled(boolean cacheEnabled) voidsetKeySerdeString(String keySerdeString) voidsetLength(long length) voidsetLoggingDisabled(boolean loggingDisabled) voidvoidsetRetention(long retention) voidvoidsetValueSerdeString(String valueSerdeString)
-
Constructor Details
-
KafkaStreamsStateStoreProperties
public KafkaStreamsStateStoreProperties()
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
getLength
public long getLength() -
setLength
public void setLength(long length) -
getRetention
public long getRetention() -
setRetention
public void setRetention(long retention) -
getKeySerdeString
-
setKeySerdeString
-
getValueSerdeString
-
setValueSerdeString
-
isCacheEnabled
public boolean isCacheEnabled() -
setCacheEnabled
public void setCacheEnabled(boolean cacheEnabled) -
isLoggingDisabled
public boolean isLoggingDisabled() -
setLoggingDisabled
public void setLoggingDisabled(boolean loggingDisabled)
-