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
TSets |
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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuild, getINodegenerateID, getTBaseGraphpublic BaseTSetWithSchema()
public BaseTSetWithSchema(TSetEnvironment env, java.lang.String name, int parallel, Schema inputSchema)
TSetsenv - envname - nameparallel - parinputSchema - Schema from the preceding TLinkpublic BaseTSetWithSchema(TSetEnvironment env, java.lang.String name, int parallel, Schema inputSchema, Schema outputSchema)