| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.cluster.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
OutlierDetection |
OutlierDetection.Builder.build() |
OutlierDetection |
OutlierDetection.Builder.buildPartial() |
static OutlierDetection |
OutlierDetection.getDefaultInstance() |
OutlierDetection |
OutlierDetection.getDefaultInstanceForType() |
OutlierDetection |
OutlierDetection.Builder.getDefaultInstanceForType() |
OutlierDetection |
Cluster.getOutlierDetection()
If specified, outlier detection will be enabled for this upstream cluster.
|
OutlierDetection |
Cluster.Builder.getOutlierDetection()
If specified, outlier detection will be enabled for this upstream cluster.
|
OutlierDetection |
ClusterOrBuilder.getOutlierDetection()
If specified, outlier detection will be enabled for this upstream cluster.
|
static OutlierDetection |
OutlierDetection.parseDelimitedFrom(InputStream input) |
static OutlierDetection |
OutlierDetection.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutlierDetection |
OutlierDetection.parseFrom(byte[] data) |
static OutlierDetection |
OutlierDetection.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutlierDetection |
OutlierDetection.parseFrom(ByteBuffer data) |
static OutlierDetection |
OutlierDetection.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutlierDetection |
OutlierDetection.parseFrom(com.google.protobuf.ByteString data) |
static OutlierDetection |
OutlierDetection.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutlierDetection |
OutlierDetection.parseFrom(com.google.protobuf.CodedInputStream input) |
static OutlierDetection |
OutlierDetection.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OutlierDetection |
OutlierDetection.parseFrom(InputStream input) |
static OutlierDetection |
OutlierDetection.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<OutlierDetection> |
OutlierDetection.getParserForType() |
static com.google.protobuf.Parser<OutlierDetection> |
OutlierDetection.parser() |
| Modifier and Type | Method and Description |
|---|---|
OutlierDetection.Builder |
OutlierDetection.Builder.mergeFrom(OutlierDetection other) |
Cluster.Builder |
Cluster.Builder.mergeOutlierDetection(OutlierDetection value)
If specified, outlier detection will be enabled for this upstream cluster.
|
static OutlierDetection.Builder |
OutlierDetection.newBuilder(OutlierDetection prototype) |
Cluster.Builder |
Cluster.Builder.setOutlierDetection(OutlierDetection value)
If specified, outlier detection will be enabled for this upstream cluster.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.