Class RankedAffinityServiceConfigurator<C extends InfinispanCacheConfiguration>
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.wildfly.extension.clustering.web.AffinityServiceConfigurator<C>
-
- org.wildfly.extension.clustering.web.RankedAffinityServiceConfigurator<C>
-
- All Implemented Interfaces:
Supplier<RouteLocatorServiceConfiguratorFactory<C>>,ResourceServiceConfigurator,ServiceConfigurator,ServiceNameProvider,RankedRoutingConfiguration
public class RankedAffinityServiceConfigurator<C extends InfinispanCacheConfiguration> extends AffinityServiceConfigurator<C> implements RankedRoutingConfiguration
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RankedAffinityServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)RouteLocatorServiceConfiguratorFactory<C>get()StringgetDelimiter()intgetMaxRoutes()-
Methods inherited from class org.wildfly.extension.clustering.web.AffinityServiceConfigurator
build
-
Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
- Specified by:
configurein interfaceResourceServiceConfigurator- Throws:
org.jboss.as.controller.OperationFailedException
-
get
public RouteLocatorServiceConfiguratorFactory<C> get()
- Specified by:
getin interfaceSupplier<C extends InfinispanCacheConfiguration>
-
getDelimiter
public String getDelimiter()
- Specified by:
getDelimiterin interfaceRankedRoutingConfiguration
-
getMaxRoutes
public int getMaxRoutes()
- Specified by:
getMaxRoutesin interfaceRankedRoutingConfiguration
-
-