Uses of Interface
org.wildfly.clustering.server.GroupMember
Packages that use GroupMember
Package
Description
-
Uses of GroupMember in org.wildfly.clustering.server
Classes in org.wildfly.clustering.server with type parameters of type GroupMemberModifier and TypeInterfaceDescriptioninterfaceGroup<M extends GroupMember>Represents a set of group members.interfaceGroupMembership<M extends GroupMember>Encapsulates the membership of a group.interfaceGroupMembershipEvent<M extends GroupMember>Encapsulates aGroupMembershipevent.interfaceGroupMembershipListener<M extends GroupMember>Listener forGroupMembershipchanges.interfaceGroupMembershipMergeEvent<M extends GroupMember>Encapsulates aGroupMembershipmerge event. -
Uses of GroupMember in org.wildfly.clustering.server.dispatcher
Classes in org.wildfly.clustering.server.dispatcher with type parameters of type GroupMemberModifier and TypeInterfaceDescriptioninterfaceCommandDispatcher<M extends GroupMember,C> Dispatches commands for execution on members of a group.interfaceCommandDispatcherFactory<M extends GroupMember>Factory for creating a command dispatcher. -
Uses of GroupMember in org.wildfly.clustering.server.provider
Classes in org.wildfly.clustering.server.provider with type parameters of type GroupMemberModifier and TypeInterfaceDescriptioninterfaceServiceProviderListener<M extends GroupMember>A listener that is notified when the set of providers for a given service changes.interfaceServiceProviderRegistrar<T,M extends GroupMember> A distributed registry of service providers.interfaceServiceProviderRegistration<T,M extends GroupMember> Registration of a provided service. -
Uses of GroupMember in org.wildfly.clustering.server.registry
Classes in org.wildfly.clustering.server.registry with type parameters of type GroupMemberModifier and TypeInterfaceDescriptioninterfaceRegistry<M extends GroupMember,K, V> Registry of entries specific to a group member.interfaceRegistryFactory<M extends GroupMember,K, V> Factory for creating a clustered registry.Methods in org.wildfly.clustering.server.registry with type parameters of type GroupMemberModifier and TypeMethodDescriptionstatic <M extends GroupMember,K, V>
RegistryFactory<M,K, V> RegistryFactory.singleton(BiFunction<Map.Entry<K, V>, Runnable, Registry<M, K, V>> factory) -
Uses of GroupMember in org.wildfly.clustering.singleton
Methods in org.wildfly.clustering.singleton that return types with arguments of type GroupMemberModifier and TypeMethodDescriptionSingletonState.getPrimaryProvider()Returns the primary provider of the singleton, if one is present.SingletonState.getProviders()Returns the set of members that provide the singleton, including the primary provider. -
Uses of GroupMember in org.wildfly.clustering.singleton.election
Methods in org.wildfly.clustering.singleton.election that return GroupMemberModifier and TypeMethodDescriptionSingletonElectionPolicy.elect(List<GroupMember> candidates) Elect a single member from the specified list of candidate members.Methods in org.wildfly.clustering.singleton.election with parameters of type GroupMemberModifier and TypeMethodDescriptionvoidSingletonElectionListener.elected(List<GroupMember> candidateMembers, GroupMember electedMember) Triggered when a singleton election completes, electing the specified member from the specified list of candidates.Method parameters in org.wildfly.clustering.singleton.election with type arguments of type GroupMemberModifier and TypeMethodDescriptionSingletonElectionPolicy.elect(List<GroupMember> candidates) Elect a single member from the specified list of candidate members.voidSingletonElectionListener.elected(List<GroupMember> candidateMembers, GroupMember electedMember) Triggered when a singleton election completes, electing the specified member from the specified list of candidates.default SingletonElectionPolicySingletonElectionPolicy.prefer(List<Predicate<GroupMember>> preferences) -
Uses of GroupMember in org.wildfly.extension.messaging.activemq.broadcast
Methods in org.wildfly.extension.messaging.activemq.broadcast that return types with arguments of type GroupMemberModifier and TypeMethodDescription<C> CommandDispatcher<GroupMember,C> ConcurrentBroadcastCommandDispatcherFactory.createCommandDispatcher(Object id, C context) <C> CommandDispatcher<GroupMember,C> ConcurrentBroadcastCommandDispatcherFactory.createCommandDispatcher(Object id, C context, ClassLoader loader) ConcurrentBroadcastCommandDispatcherFactory.getGroup()Constructor parameters in org.wildfly.extension.messaging.activemq.broadcast with type arguments of type GroupMemberModifierConstructorDescriptionCommandDispatcherBroadcastEndpoint(CommandDispatcherFactory<GroupMember> factory, String name, BroadcastReceiverRegistrar registrar, Function<String, BroadcastManager> managerFactory) ConcurrentBroadcastCommandDispatcherFactory(CommandDispatcherFactory<GroupMember> dispatcherFactory)