Uses of Class
io.envoyproxy.envoy.config.overload.v3.LoadShedPoint
Packages that use LoadShedPoint
-
Uses of LoadShedPoint in io.envoyproxy.envoy.config.overload.v3
Methods in io.envoyproxy.envoy.config.overload.v3 that return LoadShedPointModifier and TypeMethodDescriptionLoadShedPoint.Builder.build()LoadShedPoint.Builder.buildPartial()static LoadShedPointLoadShedPoint.getDefaultInstance()LoadShedPoint.Builder.getDefaultInstanceForType()LoadShedPoint.getDefaultInstanceForType()OverloadManager.Builder.getLoadshedPoints(int index) The set of load shed points.OverloadManager.getLoadshedPoints(int index) The set of load shed points.OverloadManagerOrBuilder.getLoadshedPoints(int index) The set of load shed points.static LoadShedPointLoadShedPoint.parseDelimitedFrom(InputStream input) static LoadShedPointLoadShedPoint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPointLoadShedPoint.parseFrom(byte[] data) static LoadShedPointLoadShedPoint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPointLoadShedPoint.parseFrom(com.google.protobuf.ByteString data) static LoadShedPointLoadShedPoint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPointLoadShedPoint.parseFrom(com.google.protobuf.CodedInputStream input) static LoadShedPointLoadShedPoint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPointLoadShedPoint.parseFrom(InputStream input) static LoadShedPointLoadShedPoint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPointLoadShedPoint.parseFrom(ByteBuffer data) static LoadShedPointLoadShedPoint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.overload.v3 that return types with arguments of type LoadShedPointModifier and TypeMethodDescriptionOverloadManager.Builder.getLoadshedPointsList()The set of load shed points.OverloadManager.getLoadshedPointsList()The set of load shed points.OverloadManagerOrBuilder.getLoadshedPointsList()The set of load shed points.com.google.protobuf.Parser<LoadShedPoint> LoadShedPoint.getParserForType()static com.google.protobuf.Parser<LoadShedPoint> LoadShedPoint.parser()Methods in io.envoyproxy.envoy.config.overload.v3 with parameters of type LoadShedPointModifier and TypeMethodDescriptionOverloadManager.Builder.addLoadshedPoints(int index, LoadShedPoint value) The set of load shed points.OverloadManager.Builder.addLoadshedPoints(LoadShedPoint value) The set of load shed points.LoadShedPoint.Builder.mergeFrom(LoadShedPoint other) static LoadShedPoint.BuilderLoadShedPoint.newBuilder(LoadShedPoint prototype) OverloadManager.Builder.setLoadshedPoints(int index, LoadShedPoint value) The set of load shed points.Method parameters in io.envoyproxy.envoy.config.overload.v3 with type arguments of type LoadShedPointModifier and TypeMethodDescriptionOverloadManager.Builder.addAllLoadshedPoints(Iterable<? extends LoadShedPoint> values) The set of load shed points.