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>> 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 Key -
Uses of Key in org.wildfly.clustering.server.infinispan.affinity
Methods in org.wildfly.clustering.server.infinispan.affinity that return types with arguments of type KeyConstructor parameters in org.wildfly.clustering.server.infinispan.affinity with type arguments of type KeyModifierConstructorDescriptionNaryGroupMemberAffinity(org.infinispan.Cache<? extends Key<I>, ?> cache, CacheContainerGroup group) UnaryGroupMemberAffinity(org.infinispan.Cache<? extends Key<I>, ?> cache, CacheContainerGroup group) -
Uses of Key in org.wildfly.clustering.server.infinispan.manager
Methods in org.wildfly.clustering.server.infinispan.manager that return KeyConstructor parameters in org.wildfly.clustering.server.infinispan.manager with type arguments of type KeyModifierConstructorDescriptionAffinityIdentifierFactory(Supplier<I> factory, org.infinispan.Cache<? extends Key<I>, ?> cache) -
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 TypeClassDescriptionclassAbstractCacheEntryScheduler<I,K extends Key<I>, V, M> An abstract cache entry scheduler.interfaceCacheEntryScheduler<I,K extends Key<I>, V, M> A task scheduler.static classCacheEntryScheduler.InactiveCacheEntryScheduler<I,K extends Key<I>, V, M> static classCacheEntryScheduler.ReferenceCacheEntryScheduler<I,K extends Key<I>, V, M> Methods in org.wildfly.clustering.server.infinispan.scheduler with type parameters of type KeyModifier and TypeMethodDescriptionstatic <I,K extends Key<I>, V, M>
CacheEntriesTask<K,V> CacheEntriesTask.cancel(org.infinispan.Cache<K, V> cache, Predicate<Map.Entry<? super K, ? super V>> filter, CacheEntryScheduler<I, K, V, M> scheduler) static <I,K extends Key<I>, V, M>
CacheKeysTask<K,V> CacheKeysTask.cancel(org.infinispan.Cache<K, V> cache, Predicate<? super K> filter, Scheduler<I, M> scheduler) static <I,K extends Key<I>, V, M>
CacheEntryScheduler<I,K, V, M> CacheEntryScheduler.fromReference(Supplier<? extends CacheEntryScheduler<I, K, V, M>> reference) Returns a scheduler that delegates to a scheduler reference.static <I,K extends Key<I>, V, M>
CacheEntryScheduler<I,K, V, M> CacheEntryScheduler.inactive()Returns an inactive scheduler instance.static <I,K extends Key<I>, V, M>
CacheEntriesTask<K,V> CacheEntriesTask.schedule(org.infinispan.Cache<K, V> cache, Predicate<Map.Entry<? super K, ? super V>> filter, CacheEntryScheduler<I, K, V, M> scheduler) static <I,K extends Key<I>, V, M>
CacheKeysTask<K,V> CacheKeysTask.schedule(org.infinispan.Cache<K, V> cache, Predicate<? super K> filter, Scheduler<I, M> scheduler) -
Uses of Key in org.wildfly.clustering.session.cache
Methods in org.wildfly.clustering.session.cache with type parameters of type KeyModifier and TypeMethodDescription<K extends Key<String>>
ProtoStreamMarshaller<K>IdentifierScalarMarshaller.toKeyMarshaller(Function<String, K> factory) -
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 TypeClassDescriptionclassSessionExpirationScheduler<K extends Key<String>,V> Session expiration scheduler that eagerly expires sessions as soon as they are eligible.classSessionKeyFormatter<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.class -
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 Key