Interface ReloadConfigOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Backoff strategy for the VM failure reload.
    Backoff strategy for the VM failure reload.
    boolean
    Backoff strategy for the VM failure reload.

    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

    • hasBackoff

      boolean hasBackoff()
       Backoff strategy for the VM failure reload. If not specified, the default 1s base interval
       will be applied.
       
      .envoy.config.core.v3.BackoffStrategy backoff = 1;
      Returns:
      Whether the backoff field is set.
    • getBackoff

      BackoffStrategy getBackoff()
       Backoff strategy for the VM failure reload. If not specified, the default 1s base interval
       will be applied.
       
      .envoy.config.core.v3.BackoffStrategy backoff = 1;
      Returns:
      The backoff.
    • getBackoffOrBuilder

      BackoffStrategyOrBuilder getBackoffOrBuilder()
       Backoff strategy for the VM failure reload. If not specified, the default 1s base interval
       will be applied.
       
      .envoy.config.core.v3.BackoffStrategy backoff = 1;