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 TypeClassDescriptionclassScheduleLocalEntriesTask<I,M, K extends Key<I>> A task which schedules newly owned entries.classScheduleLocalKeysTask<I,K extends Key<I>> A task which schedules newly owned keys.classSchedulerTopologyChangeListener<I,K extends Key<I>, V> Handles cache topology events for a distributed 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 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.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