Uses of Class
com.clickhouse.client.grpc.config.ClickHouseGrpcOption
-
Packages that use ClickHouseGrpcOption Package Description com.clickhouse.client.grpc.config -
-
Uses of ClickHouseGrpcOption in com.clickhouse.client.grpc.config
Methods in com.clickhouse.client.grpc.config that return ClickHouseGrpcOption Modifier and Type Method Description static ClickHouseGrpcOptionClickHouseGrpcOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ClickHouseGrpcOption[]ClickHouseGrpcOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-