Uses of Interface
org.wildfly.clustering.server.jgroups.ChannelGroupMember
Packages that use ChannelGroupMember
Package
Description
-
Uses of ChannelGroupMember in org.wildfly.clustering.server.infinispan.dispatcher
Methods in org.wildfly.clustering.server.infinispan.dispatcher that return types with arguments of type ChannelGroupMemberModifier and TypeMethodDescriptiondefault Group<org.jgroups.Address,ChannelGroupMember> ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration.getGroup() -
Uses of ChannelGroupMember in org.wildfly.clustering.server.jgroups
Classes in org.wildfly.clustering.server.jgroups that implement ChannelGroupMemberMethods in org.wildfly.clustering.server.jgroups that return ChannelGroupMemberMethods in org.wildfly.clustering.server.jgroups that return types with arguments of type ChannelGroupMemberMethod parameters in org.wildfly.clustering.server.jgroups with type arguments of type ChannelGroupMemberModifier and TypeMethodDescriptionJChannelGroup.register(GroupMembershipListener<ChannelGroupMember> listener) -
Uses of ChannelGroupMember in org.wildfly.clustering.server.jgroups.dispatcher
Methods in org.wildfly.clustering.server.jgroups.dispatcher that return types with arguments of type ChannelGroupMemberModifier and TypeMethodDescriptionJChannelCommandDispatcherFactory.createCommandDispatcher(Object id, C commandContext, ClassLoader loader) <R,E extends Exception>
Map<ChannelGroupMember,CompletionStage<R>> JChannelCommandDispatcher.dispatchToGroup(Command<R, ? super CC, E> command, Set<ChannelGroupMember> excluding) Methods in org.wildfly.clustering.server.jgroups.dispatcher with parameters of type ChannelGroupMemberModifier and TypeMethodDescription<R,E extends Exception>
CompletionStage<R>JChannelCommandDispatcher.dispatchToMember(Command<R, ? super CC, E> command, ChannelGroupMember member) Method parameters in org.wildfly.clustering.server.jgroups.dispatcher with type arguments of type ChannelGroupMemberModifier and TypeMethodDescription<R,E extends Exception>
Map<ChannelGroupMember,CompletionStage<R>> JChannelCommandDispatcher.dispatchToGroup(Command<R, ? super CC, E> command, Set<ChannelGroupMember> excluding)