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<I,M, R> An abstract primary owner command.classCancelCommand<I,M> Command that cancels a previously scheduled item.classContainsCommand<I,M> Command that determine if a given entry is known to the scheduler.classScheduleCommand<I,M> Command that scheduled an entry.classCommand that schedules an item, where its meta data is persisted.classCommand that scheduled an item using transient metadata.