Uses of Class
io.envoyproxy.envoy.extensions.compression.zstd.compressor.v3.Zstd.Strategy
-
Packages that use Zstd.Strategy Package Description io.envoyproxy.envoy.extensions.compression.zstd.compressor.v3 -
-
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.Strategy Modifier and Type Method Description static Zstd.StrategyZstd.Strategy. forNumber(int value)Zstd.StrategyZstd.Builder. getStrategy()The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression.Zstd.StrategyZstd. getStrategy()The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression.Zstd.StrategyZstdOrBuilder. 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.StrategyZstd.Strategy. valueOf(String name)Returns 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.Strategy Modifier and Type Method Description static 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.Strategy Modifier and Type Method Description Zstd.BuilderZstd.Builder. setStrategy(Zstd.Strategy value)The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression.
-