Uses of Interface
org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerCommand
Packages that use PrimaryOwnerCommand
Package
Description
-
Uses of PrimaryOwnerCommand in org.wildfly.clustering.server.infinispan.expiration
Classes in org.wildfly.clustering.server.infinispan.expiration that implement PrimaryOwnerCommandModifier and TypeClassDescriptionclassScheduleCommandthat wraps expiration metadata with a marshallable implementation. -
Uses of PrimaryOwnerCommand in org.wildfly.clustering.server.infinispan.scheduler
Classes in org.wildfly.clustering.server.infinispan.scheduler that implement PrimaryOwnerCommandModifier and TypeClassDescriptionclassAbstractPrimaryOwnerCommand<K,V, R> An abstract primary owner command.classCancelCommand<K,V> Command that cancels a previously scheduled entry.classContainsCommand<K,V> Command that determine if a given entry is known to the scheduler.classScheduleCommand<K,V> Command that scheduled an entry.Methods in org.wildfly.clustering.server.infinispan.scheduler that return types with arguments of type PrimaryOwnerCommandModifier and TypeMethodDescriptionPrimaryOwnerSchedulerService.Configuration.getScheduleCommandFactory()Returns the factory for creating a schedule command.