Interface StateBackedIterable.StateBackedIterableTranslationContext

  • All Superinterfaces:
    org.apache.beam.sdk.util.construction.CoderTranslation.TranslationContext
    Enclosing class:
    StateBackedIterable<T>

    public static interface StateBackedIterable.StateBackedIterableTranslationContext
    extends org.apache.beam.sdk.util.construction.CoderTranslation.TranslationContext
    Additional parameters required by the StateBackedIterable.Coder.
    • Method Detail

      • getCache

        java.util.function.Supplier<Cache<?,​?>> getCache()
      • getCurrentInstructionId

        java.util.function.Supplier<java.lang.String> getCurrentInstructionId()