接口 ExponentialBackoffOrBuilder

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

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

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      com.google.protobuf.Duration getInitial()
      .google.protobuf.Duration initial = 1;
      com.google.protobuf.DurationOrBuilder getInitialOrBuilder()
      .google.protobuf.Duration initial = 1;
      com.google.protobuf.Duration getMax()
      .google.protobuf.Duration max = 2;
      com.google.protobuf.DurationOrBuilder getMaxOrBuilder()
      .google.protobuf.Duration max = 2;
      float getMultiplier()
      float multiplier = 3;
      boolean hasInitial()
      .google.protobuf.Duration initial = 1;
      boolean hasMax()
      .google.protobuf.Duration max = 2;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

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

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

      • hasInitial

        boolean hasInitial()
        .google.protobuf.Duration initial = 1;
        返回:
        Whether the initial field is set.
      • getInitial

        com.google.protobuf.Duration getInitial()
        .google.protobuf.Duration initial = 1;
        返回:
        The initial.
      • getInitialOrBuilder

        com.google.protobuf.DurationOrBuilder getInitialOrBuilder()
        .google.protobuf.Duration initial = 1;
      • hasMax

        boolean hasMax()
        .google.protobuf.Duration max = 2;
        返回:
        Whether the max field is set.
      • getMax

        com.google.protobuf.Duration getMax()
        .google.protobuf.Duration max = 2;
        返回:
        The max.
      • getMaxOrBuilder

        com.google.protobuf.DurationOrBuilder getMaxOrBuilder()
        .google.protobuf.Duration max = 2;
      • getMultiplier

        float getMultiplier()
        float multiplier = 3;
        返回:
        The multiplier.