Uses of Enum
io.envoyproxy.envoy.admin.v3.CommandLineOptions.DrainStrategy
Packages that use CommandLineOptions.DrainStrategy
-
Uses of CommandLineOptions.DrainStrategy in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return CommandLineOptions.DrainStrategyModifier and TypeMethodDescriptionCommandLineOptions.DrainStrategy.forNumber(int value) CommandLineOptions.Builder.getDrainStrategy()See :option:`--drain-strategy` for details.CommandLineOptions.getDrainStrategy()See :option:`--drain-strategy` for details.CommandLineOptionsOrBuilder.getDrainStrategy()See :option:`--drain-strategy` for details.CommandLineOptions.DrainStrategy.valueOf(int value) Deprecated.CommandLineOptions.DrainStrategy.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.static CommandLineOptions.DrainStrategy[]CommandLineOptions.DrainStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.admin.v3 that return types with arguments of type CommandLineOptions.DrainStrategyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CommandLineOptions.DrainStrategy>CommandLineOptions.DrainStrategy.internalGetValueMap()Methods in io.envoyproxy.envoy.admin.v3 with parameters of type CommandLineOptions.DrainStrategyModifier and TypeMethodDescriptionCommandLineOptions.Builder.setDrainStrategy(CommandLineOptions.DrainStrategy value) See :option:`--drain-strategy` for details.