Uses of Enum
com.clickhouse.client.api.ClientFaultCause
Packages that use ClientFaultCause
-
Uses of ClientFaultCause in com.clickhouse.client.api
Methods in com.clickhouse.client.api that return ClientFaultCauseModifier and TypeMethodDescriptionstatic ClientFaultCauseReturns the enum constant of this type with the specified name.static ClientFaultCause[]ClientFaultCause.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 ClientFaultCauseModifier and TypeMethodDescriptionClient.Builder.retryOnFailures(ClientFaultCause... causes) Sets list of causes that should be retried on.