Class RedisProperties.Lettuce.Cluster.Refresh
java.lang.Object
org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster.Refresh
- Enclosing class:
RedisProperties.Lettuce.Cluster
- Since:
- 1.0.0
- Author:
- Dave Syer, Christoph Strobl, EddĂș MelĂ©ndez, Marco Aust, Mark Paluch, Stephane Nicoll, Scott Frederick, Yanming Zhou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setAdaptive
(boolean adaptive) void
setDynamicRefreshSources
(boolean dynamicRefreshSources) void
-
Constructor Details
-
Refresh
public Refresh()
-
-
Method Details
-
isDynamicRefreshSources
public boolean isDynamicRefreshSources() -
setDynamicRefreshSources
public void setDynamicRefreshSources(boolean dynamicRefreshSources) -
getPeriod
-
setPeriod
-
isAdaptive
public boolean isAdaptive() -
setAdaptive
public void setAdaptive(boolean adaptive)
-