Uses of Enum
io.envoyproxy.envoy.extensions.compression.zstd.compressor.v3.Zstd.Strategy
Packages that use Zstd.Strategy
-
Uses of Zstd.Strategy in io.envoyproxy.envoy.extensions.compression.zstd.compressor.v3
Methods in io.envoyproxy.envoy.extensions.compression.zstd.compressor.v3 that return Zstd.StrategyModifier and TypeMethodDescriptionstatic Zstd.StrategyZstd.Strategy.forNumber(int value) Zstd.Builder.getStrategy()The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression.Zstd.getStrategy()The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression.ZstdOrBuilder.getStrategy()The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression.static Zstd.StrategyZstd.Strategy.valueOf(int value) Deprecated.static Zstd.StrategyZstd.Strategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Zstd.StrategyReturns the enum constant of this type with the specified name.static Zstd.Strategy[]Zstd.Strategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.compression.zstd.compressor.v3 that return types with arguments of type Zstd.StrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Zstd.Strategy>Zstd.Strategy.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.compression.zstd.compressor.v3 with parameters of type Zstd.StrategyModifier and TypeMethodDescriptionZstd.Builder.setStrategy(Zstd.Strategy value) The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression.