Uses of Interface
io.envoyproxy.envoy.config.overload.v3.LoadShedPointOrBuilder
-
Packages that use LoadShedPointOrBuilder Package Description io.envoyproxy.envoy.config.overload.v3 -
-
Uses of LoadShedPointOrBuilder in io.envoyproxy.envoy.config.overload.v3
Classes in io.envoyproxy.envoy.config.overload.v3 that implement LoadShedPointOrBuilder Modifier and Type Class Description class
LoadShedPoint
A point within the connection or request lifecycle that provides context on whether to shed load at that given stage for the current entity at the point.static class
LoadShedPoint.Builder
A point within the connection or request lifecycle that provides context on whether to shed load at that given stage for the current entity at the point.Fields in io.envoyproxy.envoy.config.overload.v3 with type parameters of type LoadShedPointOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<LoadShedPoint,LoadShedPoint.Builder,LoadShedPointOrBuilder>
OverloadManager.Builder. loadshedPointsBuilder_
Methods in io.envoyproxy.envoy.config.overload.v3 that return LoadShedPointOrBuilder Modifier and Type Method Description LoadShedPointOrBuilder
OverloadManager.Builder. getLoadshedPointsOrBuilder(int index)
The set of load shed points.LoadShedPointOrBuilder
OverloadManager. getLoadshedPointsOrBuilder(int index)
The set of load shed points.LoadShedPointOrBuilder
OverloadManagerOrBuilder. getLoadshedPointsOrBuilder(int index)
The set of load shed points.Methods in io.envoyproxy.envoy.config.overload.v3 that return types with arguments of type LoadShedPointOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<LoadShedPoint,LoadShedPoint.Builder,LoadShedPointOrBuilder>
OverloadManager.Builder. getLoadshedPointsFieldBuilder()
java.util.List<? extends LoadShedPointOrBuilder>
OverloadManager.Builder. getLoadshedPointsOrBuilderList()
The set of load shed points.java.util.List<? extends LoadShedPointOrBuilder>
OverloadManager. getLoadshedPointsOrBuilderList()
The set of load shed points.java.util.List<? extends LoadShedPointOrBuilder>
OverloadManagerOrBuilder. getLoadshedPointsOrBuilderList()
The set of load shed points.
-