public class KafkaStreamsStateStoreProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KafkaStreamsStateStoreProperties.StoreType
Enumeration for store type.
|
| Constructor and Description |
|---|
KafkaStreamsStateStoreProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeySerdeString() |
long |
getLength() |
String |
getName() |
long |
getRetention() |
KafkaStreamsStateStoreProperties.StoreType |
getType() |
String |
getValueSerdeString() |
boolean |
isCacheEnabled() |
boolean |
isLoggingDisabled() |
void |
setCacheEnabled(boolean cacheEnabled) |
void |
setKeySerdeString(String keySerdeString) |
void |
setLength(long length) |
void |
setLoggingDisabled(boolean loggingDisabled) |
void |
setName(String name) |
void |
setRetention(long retention) |
void |
setType(KafkaStreamsStateStoreProperties.StoreType type) |
void |
setValueSerdeString(String valueSerdeString) |
public String getName()
public void setName(String name)
public KafkaStreamsStateStoreProperties.StoreType getType()
public void setType(KafkaStreamsStateStoreProperties.StoreType type)
public long getLength()
public void setLength(long length)
public long getRetention()
public void setRetention(long retention)
public String getKeySerdeString()
public void setKeySerdeString(String keySerdeString)
public String getValueSerdeString()
public void setValueSerdeString(String valueSerdeString)
public boolean isCacheEnabled()
public void setCacheEnabled(boolean cacheEnabled)
public boolean isLoggingDisabled()
public void setLoggingDisabled(boolean loggingDisabled)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.