接口 MetricOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    Metric, Metric.Builder

    public interface MetricOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      Endpoints getEndpoints()
      The endpoint that client metrics should be exported to, which is required if the switch is on.
      EndpointsOrBuilder getEndpointsOrBuilder()
      The endpoint that client metrics should be exported to, which is required if the switch is on.
      boolean getOn()
      Indicates that if client should export local metrics to server.
      boolean hasEndpoints()
      The endpoint that client metrics should be exported to, which is required if the switch is on.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • 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;