Uses of Enum
com.clickhouse.client.api.ConnectionReuseStrategy
Packages that use ConnectionReuseStrategy
-
Uses of ConnectionReuseStrategy in com.clickhouse.client.api
Methods in com.clickhouse.client.api that return ConnectionReuseStrategyModifier and TypeMethodDescriptionstatic ConnectionReuseStrategyReturns the enum constant of this type with the specified name.static ConnectionReuseStrategy[]ConnectionReuseStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.clickhouse.client.api with parameters of type ConnectionReuseStrategyModifier and TypeMethodDescriptionClient.Builder.setConnectionReuseStrategy(ConnectionReuseStrategy strategy) Sets strategy of how connections are reuse.