Package io.grpc.xds
Class AutoValue_EnvoyServerProtoData_OutlierDetection
java.lang.Object
io.grpc.xds.EnvoyServerProtoData.OutlierDetection
io.grpc.xds.AutoValue_EnvoyServerProtoData_OutlierDetection
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_EnvoyServerProtoData_OutlierDetection
extends EnvoyServerProtoData.OutlierDetection
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Long
private final EnvoyServerProtoData.FailurePercentageEjection
private final Long
private final Integer
private final Long
private final EnvoyServerProtoData.SuccessRateEjection
-
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_EnvoyServerProtoData_OutlierDetection
(Long intervalNanos, Long baseEjectionTimeNanos, Long maxEjectionTimeNanos, Integer maxEjectionPercent, EnvoyServerProtoData.SuccessRateEjection successRateEjection, EnvoyServerProtoData.FailurePercentageEjection failurePercentageEjection) -
Method Summary
Modifier and TypeMethodDescription(package private) Long
boolean
(package private) EnvoyServerProtoData.FailurePercentageEjection
int
hashCode()
(package private) Long
(package private) Integer
(package private) Long
(package private) EnvoyServerProtoData.SuccessRateEjection
toString()
Methods inherited from class io.grpc.xds.EnvoyServerProtoData.OutlierDetection
create, fromEnvoyOutlierDetection
-
Field Details
-
intervalNanos
-
baseEjectionTimeNanos
-
maxEjectionTimeNanos
-
maxEjectionPercent
-
successRateEjection
-
failurePercentageEjection
-
-
Constructor Details
-
AutoValue_EnvoyServerProtoData_OutlierDetection
AutoValue_EnvoyServerProtoData_OutlierDetection(@Nullable Long intervalNanos, @Nullable Long baseEjectionTimeNanos, @Nullable Long maxEjectionTimeNanos, @Nullable Integer maxEjectionPercent, @Nullable EnvoyServerProtoData.SuccessRateEjection successRateEjection, @Nullable EnvoyServerProtoData.FailurePercentageEjection failurePercentageEjection)
-
-
Method Details
-
intervalNanos
- Specified by:
intervalNanos
in classEnvoyServerProtoData.OutlierDetection
-
baseEjectionTimeNanos
- Specified by:
baseEjectionTimeNanos
in classEnvoyServerProtoData.OutlierDetection
-
maxEjectionTimeNanos
- Specified by:
maxEjectionTimeNanos
in classEnvoyServerProtoData.OutlierDetection
-
maxEjectionPercent
- Specified by:
maxEjectionPercent
in classEnvoyServerProtoData.OutlierDetection
-
successRateEjection
- Specified by:
successRateEjection
in classEnvoyServerProtoData.OutlierDetection
-
failurePercentageEjection
- Specified by:
failurePercentageEjection
in classEnvoyServerProtoData.OutlierDetection
-
toString
-
equals
-
hashCode
public int hashCode()
-