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

    Modifier and Type
    Method
    Description
    int
    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 Details

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