public static interface Lrs.LoadStatsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LoadReport.ClusterStats |
getClusterStats(int index)
A list of load stats to report.
|
int |
getClusterStatsCount()
A list of load stats to report.
|
List<LoadReport.ClusterStats> |
getClusterStatsList()
A list of load stats to report.
|
LoadReport.ClusterStatsOrBuilder |
getClusterStatsOrBuilder(int index)
A list of load stats to report.
|
List<? extends LoadReport.ClusterStatsOrBuilder> |
getClusterStatsOrBuilderList()
A list of load stats to report.
|
Base.Node |
getNode()
Node identifier for Envoy instance.
|
Base.NodeOrBuilder |
getNodeOrBuilder()
Node identifier for Envoy instance.
|
boolean |
hasNode()
Node identifier for Envoy instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNode()
Node identifier for Envoy instance.
.envoy.api.v2.core.Node node = 1;Base.Node getNode()
Node identifier for Envoy instance.
.envoy.api.v2.core.Node node = 1;Base.NodeOrBuilder getNodeOrBuilder()
Node identifier for Envoy instance.
.envoy.api.v2.core.Node node = 1;List<LoadReport.ClusterStats> getClusterStatsList()
A list of load stats to report.
repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;LoadReport.ClusterStats getClusterStats(int index)
A list of load stats to report.
repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;int getClusterStatsCount()
A list of load stats to report.
repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;List<? extends LoadReport.ClusterStatsOrBuilder> getClusterStatsOrBuilderList()
A list of load stats to report.
repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;LoadReport.ClusterStatsOrBuilder getClusterStatsOrBuilder(int index)
A list of load stats to report.
repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2;Copyright © 2018 The Envoy Project. All rights reserved.