net.sf.farrago.fem.fennel
Interface FemIndexLoaderDefClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- FemIndexLoaderDefClass$Hib
public interface FemIndexLoaderDefClass
- extends RefClass
IndexLoaderDef 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 |
FemIndexLoaderDef |
createFemIndexLoaderDef()
The default factory operation used to create an instance object. |
FemIndexLoaderDef |
createFemIndexLoaderDef(String name,
FemTupleDescriptor outputDesc,
FemTupleProjection keyProj,
long rootPageId,
long segmentId,
long indexId,
FemTupleDescriptor tupleDesc,
int rootPageIdParamId,
boolean readOnlyCommittedData,
Distinctness distinctness,
boolean monotonic)
Creates an instance object having attributes initialized by the passed
values. |
createFemIndexLoaderDef
FemIndexLoaderDef createFemIndexLoaderDef()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createFemIndexLoaderDef
FemIndexLoaderDef createFemIndexLoaderDef(String name,
FemTupleDescriptor outputDesc,
FemTupleProjection keyProj,
long rootPageId,
long segmentId,
long indexId,
FemTupleDescriptor tupleDesc,
int rootPageIdParamId,
boolean readOnlyCommittedData,
Distinctness distinctness,
boolean monotonic)
- Creates an instance object having attributes initialized by the passed
values.
- Parameters:
name
- outputDesc
- keyProj
- rootPageId
- segmentId
- indexId
- tupleDesc
- rootPageIdParamId
- readOnlyCommittedData
- distinctness
- monotonic
-
- Returns:
- The created instance object.