Uses of Interface
org.wildfly.clustering.cache.Key
Packages that use Key
Package
Description
-
Uses of Key in org.wildfly.clustering.cache
Classes in org.wildfly.clustering.cache with type parameters of type KeyModifier and TypeClassDescriptionclassKeyFormatter<I, K extends Key<I>>A formatter of a cache key.classKeySerializer<I, K extends Key<I>>A serializer for a key. -
Uses of Key in org.wildfly.clustering.cache.infinispan
Classes in org.wildfly.clustering.cache.infinispan that implement KeyModifier and TypeClassDescriptionclassCacheKey<I>An base implementation for Infinispan cache keys. -
Uses of Key in org.wildfly.clustering.server.infinispan.manager
Classes in org.wildfly.clustering.server.infinispan.manager that implement interfaces with type arguments of type KeyModifier and TypeClassDescriptionclassAnIdentifierFactoryServicethat uses aKeyAffinityServiceto pre-generate locally hashing identifiers from a supplier.Methods in org.wildfly.clustering.server.infinispan.manager that return KeyConstructor parameters in org.wildfly.clustering.server.infinispan.manager with type arguments of type KeyModifierConstructorDescriptionAffinityIdentifierFactoryService(Supplier<I> factory, org.infinispan.Cache<? extends Key<I>, ?> cache) Creates an affinity identifier factory service. -
Uses of Key in org.wildfly.clustering.server.infinispan.scheduler
Classes in org.wildfly.clustering.server.infinispan.scheduler with type parameters of type KeyModifier and TypeClassDescriptionclassCacheEntrySchedulerService<I, K extends Key<I>, V, T>A cache entry scheduler facade for a scheduler.Methods in org.wildfly.clustering.server.infinispan.scheduler with type parameters of type KeyModifier and TypeMethodDescriptionstatic <I, K extends Key<I>, V, M>
Consumer<CacheStreamFilter<Map.Entry<K, V>>> CacheEntriesTask.cancel(org.infinispan.Cache<K, V> cache, Predicate<Map.Entry<? super K, ? super V>> filter, CacheEntryScheduler<K, V> scheduler) Creates a task that cancels entries matching the specified filter.static <I, K extends Key<I>, V, M>
Consumer<CacheStreamFilter<Map.Entry<K, V>>> CacheEntriesTask.schedule(org.infinispan.Cache<K, V> cache, Predicate<Map.Entry<? super K, ? super V>> filter, CacheEntryScheduler<K, V> scheduler) Creates a task that schedules entries matching the specified filter. -
Uses of Key in org.wildfly.clustering.session.cache
Classes in org.wildfly.clustering.session.cache with type parameters of type KeyModifier and TypeClassDescriptionclassSessionKeyMarshaller<K extends Key<String>>Scalar marshaller for a session identifier. -
Uses of Key in org.wildfly.clustering.session.infinispan.embedded
Classes in org.wildfly.clustering.session.infinispan.embedded with type parameters of type KeyModifier and TypeClassDescriptionclassSessionKeyFormatter<K extends Key<String>>BaseFormatterfor cache keys containing session identifiers. -
Uses of Key in org.wildfly.clustering.session.infinispan.embedded.attributes
Classes in org.wildfly.clustering.session.infinispan.embedded.attributes that implement Key -
Uses of Key in org.wildfly.clustering.session.infinispan.embedded.metadata
Classes in org.wildfly.clustering.session.infinispan.embedded.metadata that implement KeyModifier and TypeClassDescriptionclassCache key for the session meta data entry. -
Uses of Key in org.wildfly.clustering.session.infinispan.embedded.user
Classes in org.wildfly.clustering.session.infinispan.embedded.user that implement KeyModifier and TypeClassDescriptionclassCache key for the authentication cache entry.classThe cache entry containing the associated sessions for a user. -
Uses of Key in org.wildfly.clustering.session.infinispan.remote.attributes
Classes in org.wildfly.clustering.session.infinispan.remote.attributes that implement Key -
Uses of Key in org.wildfly.clustering.session.infinispan.remote.metadata
Classes in org.wildfly.clustering.session.infinispan.remote.metadata that implement KeyModifier and TypeClassDescriptionclassCache key for the session access meta data entry.classCache key for the session creation meta data entry. -
Uses of Key in org.wildfly.clustering.session.infinispan.remote.user
Classes in org.wildfly.clustering.session.infinispan.remote.user that implement KeyModifier and TypeClassDescriptionclassThe cache key for user context entries.classThe cache key for user sessions entries.