Uses of Enum Class
com.loomcache.server.replication.ConsistencyLevel
Packages that use ConsistencyLevel
-
Uses of ConsistencyLevel in com.loomcache.server.cluster
Methods in com.loomcache.server.cluster with parameters of type ConsistencyLevelModifier and TypeMethodDescriptionTopologyAwareRouter.routeRead(String key, ConsistencyLevel consistencyLevel, List<TopologyAwareRouter.NodeEndpoint> availableNodes, String leaderId) Route a read request based on topology and consistency level. -
Uses of ConsistencyLevel in com.loomcache.server.replication
Subclasses with type arguments of type ConsistencyLevel in com.loomcache.server.replicationModifier and TypeClassDescriptionenumEnumeration of consistency levels for read operations.Methods in com.loomcache.server.replication that return ConsistencyLevelModifier and TypeMethodDescriptionstatic ConsistencyLevelReturns the enum constant of this class with the specified name.static ConsistencyLevel[]ConsistencyLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.replication with parameters of type ConsistencyLevelModifier and TypeMethodDescription@Nullable StringReadRouter.routeRead(ConsistencyLevel consistencyLevel, @Nullable String sessionId) Route a read request and get the target replica.