Uses of Class
com.loomcache.server.CacheNode
Packages that use CacheNode
Package
Description
-
Uses of CacheNode in com.loomcache.server.metrics
Constructors in com.loomcache.server.metrics with parameters of type CacheNodeModifierConstructorDescriptionLoomCacheMXBeanImpl(CacheNode cacheNode) LoomClusterMXBeanImpl(CacheNode cacheNode) -
Uses of CacheNode in com.loomcache.springboot.autoconfigure
Constructors in com.loomcache.springboot.autoconfigure with parameters of type CacheNodeModifierConstructorDescriptionLoomHealthIndicator(@Nullable LoomCache loomcache, @Nullable CacheNode cacheNode) Construct a health indicator that also considers the embedded server path. -
Uses of CacheNode in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return CacheNodeModifier and TypeMethodDescriptionCacheNodeConfig.cacheNode(ClusterConfig clusterConfig, org.springframework.beans.factory.ObjectProvider<io.micrometer.core.instrument.MeterRegistry> meterRegistryProvider) Create and start the cache node bean.Methods in com.loomcache.springboot.config with parameters of type CacheNodeModifier and TypeMethodDescriptionCacheNodeConfig.defaultAtomicLong(CacheNode cacheNode) CacheNodeConfig.defaultAtomicReference(CacheNode cacheNode) CacheNodeConfig.defaultCounter(CacheNode cacheNode) CacheNodeConfig.defaultList(CacheNode cacheNode) CacheNodeConfig.defaultLock(CacheNode cacheNode) CacheNodeConfig.defaultMap(CacheNode cacheNode, WriteThroughCacheStore cacheStore) Default distributed map with write-through wired up.CacheNodeConfig.defaultMultiMap(CacheNode cacheNode) CacheNodeConfig.defaultQueue(CacheNode cacheNode) Create default distributed queue bean, resolved from the node's registry so it shares state with the rest of the embedded server.CacheNodeConfig.defaultReliableTopic(CacheNode cacheNode) CacheNodeConfig.defaultRingbuffer(CacheNode cacheNode) CacheNodeConfig.defaultSet(CacheNode cacheNode) Create default distributed set bean, resolved from the node's registry so it shares state with the rest of the embedded server.CacheNodeConfig.defaultTopic(CacheNode cacheNode) Create default distributed topic bean, resolved from the node's registry so it shares state with the rest of the embedded server.CacheNodeConfig.replicationManager(CacheNode cacheNode, ConsistentHashRing hashRing) Create replication manager bean.Method parameters in com.loomcache.springboot.config with type arguments of type CacheNodeModifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.FilterRegistrationBean<PassiveClusterStateWriteGuardFilter> SecurityConfig.passiveClusterStateWriteGuardFilterRegistration(org.springframework.beans.factory.ObjectProvider<CacheNode> cacheNodeProvider) -
Uses of CacheNode in com.loomcache.springboot.controller
Constructors in com.loomcache.springboot.controller with parameters of type CacheNodeModifierConstructorDescriptionClusterController(CacheNode cacheNode) Construct the cluster controller.TopicController(DistributedTopic<String> defaultTopic, CacheNode cacheNode, LoomCache loomCache) Create a TopicController with a DistributedTopic.TransactionController(CacheNode cacheNode)