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