Uses of Class
org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommand
Packages that use ScheduleCommand
Package
Description
-
Uses of ScheduleCommand in org.wildfly.clustering.server.infinispan.expiration
Subclasses of ScheduleCommand in org.wildfly.clustering.server.infinispan.expirationModifier and TypeClassDescriptionclassScheduleCommandthat wraps expiration metadata with a marshallable implementation. -
Uses of ScheduleCommand in org.wildfly.clustering.server.infinispan.scheduler
Subclasses of ScheduleCommand in org.wildfly.clustering.server.infinispan.schedulerModifier and TypeClassDescriptionclassCommand that schedules an item, where its meta data is persisted.classCommand that scheduled an item using transient metadata.Methods in org.wildfly.clustering.server.infinispan.scheduler that return ScheduleCommandModifier and TypeMethodDescriptionScheduleCommandMarshaller.readFrom(org.wildfly.clustering.marshalling.protostream.ProtoStreamReader reader) Methods in org.wildfly.clustering.server.infinispan.scheduler that return types with arguments of type ScheduleCommandModifier and TypeMethodDescriptionClass<? extends ScheduleCommand<I,M>> ScheduleCommandMarshaller.getJavaClass()default BiFunction<I,M, ScheduleCommand<I, M>> PrimaryOwnerSchedulerConfiguration.getScheduleCommandFactory()Methods in org.wildfly.clustering.server.infinispan.scheduler with parameters of type ScheduleCommandModifier and TypeMethodDescriptionvoidScheduleCommandMarshaller.writeTo(org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter writer, ScheduleCommand<I, M> command)