Class ScheduleLocalEntriesTask<I,​M,​K extends org.wildfly.clustering.ee.Key<I>,​V extends M>

  • Type Parameters:
    I - identifier type
    K - cache key type
    V - 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