Uses of Interface
org.apache.tinkerpop.gremlin.driver.LoadBalancingStrategy
Packages that use LoadBalancingStrategy
-
Uses of LoadBalancingStrategy in org.apache.tinkerpop.gremlin.driver
Classes in org.apache.tinkerpop.gremlin.driver that implement LoadBalancingStrategyModifier and TypeClassDescriptionstatic classA simple round-robin strategy that simply selects the next host in theClusterto send theRequestMessageto.Methods in org.apache.tinkerpop.gremlin.driver that return types with arguments of type LoadBalancingStrategyModifier and TypeMethodDescriptionClass<? extends LoadBalancingStrategy>Cluster.getLoadBalancingStrategy()Specifies the load balancing strategy to use on the client side.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type LoadBalancingStrategyModifier and TypeMethodDescriptionCluster.Builder.loadBalancingStrategy(LoadBalancingStrategy loadBalancingStrategy) Specifies the load balancing strategy to use on the client side.