Uses of Class
com.loomcache.server.datastructures.DistributedList
Packages that use DistributedList
Package
Description
-
Uses of DistributedList in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return DistributedListModifier and TypeMethodDescription@Nullable DistributedList<String> DataStructureRegistry.getOrCreateList(String name) Get or create a distributed list with the default CP (linearizable) consistency mode.DataStructureRegistry.getOrCreateList(String name, DistributedList.ConsistencyMode mode) Get or create a distributed list with the specified consistency mode.Methods in com.loomcache.server.datastructures with parameters of type DistributedListModifier and TypeMethodDescriptionvoidDataStructureRegistry.registerList(String name, DistributedList<String> list) -
Uses of DistributedList in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return DistributedList -
Uses of DistributedList in com.loomcache.springboot.controller
Constructors in com.loomcache.springboot.controller with parameters of type DistributedList