Class ScheduleLocalEntriesTask<I,M,K extends Key<I>>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.scheduler.ScheduleLocalEntriesTask<I,M,K>
-
- Type Parameters:
I- identifier typeM- the expiration metadata typeK- cache key type
- All Implemented Interfaces:
BiConsumer<Locality,Locality>
public class ScheduleLocalEntriesTask<I,M,K extends Key<I>> extends Object implements BiConsumer<Locality,Locality>
A task which schedules newly owned entries.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ScheduleLocalEntriesTask(org.infinispan.Cache<K,Object> cache, Predicate<Map.Entry<? super K,? super Object>> filter, CacheEntryScheduler<I,M> scheduler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Locality oldLocality, Locality newLocality)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-