Uses of Interface
org.wildfly.clustering.server.dispatcher.Command
Packages that use Command
Package
Description
-
Uses of Command in org.wildfly.clustering.server.dispatcher
Subinterfaces of Command in org.wildfly.clustering.server.dispatcherModifier and TypeInterfaceDescriptioninterfaceRuntimeCommand<R,C> A command that does not throw checked exceptions.Methods in org.wildfly.clustering.server.dispatcher with parameters of type CommandModifier and TypeMethodDescriptiondefault <R,E extends Exception>
Map<M, CompletionStage<R>> CommandDispatcher.dispatchToGroup(Command<R, ? super C, E> command) Executes the specified command on all members of the group, optionally excluding some members.<R,E extends Exception>
Map<M, CompletionStage<R>> CommandDispatcher.dispatchToGroup(Command<R, ? super C, E> command, Set<M> excluding) Executes the specified command on all members of the group, optionally excluding some members.<R,E extends Exception>
CompletionStage<R> CommandDispatcher.dispatchToMember(Command<R, ? super C, E> command, M member) Executes the specified command on the specified group member. -
Uses of Command in org.wildfly.clustering.server.infinispan.dispatcher
Methods in org.wildfly.clustering.server.infinispan.dispatcher with parameters of type CommandModifier and TypeMethodDescription<R,E extends Exception>
Map<CacheContainerGroupMember, CompletionStage<R>> EmbeddedCacheManagerCommandDispatcher.dispatchToGroup(Command<R, ? super C, E> command) <R,E extends Exception>
Map<CacheContainerGroupMember, CompletionStage<R>> EmbeddedCacheManagerCommandDispatcher.dispatchToGroup(Command<R, ? super C, E> command, Set<CacheContainerGroupMember> excluding) <R,E extends Exception>
CompletionStage<R> EmbeddedCacheManagerCommandDispatcher.dispatchToMember(Command<R, ? super C, E> command, CacheContainerGroupMember member) -
Uses of Command in org.wildfly.clustering.server.infinispan.expiration
Classes in org.wildfly.clustering.server.infinispan.expiration that implement CommandModifier and TypeClassDescriptionclassScheduleCommandthat wraps expiration metadata with a marshallable implementation. -
Uses of Command in org.wildfly.clustering.server.infinispan.scheduler
Subinterfaces of Command in org.wildfly.clustering.server.infinispan.schedulerModifier and TypeInterfaceDescriptioninterfacePrimaryOwnerCommand<I,M, R> A command intended to be sent to the primary owner of a given cache entry.Classes in org.wildfly.clustering.server.infinispan.scheduler that implement CommandModifier 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. -
Uses of Command in org.wildfly.clustering.server.jgroups.dispatcher
Methods in org.wildfly.clustering.server.jgroups.dispatcher with parameters of type CommandModifier and TypeMethodDescription<R,E extends Exception>
Map<ChannelGroupMember, CompletionStage<R>> JChannelCommandDispatcher.dispatchToGroup(Command<R, ? super CC, E> command, Set<ChannelGroupMember> excluding) <R,E extends Exception>
CompletionStage<R> JChannelCommandDispatcher.dispatchToMember(Command<R, ? super CC, E> command, ChannelGroupMember member) <R,E extends Exception>
ByteBuffer<R,E extends Exception>
ByteBufferMarshals the specified command to a byte[]. -
Uses of Command in org.wildfly.clustering.server.local.dispatcher
Methods in org.wildfly.clustering.server.local.dispatcher with parameters of type CommandModifier and TypeMethodDescription<R,E extends Exception>
Map<LocalGroupMember, CompletionStage<R>> LocalCommandDispatcher.dispatchToGroup(Command<R, ? super C, E> command, Set<LocalGroupMember> excluding) <R,E extends Exception>
CompletionStage<R> LocalCommandDispatcher.dispatchToMember(Command<R, ? super C, E> command, LocalGroupMember member)