| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.endpoint | |
| io.envoyproxy.envoy.service.load_stats.v2 |
| Modifier and Type | Method and Description |
|---|---|
ClusterStats |
ClusterStats.Builder.build() |
ClusterStats |
ClusterStats.Builder.buildPartial() |
static ClusterStats |
ClusterStats.getDefaultInstance() |
ClusterStats |
ClusterStats.getDefaultInstanceForType() |
ClusterStats |
ClusterStats.Builder.getDefaultInstanceForType() |
static ClusterStats |
ClusterStats.parseDelimitedFrom(InputStream input) |
static ClusterStats |
ClusterStats.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStats |
ClusterStats.parseFrom(byte[] data) |
static ClusterStats |
ClusterStats.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStats |
ClusterStats.parseFrom(ByteBuffer data) |
static ClusterStats |
ClusterStats.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStats |
ClusterStats.parseFrom(com.google.protobuf.ByteString data) |
static ClusterStats |
ClusterStats.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStats |
ClusterStats.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterStats |
ClusterStats.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStats |
ClusterStats.parseFrom(InputStream input) |
static ClusterStats |
ClusterStats.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ClusterStats> |
ClusterStats.getParserForType() |
static com.google.protobuf.Parser<ClusterStats> |
ClusterStats.parser() |
| Modifier and Type | Method and Description |
|---|---|
ClusterStats.Builder |
ClusterStats.Builder.mergeFrom(ClusterStats other) |
static ClusterStats.Builder |
ClusterStats.newBuilder(ClusterStats prototype) |
| Modifier and Type | Method and Description |
|---|---|
ClusterStats |
LoadStatsRequestOrBuilder.getClusterStats(int index)
A list of load stats to report.
|
ClusterStats |
LoadStatsRequest.getClusterStats(int index)
A list of load stats to report.
|
ClusterStats |
LoadStatsRequest.Builder.getClusterStats(int index)
A list of load stats to report.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterStats> |
LoadStatsRequestOrBuilder.getClusterStatsList()
A list of load stats to report.
|
List<ClusterStats> |
LoadStatsRequest.getClusterStatsList()
A list of load stats to report.
|
List<ClusterStats> |
LoadStatsRequest.Builder.getClusterStatsList()
A list of load stats to report.
|
| Modifier and Type | Method and Description |
|---|---|
LoadStatsRequest.Builder |
LoadStatsRequest.Builder.addClusterStats(ClusterStats value)
A list of load stats to report.
|
LoadStatsRequest.Builder |
LoadStatsRequest.Builder.addClusterStats(int index,
ClusterStats value)
A list of load stats to report.
|
LoadStatsRequest.Builder |
LoadStatsRequest.Builder.setClusterStats(int index,
ClusterStats value)
A list of load stats to report.
|
| Modifier and Type | Method and Description |
|---|---|
LoadStatsRequest.Builder |
LoadStatsRequest.Builder.addAllClusterStats(Iterable<? extends ClusterStats> values)
A list of load stats to report.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.