Class ScheduleLocalEntriesTask<I,M,K extends Key<I>>
java.lang.Object
org.wildfly.clustering.server.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
ConstructorsConstructorDescriptionScheduleLocalEntriesTask(org.infinispan.Cache<K, Object> cache, Predicate<Map.Entry<? super K, ? super Object>> filter, CacheEntryScheduler<I, M> scheduler) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
ScheduleLocalEntriesTask
-
-
Method Details
-
accept
-