Uses of Interface
org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupConfiguration
Packages that use EmbeddedCacheManagerGroupConfiguration
Package
Description
-
Uses of EmbeddedCacheManagerGroupConfiguration in org.wildfly.clustering.server.infinispan
Subinterfaces of EmbeddedCacheManagerGroupConfiguration in org.wildfly.clustering.server.infinispanModifier and TypeInterfaceDescriptioninterfaceEncapsulates a configuration of a group associated with a clustered cache container.interfaceEncapsulates a configuration of a group associated with a non-clustered cache container.Constructors in org.wildfly.clustering.server.infinispan with parameters of type EmbeddedCacheManagerGroupConfigurationModifierConstructorDescriptionEmbeddedCacheManagerGroup(EmbeddedCacheManagerGroupConfiguration<A, M> configuration) Creates a group associated with a cache container. -
Uses of EmbeddedCacheManagerGroupConfiguration in org.wildfly.clustering.server.infinispan.dispatcher
Subinterfaces of EmbeddedCacheManagerGroupConfiguration in org.wildfly.clustering.server.infinispan.dispatcherModifier and TypeInterfaceDescriptioninterfaceEncapsulates the configuration of a command dispatcher factory associated with a clustered cache container.interfaceEmbeddedCacheManagerCommandDispatcherFactoryConfiguration<A extends Comparable<A>, M extends GroupMember<A>>Encapsulates configuration of anEmbeddedCacheManagerCommandDispatcherFactory.interfaceEncapsulates the configuration of a command dispatcher factory associated with a non-clustered cache container.