Interface DownstreamConnectionsConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getMaxActiveDownstreamConnections()
      Maximum threshold for global open downstream connections, defaults to 0.
      • 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

      • getMaxActiveDownstreamConnections

        long getMaxActiveDownstreamConnections()
         Maximum threshold for global open downstream connections, defaults to 0.
         If monitor is enabled in Overload manager api, this field should be explicitly configured with value greater than 0.
         
        int64 max_active_downstream_connections = 1 [(.validate.rules) = { ... }
        Returns:
        The maxActiveDownstreamConnections.