Uses of Enum Class
com.loomcache.server.datastructures.DistributedList.ConsistencyMode
Packages that use DistributedList.ConsistencyMode
-
Uses of DistributedList.ConsistencyMode in com.loomcache.server.datastructures
Subclasses with type arguments of type DistributedList.ConsistencyMode in com.loomcache.server.datastructuresModifier and TypeClassDescriptionstatic enumConsistency mode for a distributed list.Methods in com.loomcache.server.datastructures that return DistributedList.ConsistencyModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DistributedList.ConsistencyMode[]DistributedList.ConsistencyMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.datastructures with parameters of type DistributedList.ConsistencyModeModifier and TypeMethodDescriptionDataStructureRegistry.getOrCreateList(String name, DistributedList.ConsistencyMode mode) Get or create a distributed list with the specified consistency mode.Constructors in com.loomcache.server.datastructures with parameters of type DistributedList.ConsistencyModeModifierConstructorDescriptionDistributedList(String name, int instanceNumber, DistributedList.ConsistencyMode consistencyMode) Create a DistributedList with the given name and consistency mode.