Class KafkaStreamsStateStoreProperties

java.lang.Object
org.springframework.cloud.stream.binder.kafka.streams.properties.KafkaStreamsStateStoreProperties

public class KafkaStreamsStateStoreProperties extends Object
Properties for Kafka Streams state store.
Author:
Lei Chen
  • Constructor Details

    • KafkaStreamsStateStoreProperties

      public KafkaStreamsStateStoreProperties()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

    • setType

      public void setType(KafkaStreamsStateStoreProperties.StoreType type)
    • getLength

      public long getLength()
    • setLength

      public void setLength(long length)
    • getRetention

      public long getRetention()
    • setRetention

      public void setRetention(long retention)
    • getKeySerdeString

      public String getKeySerdeString()
    • setKeySerdeString

      public void setKeySerdeString(String keySerdeString)
    • getValueSerdeString

      public String getValueSerdeString()
    • setValueSerdeString

      public void setValueSerdeString(String valueSerdeString)
    • isCacheEnabled

      public boolean isCacheEnabled()
    • setCacheEnabled

      public void setCacheEnabled(boolean cacheEnabled)
    • isLoggingDisabled

      public boolean isLoggingDisabled()
    • setLoggingDisabled

      public void setLoggingDisabled(boolean loggingDisabled)