Package io.grpc.xds

Class EnvoyServerProtoData.SuccessRateEjection

    • Constructor Detail

      • SuccessRateEjection

        SuccessRateEjection()
    • Method Detail

      • stdevFactor

        @Nullable
        abstract java.lang.Integer stdevFactor()
      • enforcementPercentage

        @Nullable
        abstract java.lang.Integer enforcementPercentage()
      • minimumHosts

        @Nullable
        abstract java.lang.Integer minimumHosts()
      • requestVolume

        @Nullable
        abstract java.lang.Integer requestVolume()
      • create

        static EnvoyServerProtoData.SuccessRateEjection create​(@Nullable
                                                               java.lang.Integer stdevFactor,
                                                               @Nullable
                                                               java.lang.Integer enforcementPercentage,
                                                               @Nullable
                                                               java.lang.Integer minimumHosts,
                                                               @Nullable
                                                               java.lang.Integer requestVolume)