TaskFactory (samza-api 1.9.0-SNAPSHOT API) JavaScript is disabled on your browser. Skip navigation links Overview Package Class Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method org.apache.samza.task Interface TaskFactory<T> Type Parameters: T - the type of task instances created by the factory All Superinterfaces: java.io.Serializable All Known Subinterfaces: AsyncStreamTaskFactory, StreamOperatorTaskFactory, StreamTaskFactory @InterfaceStability.Stable public interface TaskFactory<T> extends java.io.Serializable The base interface for all task factories (i.e. StreamTaskFactory and AsyncStreamTaskFactory) Method Summary All Methods Instance Methods Abstract Methods  Modifier and Type Method and Description T createInstance() Create instance of task Method Detail createInstance T createInstance() Create instance of task Returns: task of type T Skip navigation links Overview Package Class Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method