Class ScheduleLocalEntriesTask<I,M,K extends org.wildfly.clustering.cache.Key<I>>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.ScheduleLocalEntriesTask<I,M,K>
Type Parameters:
I - identifier type
M - the expiration metadata type
K - cache key type
All Implemented Interfaces:
BiConsumer<Locality,Locality>

public class ScheduleLocalEntriesTask<I,M,K extends org.wildfly.clustering.cache.Key<I>> extends Object implements BiConsumer<Locality,Locality>
A task which schedules newly owned entries.
Author:
Paul Ferraro