Package flyteidl.core

Interface Literals.RetryStrategyOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Literals.RetryStrategy, Literals.RetryStrategy.Builder
    Enclosing class:
    Literals

    public static interface Literals.RetryStrategyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getRetries()
      Number of retries.
      • 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

      • getRetries

        int getRetries()
         Number of retries. Retries will be consumed when the job fails with a recoverable error.
         The number of retries must be less than or equals to 10.
         
        uint32 retries = 5;
        Returns:
        The retries.