Uses of Class
com.loomcache.server.datastructures.DistributedRingbuffer
Packages that use DistributedRingbuffer
Package
Description
-
Uses of DistributedRingbuffer in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return DistributedRingbufferModifier and TypeMethodDescriptionDataStructureRegistry.getOrCreateRingbuffer(String name, int capacity) @Nullable DistributedRingbuffer<String> DataStructureRegistry.getRingbuffer(String name) Methods in com.loomcache.server.datastructures with parameters of type DistributedRingbufferModifier and TypeMethodDescriptionvoidDataStructureRegistry.registerRingbuffer(String name, DistributedRingbuffer<String> ringbuffer) -
Uses of DistributedRingbuffer in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return DistributedRingbuffer -
Uses of DistributedRingbuffer in com.loomcache.springboot.controller
Constructors in com.loomcache.springboot.controller with parameters of type DistributedRingbufferModifierConstructorDescriptionRingbufferController(DistributedRingbuffer<String> defaultRingbuffer)