Interface ExchangeRel.RoundRobinOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExchangeRel.RoundRobin, ExchangeRel.RoundRobin.Builder
Enclosing class:
ExchangeRel

public static interface ExchangeRel.RoundRobinOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    whether the round robin behavior is required to exact (per record) or approximate.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getExact

      boolean getExact()
       whether the round robin behavior is required to exact (per record) or
       approximate. Defaults to approximate.
       
      bool exact = 1;
      Returns:
      The exact.