Package io.grpc.xds.orca
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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns 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()
-
Field Details
-
reportIntervalNanos
private final long reportIntervalNanos
-
-
Constructor Details
-
OrcaReportingConfig
private OrcaReportingConfig(long reportIntervalNanos)
-
-
Method Details