public static interface DestinationRuleOuterClass.ConnectionPoolSettings.TCPSettings.TcpKeepaliveOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Duration |
getInterval()
The time duration between keep-alive probes.
|
com.google.protobuf.DurationOrBuilder |
getIntervalOrBuilder()
The time duration between keep-alive probes.
|
int |
getProbes()
Maximum number of keepalive probes to send without response before
deciding the connection is dead.
|
com.google.protobuf.Duration |
getTime()
The time duration a connection needs to be idle before keep-alive
probes start being sent.
|
com.google.protobuf.DurationOrBuilder |
getTimeOrBuilder()
The time duration a connection needs to be idle before keep-alive
probes start being sent.
|
boolean |
hasInterval()
The time duration between keep-alive probes.
|
boolean |
hasTime()
The time duration a connection needs to be idle before keep-alive
probes start being sent.
|
int getProbes()
Maximum number of keepalive probes to send without response before deciding the connection is dead. Default is to use the OS level configuration (unless overridden, Linux defaults to 9.)
uint32 probes = 1;boolean hasTime()
The time duration a connection needs to be idle before keep-alive probes start being sent. Default is to use the OS level configuration (unless overridden, Linux defaults to 7200s (ie 2 hours.)
.google.protobuf.Duration time = 2;com.google.protobuf.Duration getTime()
The time duration a connection needs to be idle before keep-alive probes start being sent. Default is to use the OS level configuration (unless overridden, Linux defaults to 7200s (ie 2 hours.)
.google.protobuf.Duration time = 2;com.google.protobuf.DurationOrBuilder getTimeOrBuilder()
The time duration a connection needs to be idle before keep-alive probes start being sent. Default is to use the OS level configuration (unless overridden, Linux defaults to 7200s (ie 2 hours.)
.google.protobuf.Duration time = 2;boolean hasInterval()
The time duration between keep-alive probes. Default is to use the OS level configuration (unless overridden, Linux defaults to 75s.)
.google.protobuf.Duration interval = 3;com.google.protobuf.Duration getInterval()
The time duration between keep-alive probes. Default is to use the OS level configuration (unless overridden, Linux defaults to 75s.)
.google.protobuf.Duration interval = 3;com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()
The time duration between keep-alive probes. Default is to use the OS level configuration (unless overridden, Linux defaults to 75s.)
.google.protobuf.Duration interval = 3;Copyright © 2018–2023 Alibaba Group. All rights reserved.