public class Randomize extends AbstractRecordCompositeOperator
input, output| Constructor and Description |
|---|
Randomize()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
compose(CompositionContext ctx)
Compose the body of this operator.
|
long |
getSeed()
Get the random seed used.
|
void |
setSeed(long seed)
Set the random seed used.
|
getInput, getOutputdisableParallelism, getInputPorts, getOutputPorts, newInput, newInput, newOutput, newRecordInput, newRecordInput, newRecordOutput, notifyErrorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisableParallelism, getInputPorts, getOutputPortsprotected void compose(CompositionContext ctx)
CompositeOperatorOperatorComposable.add(O)OperatorComposable.connect(P, P). This includes
connections from the composite's input ports to sub-operators, connections between sub-operators, and
connections from sub-operators output ports to the composite's output portscompose in class CompositeOperatorctx - the contextpublic void setSeed(long seed)
seed - the random seed to set.public long getSeed()
Copyright © 2021 Actian Corporation. All rights reserved.