Uses of Class
com.loomcache.server.cp.ConsistencySession
Packages that use ConsistencySession
-
Uses of ConsistencySession in com.loomcache.server.cp
Methods in com.loomcache.server.cp that return ConsistencySessionModifier and TypeMethodDescriptionConsistencySubsystem.createSession()Creates a new ConsistencySession for a client.@Nullable ConsistencySessionConsistencySubsystem.getSession(String sessionId) Gets a session by ID.Constructors in com.loomcache.server.cp with parameters of type ConsistencySessionModifierConstructorDescriptionLinearizableSemaphore(String semaphoreName, int permitCount, boolean sessionAware, @Nullable ConsistencySession session) Creates a new LinearizableSemaphore with the given permit count.