Interface MinimumClustersValidatorOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MinimumClustersValidator, MinimumClustersValidator.Builder

    public interface MinimumClustersValidatorOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMinClustersNum()
      The minimal clusters threshold.
      • 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 Detail

      • getMinClustersNum

        int getMinClustersNum()
         The minimal clusters threshold. Any CDS config update leading to less than
         this number will be rejected.
         Default value is 0.
         
        uint32 min_clusters_num = 1;
        Returns:
        The minClustersNum.