Class ScheduleLocalEntriesTask<I,M,K extends org.wildfly.clustering.ee.Key<I>,V extends M>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.scheduler.ScheduleLocalEntriesTask<I,M,K,V>
-
- Type Parameters:
I- identifier typeK- cache key typeV- cache value type
- All Implemented Interfaces:
BiConsumer<Locality,Locality>
public class ScheduleLocalEntriesTask<I,M,K extends org.wildfly.clustering.ee.Key<I>,V extends M> extends Object implements BiConsumer<Locality,Locality>
A task which schedules newly owned entries.- Author:
- Paul Ferraro
-
-
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
-
-