Uses of Enum Class
org.infinispan.hotrod.configuration.ClientIntelligence
Packages that use ClientIntelligence
Package
Description
Hot Rod client configuration API.
-
Uses of ClientIntelligence in org.infinispan.hotrod.configuration
Subclasses with type arguments of type ClientIntelligence in org.infinispan.hotrod.configurationModifier and TypeClassDescriptionenumClientIntelligence specifies the level of intelligence used by the client.Methods in org.infinispan.hotrod.configuration that return ClientIntelligenceModifier and TypeMethodDescriptionHotRodConfiguration.clientIntelligence()ClusterConfiguration.getClientIntelligence()static ClientIntelligenceClientIntelligence.getDefault()static ClientIntelligenceReturns the enum constant of this class with the specified name.static ClientIntelligence[]ClientIntelligence.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.hotrod.configuration with parameters of type ClientIntelligenceModifier and TypeMethodDescriptionAbstractConfigurationChildBuilder.clientIntelligence(ClientIntelligence clientIntelligence) ConfigurationChildBuilder.clientIntelligence(ClientIntelligence clientIntelligence) Specifies the level of "intelligence" the client should haveHotRodConfigurationBuilder.clientIntelligence(ClientIntelligence clientIntelligence) ClusterConfigurationBuilder.clusterClientIntelligence(ClientIntelligence intelligence) -
Uses of ClientIntelligence in org.infinispan.hotrod.impl
Methods in org.infinispan.hotrod.impl that return ClientIntelligenceConstructors in org.infinispan.hotrod.impl with parameters of type ClientIntelligenceModifierConstructorDescriptionClientTopology(int topologyId, ClientIntelligence clientIntelligence) -
Uses of ClientIntelligence in org.infinispan.hotrod.impl.topology
Methods in org.infinispan.hotrod.impl.topology that return ClientIntelligenceMethods in org.infinispan.hotrod.impl.topology with parameters of type ClientIntelligenceModifier and TypeMethodDescriptionCacheInfo.withNewServers(int topologyAge, int topologyId, List<InetSocketAddress> servers, ClientIntelligence intelligence) Constructors in org.infinispan.hotrod.impl.topology with parameters of type ClientIntelligenceModifierConstructorDescriptionCacheInfo(org.infinispan.commons.marshall.WrappedBytes cacheName, FailoverRequestBalancingStrategy balancer, int topologyAge, List<InetSocketAddress> servers, ClientIntelligence intelligence) ClusterInfo(String clusterName, List<InetSocketAddress> servers, ClientIntelligence intelligence, String sniHostName) -
Uses of ClientIntelligence in org.infinispan.hotrod.impl.transport.netty
Methods in org.infinispan.hotrod.impl.transport.netty that return ClientIntelligence