Uses of Class
io.envoyproxy.envoy.api.v2.endpoint.LbEndpoint
Packages that use LbEndpoint
-
Uses of LbEndpoint in io.envoyproxy.envoy.api.v2.endpoint
Methods in io.envoyproxy.envoy.api.v2.endpoint that return LbEndpointModifier and TypeMethodDescriptionLbEndpoint.Builder.build()LbEndpoint.Builder.buildPartial()static LbEndpointLbEndpoint.getDefaultInstance()LbEndpoint.Builder.getDefaultInstanceForType()LbEndpoint.getDefaultInstanceForType()LocalityLbEndpoints.Builder.getLbEndpoints(int index) The group of endpoints belonging to the locality specified.LocalityLbEndpoints.getLbEndpoints(int index) The group of endpoints belonging to the locality specified.LocalityLbEndpointsOrBuilder.getLbEndpoints(int index) The group of endpoints belonging to the locality specified.static LbEndpointLbEndpoint.parseDelimitedFrom(InputStream input) static LbEndpointLbEndpoint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LbEndpointLbEndpoint.parseFrom(byte[] data) static LbEndpointLbEndpoint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LbEndpointLbEndpoint.parseFrom(com.google.protobuf.ByteString data) static LbEndpointLbEndpoint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LbEndpointLbEndpoint.parseFrom(com.google.protobuf.CodedInputStream input) static LbEndpointLbEndpoint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LbEndpointLbEndpoint.parseFrom(InputStream input) static LbEndpointLbEndpoint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LbEndpointLbEndpoint.parseFrom(ByteBuffer data) static LbEndpointLbEndpoint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.api.v2.endpoint that return types with arguments of type LbEndpointModifier and TypeMethodDescriptionLocalityLbEndpoints.Builder.getLbEndpointsList()The group of endpoints belonging to the locality specified.LocalityLbEndpoints.getLbEndpointsList()The group of endpoints belonging to the locality specified.LocalityLbEndpointsOrBuilder.getLbEndpointsList()The group of endpoints belonging to the locality specified.com.google.protobuf.Parser<LbEndpoint>LbEndpoint.getParserForType()static com.google.protobuf.Parser<LbEndpoint>LbEndpoint.parser()Methods in io.envoyproxy.envoy.api.v2.endpoint with parameters of type LbEndpointModifier and TypeMethodDescriptionLocalityLbEndpoints.Builder.addLbEndpoints(int index, LbEndpoint value) The group of endpoints belonging to the locality specified.LocalityLbEndpoints.Builder.addLbEndpoints(LbEndpoint value) The group of endpoints belonging to the locality specified.LbEndpoint.Builder.mergeFrom(LbEndpoint other) static LbEndpoint.BuilderLbEndpoint.newBuilder(LbEndpoint prototype) LocalityLbEndpoints.Builder.setLbEndpoints(int index, LbEndpoint value) The group of endpoints belonging to the locality specified.Method parameters in io.envoyproxy.envoy.api.v2.endpoint with type arguments of type LbEndpointModifier and TypeMethodDescriptionLocalityLbEndpoints.Builder.addAllLbEndpoints(Iterable<? extends LbEndpoint> values) The group of endpoints belonging to the locality specified.