Uses of Interface
org.wildfly.clustering.server.jgroups.ChannelGroupMember
Packages that use ChannelGroupMember
Package
Description
-
Uses of ChannelGroupMember in org.wildfly.clustering.server.infinispan
Subinterfaces with type arguments of type ChannelGroupMember in org.wildfly.clustering.server.infinispan -
Uses of ChannelGroupMember in org.wildfly.clustering.server.infinispan.dispatcher
Subinterfaces with type arguments of type ChannelGroupMember in org.wildfly.clustering.server.infinispan.dispatcherModifier and TypeInterfaceDescriptioninterfaceMethods 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 ChannelGroupMemberSubinterfaces with type arguments of type ChannelGroupMember in org.wildfly.clustering.server.jgroupsClasses in org.wildfly.clustering.server.jgroups that implement interfaces with type arguments of type ChannelGroupMemberModifier and TypeClassDescriptionclassA group membership based on a JGroups view.Methods 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
Subinterfaces with type arguments of type ChannelGroupMember in org.wildfly.clustering.server.jgroups.dispatcherClasses in org.wildfly.clustering.server.jgroups.dispatcher that implement interfaces with type arguments of type ChannelGroupMemberModifier and TypeClassDescriptionclassJChannelCommandDispatcher<CC,MC> MessageDispatcher-based command 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)