net.sf.farrago.fem.fennel
Interface FemLbmGeneratorStreamDef

All Superinterfaces:
FemExecutionStreamDef, FemIndexAccessorDef, FemKeyAccessorDef, FemLcsRowScanStreamDef, FemTupleStreamDef, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemLbmGeneratorStreamDef$Hib

public interface FemLbmGeneratorStreamDef
extends FemIndexAccessorDef, FemLcsRowScanStreamDef

LbmGeneratorStreamDef 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
 int getInsertRowCountParamId()
          Returns the value of attribute insertRowCountParamId.
 boolean isCreateIndex()
          Returns the value of attribute createIndex.
 void setCreateIndex(boolean newValue)
          Sets the value of createIndex attribute.
 void setInsertRowCountParamId(int newValue)
          Sets the value of insertRowCountParamId attribute.
 
Methods inherited from interface net.sf.farrago.fem.fennel.FemIndexAccessorDef
getIndexId, getRootPageId, getRootPageIdParamId, getSegmentId, getTupleDesc, isReadOnlyCommittedData, setIndexId, setReadOnlyCommittedData, setRootPageId, setRootPageIdParamId, setSegmentId, setTupleDesc
 
Methods inherited from interface net.sf.farrago.fem.fennel.FemKeyAccessorDef
getKeyProj, setKeyProj
 
Methods inherited from interface net.sf.farrago.fem.fennel.FemLcsRowScanStreamDef
getClusterScan, getOutputProj, getResidualFilterColumns, getSamplingClumps, getSamplingMode, getSamplingRate, getSamplingRepeatableSeed, getSamplingRowCount, isFullScan, isHasExtraFilter, isSamplingRepeatable, setFullScan, setHasExtraFilter, setOutputProj, setResidualFilterColumns, setSamplingClumps, setSamplingMode, setSamplingRate, setSamplingRepeatable, setSamplingRepeatableSeed, setSamplingRowCount
 
Methods inherited from interface net.sf.farrago.fem.fennel.FemExecutionStreamDef
getDynamicParamUse, getInputFlow, getName, getOutputDesc, getOutputFlow, setName, setOutputDesc
 

Method Detail

getInsertRowCountParamId

int getInsertRowCountParamId()
Returns the value of attribute insertRowCountParamId.

Returns:
Value of attribute insertRowCountParamId.

setInsertRowCountParamId

void setInsertRowCountParamId(int newValue)
Sets the value of insertRowCountParamId attribute. See getInsertRowCountParamId() for description on the attribute.

Parameters:
newValue - New value to be set.

isCreateIndex

boolean isCreateIndex()
Returns the value of attribute createIndex.

Returns:
Value of attribute createIndex.

setCreateIndex

void setCreateIndex(boolean newValue)
Sets the value of createIndex attribute. See isCreateIndex() for description on the attribute.

Parameters:
newValue - New value to be set.