接口 MetricOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
Metric,Metric.Builder
public interface MetricOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 EndpointsgetEndpoints()The endpoint that client metrics should be exported to, which is required if the switch is on.EndpointsOrBuildergetEndpointsOrBuilder()The endpoint that client metrics should be exported to, which is required if the switch is on.booleangetOn()Indicates that if client should export local metrics to server.booleanhasEndpoints()The endpoint that client metrics should be exported to, which is required if the switch is on.
-
-
-
方法详细资料
-
getOn
boolean getOn()
Indicates that if client should export local metrics to server.
bool on = 1;- 返回:
- The on.
-
hasEndpoints
boolean hasEndpoints()
The endpoint that client metrics should be exported to, which is required if the switch is on.
optional .apache.rocketmq.v2.Endpoints endpoints = 2;- 返回:
- Whether the endpoints field is set.
-
getEndpoints
Endpoints getEndpoints()
The endpoint that client metrics should be exported to, which is required if the switch is on.
optional .apache.rocketmq.v2.Endpoints endpoints = 2;- 返回:
- The endpoints.
-
getEndpointsOrBuilder
EndpointsOrBuilder getEndpointsOrBuilder()
The endpoint that client metrics should be exported to, which is required if the switch is on.
optional .apache.rocketmq.v2.Endpoints endpoints = 2;
-
-