Class OrcaOobUtil.OrcaReportingConfig
java.lang.Object
io.grpc.xds.orca.OrcaOobUtil.OrcaReportingConfig
- Enclosing class:
OrcaOobUtil
Configuration for out-of-band ORCA reporting service RPC.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the configured maximum interval of receiving out-of-band ORCA reports.Creates a new builder.Returns a builder with the same initial values as this object.toString()
-
Method Details
-
newBuilder
Creates a new builder. -
getReportIntervalNanos
public long getReportIntervalNanos()Returns the configured maximum interval of receiving out-of-band ORCA reports. -
toBuilder
Returns a builder with the same initial values as this object. -
toString
-