|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemLcsRowScanStreamDef
LcsRowScanStreamDef object instance interface.
Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.
Method Summary | |
---|---|
List<FemLcsClusterScanDef> |
getClusterScan()
Returns the value of reference ClusterScan. |
FemTupleProjection |
getOutputProj()
Returns the value of attribute outputProj. |
FemTupleProjection |
getResidualFilterColumns()
Returns the value of attribute residualFilterColumns. |
int |
getSamplingClumps()
Returns the value of attribute samplingClumps. |
TableSamplingMode |
getSamplingMode()
Returns the value of attribute samplingMode. |
float |
getSamplingRate()
Returns the value of attribute samplingRate. |
int |
getSamplingRepeatableSeed()
Returns the value of attribute samplingRepeatableSeed. |
long |
getSamplingRowCount()
Returns the value of attribute samplingRowCount. |
boolean |
isFullScan()
Returns the value of attribute isFullScan. |
boolean |
isHasExtraFilter()
Returns the value of attribute hasExtraFilter. |
boolean |
isSamplingRepeatable()
Returns the value of attribute samplingRepeatable. |
void |
setFullScan(boolean newValue)
Sets the value of isFullScan attribute. |
void |
setHasExtraFilter(boolean newValue)
Sets the value of hasExtraFilter attribute. |
void |
setOutputProj(FemTupleProjection newValue)
Sets the value of outputProj attribute. |
void |
setResidualFilterColumns(FemTupleProjection newValue)
Sets the value of residualFilterColumns attribute. |
void |
setSamplingClumps(int newValue)
Sets the value of samplingClumps attribute. |
void |
setSamplingMode(TableSamplingMode newValue)
Sets the value of samplingMode attribute. |
void |
setSamplingRate(float newValue)
Sets the value of samplingRate attribute. |
void |
setSamplingRepeatable(boolean newValue)
Sets the value of samplingRepeatable attribute. |
void |
setSamplingRepeatableSeed(int newValue)
Sets the value of samplingRepeatableSeed attribute. |
void |
setSamplingRowCount(long newValue)
Sets the value of samplingRowCount attribute. |
Methods inherited from interface net.sf.farrago.fem.fennel.FemExecutionStreamDef |
---|
getDynamicParamUse, getInputFlow, getName, getOutputDesc, getOutputFlow, setName, setOutputDesc |
Methods inherited from interface javax.jmi.reflect.RefObject |
---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
---|
FemTupleProjection getOutputProj()
void setOutputProj(FemTupleProjection newValue)
getOutputProj()
for description on the attribute.
newValue
- New value to be set.boolean isFullScan()
void setFullScan(boolean newValue)
isFullScan()
for
description on the attribute.
newValue
- New value to be set.boolean isHasExtraFilter()
void setHasExtraFilter(boolean newValue)
isHasExtraFilter()
for description on the attribute.
newValue
- New value to be set.FemTupleProjection getResidualFilterColumns()
void setResidualFilterColumns(FemTupleProjection newValue)
getResidualFilterColumns()
for description on the attribute.
newValue
- New value to be set.TableSamplingMode getSamplingMode()
void setSamplingMode(TableSamplingMode newValue)
getSamplingMode()
for description on the attribute.
newValue
- New value to be set.float getSamplingRate()
void setSamplingRate(float newValue)
getSamplingRate()
for description on the attribute.
newValue
- New value to be set.boolean isSamplingRepeatable()
void setSamplingRepeatable(boolean newValue)
isSamplingRepeatable()
for description on the attribute.
newValue
- New value to be set.int getSamplingRepeatableSeed()
void setSamplingRepeatableSeed(int newValue)
getSamplingRepeatableSeed()
for description on the attribute.
newValue
- New value to be set.int getSamplingClumps()
void setSamplingClumps(int newValue)
getSamplingClumps()
for description on the attribute.
newValue
- New value to be set.long getSamplingRowCount()
void setSamplingRowCount(long newValue)
getSamplingRowCount()
for description on the attribute.
newValue
- New value to be set.List<FemLcsClusterScanDef> getClusterScan()
FemLcsClusterScanDef
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |