public abstract class Transformer<T extends Keyed> extends Iced
Constructor and Description |
---|
Transformer(Key<T> dest,
java.lang.String clz_of_T,
java.lang.String desc) |
Modifier and Type | Method and Description |
---|---|
Job<T> |
exec()
Execution endpoint for transformations.
|
protected abstract Job<T> |
execImpl()
Implementation endpoint for transformations.
|
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON