Class PrimaryOwnerScheduler<I,M>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerScheduler<I,M>
Type Parameters:
I - the identifier type of scheduled entries
M - the meta data type
All Implemented Interfaces:
AutoCloseable, Function<CompletionStage<Collection<I>>,Stream<I>>, Scheduler<I,M>

public class PrimaryOwnerScheduler<I,M> extends Object implements Scheduler<I,M>, Function<CompletionStage<Collection<I>>,Stream<I>>
Scheduler decorator that schedules/cancels a given object on the primary owner.
Author:
Paul Ferraro