public abstract class BaseTSetWithSchema<T> extends BaseTSet<T>
BaseTSet.StateType
Constructor and Description |
---|
BaseTSetWithSchema() |
BaseTSetWithSchema(TSetEnvironment env,
java.lang.String name,
int parallel,
Schema inputSchema)
General constructor for
TSet s |
BaseTSetWithSchema(TSetEnvironment env,
java.lang.String name,
int parallel,
Schema inputSchema,
Schema outputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
getInputSchema() |
Schema |
getOutputSchema() |
protected void |
setOutputSchema(Schema outputSchema) |
addChildToGraph, addChildToGraph, equals, getId, getInputs, getName, getParallelism, getStateType, getTSetEnv, hashCode, isMutable, rename, setMutable, setStateType, setTSetEnv, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
build, getINode
generateID, getTBaseGraph
public BaseTSetWithSchema()
public BaseTSetWithSchema(TSetEnvironment env, java.lang.String name, int parallel, Schema inputSchema)
TSet
senv
- envname
- nameparallel
- parinputSchema
- Schema from the preceding TLink
public BaseTSetWithSchema(TSetEnvironment env, java.lang.String name, int parallel, Schema inputSchema, Schema outputSchema)