Uses of Class
com.loomcache.common.config.ClusterConfig
Packages that use ClusterConfig
Package
Description
-
Uses of ClusterConfig in com.loomcache.common.config
Methods in com.loomcache.common.config that return ClusterConfig -
Uses of ClusterConfig in com.loomcache.server
Constructors in com.loomcache.server with parameters of type ClusterConfigModifierConstructorDescriptionCacheNode(ClusterConfig config) Primary constructor — uses ClusterConfig.CacheNode(ClusterConfig config, @Nullable io.micrometer.core.instrument.MeterRegistry meterRegistry) Primary constructor with custom MeterRegistry for metrics collection. -
Uses of ClusterConfig in com.loomcache.server.config
Methods in com.loomcache.server.config that return ClusterConfig -
Uses of ClusterConfig in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return ClusterConfigModifier and TypeMethodDescriptionCacheNodeConfig.clusterConfig()Create cluster configuration bean from properties.Methods in com.loomcache.springboot.config with parameters of type ClusterConfigModifier and TypeMethodDescriptionCacheNodeConfig.cacheNode(ClusterConfig clusterConfig, org.springframework.beans.factory.ObjectProvider<io.micrometer.core.instrument.MeterRegistry> meterRegistryProvider) Create and start the cache node bean.CacheNodeConfig.consistentHashRing(ClusterConfig clusterConfig) Create consistent hash ring bean.