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 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()
-
Field Details
-
reportIntervalNanos
private final long reportIntervalNanos
-
-
Constructor Details
-
OrcaReportingConfig
private OrcaReportingConfig(long reportIntervalNanos)
-
-
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
-