Uses of Enum
com.clickhouse.client.grpc.impl.ObsoleteTransportCompression.CompressionAlgorithm
Packages that use ObsoleteTransportCompression.CompressionAlgorithm
-
Uses of ObsoleteTransportCompression.CompressionAlgorithm in com.clickhouse.client.grpc.impl
Methods in com.clickhouse.client.grpc.impl that return ObsoleteTransportCompression.CompressionAlgorithmModifier and TypeMethodDescriptionObsoleteTransportCompression.CompressionAlgorithm.forNumber(int value) ObsoleteTransportCompression.Builder.getAlgorithm().clickhouse.grpc.ObsoleteTransportCompression.CompressionAlgorithm algorithm = 1;ObsoleteTransportCompression.getAlgorithm().clickhouse.grpc.ObsoleteTransportCompression.CompressionAlgorithm algorithm = 1;ObsoleteTransportCompressionOrBuilder.getAlgorithm().clickhouse.grpc.ObsoleteTransportCompression.CompressionAlgorithm algorithm = 1;ObsoleteTransportCompression.CompressionAlgorithm.valueOf(int value) Deprecated.ObsoleteTransportCompression.CompressionAlgorithm.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.ObsoleteTransportCompression.CompressionAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.clickhouse.client.grpc.impl that return types with arguments of type ObsoleteTransportCompression.CompressionAlgorithmModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ObsoleteTransportCompression.CompressionAlgorithm>ObsoleteTransportCompression.CompressionAlgorithm.internalGetValueMap()Methods in com.clickhouse.client.grpc.impl with parameters of type ObsoleteTransportCompression.CompressionAlgorithmModifier and TypeMethodDescriptionObsoleteTransportCompression.Builder.setAlgorithm(ObsoleteTransportCompression.CompressionAlgorithm value) .clickhouse.grpc.ObsoleteTransportCompression.CompressionAlgorithm algorithm = 1;