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.infinispanModifier and TypeInterfaceDescriptioninterfaceEncapsulates a configuration of a group associated with a clustered cache container. -
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 TypeInterfaceDescriptioninterfaceEncapsulates the configuration of a command dispatcher factory associated with a clustered cache container.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 ChannelGroupMemberSubinterfaces with type arguments of type ChannelGroupMember in org.wildfly.clustering.server.jgroupsModifier and TypeInterfaceDescriptioninterfaceA channel-based group whose membership is based on the channel view.interfaceA channel-based group member factory.Classes 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.dispatcherModifier and TypeInterfaceDescriptioninterfaceA channel-based command dispatcher factory.Classes 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 TypeMethodDescription<C> CommandDispatcher<ChannelGroupMember, C> JChannelCommandDispatcherFactory.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)