Uses of Package
com.loomcache.server.cp
Packages that use com.loomcache.server.cp
Package
Description
-
Classes in com.loomcache.server.cp used by com.loomcache.server
-
Classes in com.loomcache.server.cp used by com.loomcache.server.cpClassDescriptionTracks client session state for session-aware CP primitives.Represents a fencing token used to prevent stale lock holders from accessing resources.Generates monotonically increasing fencing tokens for lock acquisitions.Linearizable distributed atomic long with strong consistency via Raft.Linearizable distributed atomic reference with strong consistency via Raft.Distributed countdown latch for synchronizing multiple threads on a shared counter.WARNING: JVM-LOCAL ONLY — NOT a distributed lock.Distributed semaphore for controlling access to a limited resource pool.Manages CP session lifecycle: creation, heartbeat, expiration, and cleanup.Represents a session managed by the SessionManager.Callback invoked when a resource (e.g., lock or semaphore permit) is released due to session expiration.Enumeration of possible states for a CP session.Statistics about active and historical CP sessions.
-
Classes in com.loomcache.server.cp used by com.loomcache.server.handlerClassDescriptionConsistency Subsystem — manages Raft-based strongly consistent distributed primitives.
-
Classes in com.loomcache.server.cp used by com.loomcache.springboot.configClassDescriptionLinearizable distributed atomic long with strong consistency via Raft.Linearizable distributed atomic reference with strong consistency via Raft.WARNING: JVM-LOCAL ONLY — NOT a distributed lock.
-
Classes in com.loomcache.server.cp used by com.loomcache.springboot.controllerClassDescriptionLinearizable distributed atomic long with strong consistency via Raft.Linearizable distributed atomic reference with strong consistency via Raft.WARNING: JVM-LOCAL ONLY — NOT a distributed lock.