Uses of Enum
io.grpc.xds.FaultConfig.FractionalPercent.DenominatorType
Packages that use FaultConfig.FractionalPercent.DenominatorType
-
Uses of FaultConfig.FractionalPercent.DenominatorType in io.grpc.xds
Fields in io.grpc.xds declared as FaultConfig.FractionalPercent.DenominatorTypeModifier and TypeFieldDescriptionprivate final FaultConfig.FractionalPercent.DenominatorType
AutoValue_FaultConfig_FractionalPercent.denominatorType
Methods in io.grpc.xds that return FaultConfig.FractionalPercent.DenominatorTypeModifier and TypeMethodDescription(package private) FaultConfig.FractionalPercent.DenominatorType
AutoValue_FaultConfig_FractionalPercent.denominatorType()
(package private) abstract FaultConfig.FractionalPercent.DenominatorType
FaultConfig.FractionalPercent.denominatorType()
Returns the enum constant of this type with the specified name.FaultConfig.FractionalPercent.DenominatorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.xds with parameters of type FaultConfig.FractionalPercent.DenominatorTypeModifier and TypeMethodDescription(package private) static FaultConfig.FractionalPercent
FaultConfig.FractionalPercent.create
(int numerator, FaultConfig.FractionalPercent.DenominatorType denominatorType) Constructors in io.grpc.xds with parameters of type FaultConfig.FractionalPercent.DenominatorTypeModifierConstructorDescription(package private)
AutoValue_FaultConfig_FractionalPercent
(int numerator, FaultConfig.FractionalPercent.DenominatorType denominatorType)