Uses of Interface
org.wildfly.clustering.server.infinispan.CacheContainerGroupMember
Packages that use CacheContainerGroupMember
Package
Description
-
Uses of CacheContainerGroupMember in org.wildfly.clustering.server.infinispan
Classes in org.wildfly.clustering.server.infinispan that implement CacheContainerGroupMemberModifier and TypeClassDescriptionclassA group member of an Infinispan cache container.classA group member of a local cache container-based group.Subinterfaces with type arguments of type CacheContainerGroupMember in org.wildfly.clustering.server.infinispanModifier and TypeInterfaceDescriptioninterfaceA group associated with a cache containerinterfaceA factory that creates cache container-based group members.Methods in org.wildfly.clustering.server.infinispan that return CacheContainerGroupMemberModifier and TypeMethodDescriptionEmbeddedCacheManagerGroupMemberFactory.createGroupMember(org.infinispan.remoting.transport.Address address) EmbeddedCacheManagerGroup.getLocalMember()Methods in org.wildfly.clustering.server.infinispan that return types with arguments of type CacheContainerGroupMemberModifier and TypeMethodDescriptionorg.wildfly.clustering.server.GroupMembership<CacheContainerGroupMember> EmbeddedCacheManagerGroup.getMembership()Method parameters in org.wildfly.clustering.server.infinispan with type arguments of type CacheContainerGroupMemberModifier and TypeMethodDescriptionorg.wildfly.clustering.server.RegistrationEmbeddedCacheManagerGroup.register(org.wildfly.clustering.server.GroupMembershipListener<CacheContainerGroupMember> listener) -
Uses of CacheContainerGroupMember in org.wildfly.clustering.server.infinispan.affinity
Classes in org.wildfly.clustering.server.infinispan.affinity that implement interfaces with type arguments of type CacheContainerGroupMemberModifier and TypeClassDescriptionclassReturns a list of group members that own cache keys for a given identifier.classReturns group member that primarily owns cache keys for a given identifier.Methods in org.wildfly.clustering.server.infinispan.affinity that return CacheContainerGroupMemberMethods in org.wildfly.clustering.server.infinispan.affinity that return types with arguments of type CacheContainerGroupMemberModifier and TypeMethodDescription -
Uses of CacheContainerGroupMember in org.wildfly.clustering.server.infinispan.dispatcher
Subinterfaces with type arguments of type CacheContainerGroupMember in org.wildfly.clustering.server.infinispan.dispatcherModifier and TypeInterfaceDescriptioninterfaceA command dispatcher factory associated with a cache container.Classes in org.wildfly.clustering.server.infinispan.dispatcher that implement interfaces with type arguments of type CacheContainerGroupMemberModifier and TypeClassDescriptionclassEmbeddedCacheManagerCommandDispatcher<A extends Comparable<A>, M extends org.wildfly.clustering.server.group.GroupMember<A>, C>ACommandDispatcherfor dispatching commands to embedded cache manager group members.Methods in org.wildfly.clustering.server.infinispan.dispatcher that return types with arguments of type CacheContainerGroupMemberModifier and TypeMethodDescription<C> org.wildfly.clustering.server.dispatcher.CommandDispatcher<CacheContainerGroupMember, C> EmbeddedCacheManagerCommandDispatcherFactory.createCommandDispatcher(Object id, C context, ClassLoader loader) <R, E extends Exception>
Map<CacheContainerGroupMember, CompletionStage<R>> EmbeddedCacheManagerCommandDispatcher.dispatchToGroup(org.wildfly.clustering.server.dispatcher.Command<R, ? super C, E> command) <R, E extends Exception>
Map<CacheContainerGroupMember, CompletionStage<R>> EmbeddedCacheManagerCommandDispatcher.dispatchToGroup(org.wildfly.clustering.server.dispatcher.Command<R, ? super C, E> command, Set<CacheContainerGroupMember> excluding) Methods in org.wildfly.clustering.server.infinispan.dispatcher with parameters of type CacheContainerGroupMemberModifier and TypeMethodDescription<R, E extends Exception>
CompletionStage<R> EmbeddedCacheManagerCommandDispatcher.dispatchToMember(org.wildfly.clustering.server.dispatcher.Command<R, ? super C, E> command, CacheContainerGroupMember member) Method parameters in org.wildfly.clustering.server.infinispan.dispatcher with type arguments of type CacheContainerGroupMemberModifier and TypeMethodDescription<R, E extends Exception>
Map<CacheContainerGroupMember, CompletionStage<R>> EmbeddedCacheManagerCommandDispatcher.dispatchToGroup(org.wildfly.clustering.server.dispatcher.Command<R, ? super C, E> command, Set<CacheContainerGroupMember> excluding) Constructor parameters in org.wildfly.clustering.server.infinispan.dispatcher with type arguments of type CacheContainerGroupMemberModifierConstructorDescriptionEmbeddedCacheManagerCommandDispatcher(org.wildfly.clustering.server.dispatcher.CommandDispatcher<M, C> dispatcher, Function<CacheContainerGroupMember, M> unwrapper, Function<M, CacheContainerGroupMember> wrapper) Creates a command dispatcher decorator. -
Uses of CacheContainerGroupMember in org.wildfly.clustering.server.infinispan.provider
Subinterfaces with type arguments of type CacheContainerGroupMember in org.wildfly.clustering.server.infinispan.providerModifier and TypeInterfaceDescriptioninterfaceA service provider registrar associated with a cache container group.Methods in org.wildfly.clustering.server.infinispan.provider that return types with arguments of type CacheContainerGroupMemberModifier and TypeMethodDescriptionCacheServiceProviderRegistrar.getProviders(T service) org.wildfly.clustering.server.provider.ServiceProviderRegistration<T, CacheContainerGroupMember> org.wildfly.clustering.server.provider.ServiceProviderRegistration<T, CacheContainerGroupMember> CacheServiceProviderRegistrar.register(T service, org.wildfly.clustering.server.provider.ServiceProviderRegistrationListener<CacheContainerGroupMember> listener) Method parameters in org.wildfly.clustering.server.infinispan.provider with type arguments of type CacheContainerGroupMemberModifier and TypeMethodDescriptionorg.wildfly.clustering.server.provider.ServiceProviderRegistration<T, CacheContainerGroupMember> CacheServiceProviderRegistrar.register(T service, org.wildfly.clustering.server.provider.ServiceProviderRegistrationListener<CacheContainerGroupMember> listener) -
Uses of CacheContainerGroupMember in org.wildfly.clustering.server.infinispan.registry
Subinterfaces with type arguments of type CacheContainerGroupMember in org.wildfly.clustering.server.infinispan.registryModifier and TypeInterfaceDescriptioninterfaceA registry associated with a cache container group.Methods in org.wildfly.clustering.server.infinispan.registry with parameters of type CacheContainerGroupMember -
Uses of CacheContainerGroupMember in org.wildfly.clustering.server.infinispan.scheduler
Methods in org.wildfly.clustering.server.infinispan.scheduler that return types with arguments of type CacheContainerGroupMemberModifier and TypeMethodDescriptiondefault org.wildfly.clustering.function.Function<K, CacheContainerGroupMember> PrimaryOwnerSchedulerService.Configuration.getAffinity()Returns the function returning the group member for which a given identifier has affinity.