Interface TransformExecutor

All Superinterfaces:
Runnable

public interface TransformExecutor extends Runnable
A Runnable that will execute a PTransform on some bundle of input.
  • Method Summary

    Methods inherited from interface java.lang.Runnable

    run