public static class RedisProperties.Lettuce.Cluster.Refresh
extends java.lang.Object
| Constructor and Description |
|---|
Refresh() |
| Modifier and Type | Method and Description |
|---|---|
java.time.Duration |
getPeriod() |
boolean |
isAdaptive() |
boolean |
isDynamicRefreshSources() |
void |
setAdaptive(boolean adaptive) |
void |
setDynamicRefreshSources(boolean dynamicRefreshSources) |
void |
setPeriod(java.time.Duration period) |
public boolean isDynamicRefreshSources()
public void setDynamicRefreshSources(boolean dynamicRefreshSources)
public java.time.Duration getPeriod()
public void setPeriod(java.time.Duration period)
public boolean isAdaptive()
public void setAdaptive(boolean adaptive)