Uses of Interface
org.wildfly.clustering.cache.infinispan.embedded.distribution.Locality
Packages that use Locality
Package
Description
-
Uses of Locality in org.wildfly.clustering.cache.infinispan.embedded.distribution
Classes in org.wildfly.clustering.cache.infinispan.embedded.distribution that implement LocalityModifier and TypeClassDescriptionclassLocalityimplementation based on aConsistentHash.classSimpleLocalityimplementation that uses a static value.Methods in org.wildfly.clustering.cache.infinispan.embedded.distribution that return LocalityModifier and TypeMethodDescriptionstatic LocalityLocality.forConsistentHash(org.infinispan.Cache<?, ?> cache, org.infinispan.distribution.ch.ConsistentHash hash) static LocalityLocality.forCurrentConsistentHash(org.infinispan.Cache<?, ?> cache) static LocalityLocality.of(boolean local) -
Uses of Locality in org.wildfly.clustering.server.infinispan.scheduler
Methods in org.wildfly.clustering.server.infinispan.scheduler with parameters of type LocalityModifier and TypeMethodDescriptionvoidvoidvoidvoidCancels any previous scheduled tasks for entries which are no longer local to the current nodeConstructor parameters in org.wildfly.clustering.server.infinispan.scheduler with type arguments of type LocalityModifierConstructorDescriptionSchedulerTopologyChangeListener(org.infinispan.Cache<K, V> cache, Consumer<Locality> cancelTask, BiConsumer<Locality, Locality> scheduleTask) SchedulerTopologyChangeListener(org.infinispan.Cache<K, V> cache, Consumer<Locality> cancelTask, BiConsumer<Locality, Locality> scheduleTask) SchedulerTopologyChangeListener(org.infinispan.Cache<K, V> cache, Consumer<Locality> cancelTask, BiConsumer<Locality, Locality> scheduleTask) SchedulerTopologyChangeListener(org.infinispan.Cache<K, V> cache, CacheEntryScheduler<I, ?> scheduler, BiConsumer<Locality, Locality> scheduleTask) SchedulerTopologyChangeListener(org.infinispan.Cache<K, V> cache, CacheEntryScheduler<I, ?> scheduler, BiConsumer<Locality, Locality> scheduleTask)