Uses of Enum Class
io.dingodb.common.Common.CompressionType
Packages that use Common.CompressionType
-
Uses of Common.CompressionType in io.dingodb.common
Methods in io.dingodb.common that return Common.CompressionTypeModifier and TypeMethodDescriptionstatic Common.CompressionTypeCommon.CompressionType.forNumber(int value) static Common.CompressionTypeCommon.CompressionType.valueOf(int value) Deprecated.static Common.CompressionTypeCommon.CompressionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.CompressionTypeReturns the enum constant of this class with the specified name.static Common.CompressionType[]Common.CompressionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.common that return types with arguments of type Common.CompressionTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.CompressionType>Common.CompressionType.internalGetValueMap() -
Uses of Common.CompressionType in io.dingodb.store
Methods in io.dingodb.store that return Common.CompressionTypeModifier and TypeMethodDescriptionStore.BackupDataRequest.Builder.getCompressionType()algorithm used for compress sst files [optional] currently not supported.Store.BackupDataRequest.getCompressionType()algorithm used for compress sst files [optional] currently not supported.Store.BackupDataRequestOrBuilder.getCompressionType()algorithm used for compress sst files [optional] currently not supported.Store.BackupMetaRequest.Builder.getCompressionType()algorithm used for compress sst files [optional] currently not supported.Store.BackupMetaRequest.getCompressionType()algorithm used for compress sst files [optional] currently not supported.Store.BackupMetaRequestOrBuilder.getCompressionType()algorithm used for compress sst files [optional] currently not supported.Methods in io.dingodb.store with parameters of type Common.CompressionTypeModifier and TypeMethodDescriptionStore.BackupDataRequest.Builder.setCompressionType(Common.CompressionType value) algorithm used for compress sst files [optional] currently not supported.Store.BackupMetaRequest.Builder.setCompressionType(Common.CompressionType value) algorithm used for compress sst files [optional] currently not supported.