net.sf.farrago.fem.fennel
Interface FemLbmGeneratorStreamDefClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- FemLbmGeneratorStreamDefClass$Hib
public interface FemLbmGeneratorStreamDefClass
- extends RefClass
LbmGeneratorStreamDef class proxy 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 |
FemLbmGeneratorStreamDef |
createFemLbmGeneratorStreamDef()
The default factory operation used to create an instance object. |
FemLbmGeneratorStreamDef |
createFemLbmGeneratorStreamDef(FemTupleProjection keyProj,
long rootPageId,
long segmentId,
long indexId,
FemTupleDescriptor tupleDesc,
int rootPageIdParamId,
boolean readOnlyCommittedData,
String name,
FemTupleDescriptor outputDesc,
FemTupleProjection outputProj,
boolean isFullScan,
boolean hasExtraFilter,
FemTupleProjection residualFilterColumns,
TableSamplingMode samplingMode,
float samplingRate,
boolean samplingRepeatable,
int samplingRepeatableSeed,
int samplingClumps,
long samplingRowCount,
int insertRowCountParamId,
boolean createIndex)
Creates an instance object having attributes initialized by the passed
values. |
createFemLbmGeneratorStreamDef
FemLbmGeneratorStreamDef createFemLbmGeneratorStreamDef()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createFemLbmGeneratorStreamDef
FemLbmGeneratorStreamDef createFemLbmGeneratorStreamDef(FemTupleProjection keyProj,
long rootPageId,
long segmentId,
long indexId,
FemTupleDescriptor tupleDesc,
int rootPageIdParamId,
boolean readOnlyCommittedData,
String name,
FemTupleDescriptor outputDesc,
FemTupleProjection outputProj,
boolean isFullScan,
boolean hasExtraFilter,
FemTupleProjection residualFilterColumns,
TableSamplingMode samplingMode,
float samplingRate,
boolean samplingRepeatable,
int samplingRepeatableSeed,
int samplingClumps,
long samplingRowCount,
int insertRowCountParamId,
boolean createIndex)
- Creates an instance object having attributes initialized by the passed
values.
- Parameters:
keyProj
- rootPageId
- segmentId
- indexId
- tupleDesc
- rootPageIdParamId
- readOnlyCommittedData
- name
- outputDesc
- outputProj
- isFullScan
- hasExtraFilter
- residualFilterColumns
- samplingMode
- samplingRate
- samplingRepeatable
- samplingRepeatableSeed
- samplingClumps
- samplingRowCount
- insertRowCountParamId
- createIndex
-
- Returns:
- The created instance object.