Uses of Class
org.keycloak.models.sessions.infinispan.changes.PersistentUpdate
Packages that use PersistentUpdate
-
Uses of PersistentUpdate in org.keycloak.models.sessions.infinispan.changes
Constructor parameters in org.keycloak.models.sessions.infinispan.changes with type arguments of type PersistentUpdateModifierConstructorDescriptionClientSessionPersistentChangelogBasedTransaction
(KeycloakSession session, ArrayBlockingQueue<PersistentUpdate> batchingQueue, CacheHolder<EmbeddedClientSessionKey, AuthenticatedClientSessionEntity> cacheHolder, CacheHolder<EmbeddedClientSessionKey, AuthenticatedClientSessionEntity> offlineCacheHolder, UserSessionPersistentChangelogBasedTransaction userSessionTx) JpaChangesPerformer
(String cacheName, ArrayBlockingQueue<PersistentUpdate> batchingQueue) PersistentSessionsChangelogBasedTransaction
(KeycloakSession session, String cacheName, ArrayBlockingQueue<PersistentUpdate> batchingQueue, CacheHolder<K, V> cacheHolder, CacheHolder<K, V> offlineCacheHolder) PersistentSessionsWorker
(KeycloakSessionFactory factory, ArrayBlockingQueue<PersistentUpdate> asyncQueuePersistentUpdate, int maxBatchSize) UserSessionPersistentChangelogBasedTransaction
(KeycloakSession session, ArrayBlockingQueue<PersistentUpdate> batchingQueue, CacheHolder<String, UserSessionEntity> cacheHolder, CacheHolder<String, UserSessionEntity> offlineCacheHolder)