Package org.apache.beam.fn.harness.state
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.TranslationContextAdditional parameters required by theStateBackedIterable.Coder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.function.Supplier<Cache<?,?>>getCache()java.util.function.Supplier<java.lang.String>getCurrentInstructionId()BeamFnStateClientgetStateClient()
-
-
-
Method Detail
-
getCache
java.util.function.Supplier<Cache<?,?>> getCache()
-
getStateClient
BeamFnStateClient getStateClient()
-
getCurrentInstructionId
java.util.function.Supplier<java.lang.String> getCurrentInstructionId()
-
-