net.sf.farrago.fem.fennel
Interface FemIndexLoaderDef
- All Superinterfaces:
- FemExecutionStreamDef, FemIndexAccessorDef, FemIndexStreamDef, FemKeyAccessorDef, FemTupleStreamDef, RefBaseObject, RefFeatured, RefObject
- All Known Implementing Classes:
- FemIndexLoaderDef$Hib
public interface FemIndexLoaderDef
- extends FemIndexStreamDef
IndexLoaderDef 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.
Methods inherited from interface net.sf.farrago.fem.fennel.FemIndexAccessorDef |
getIndexId, getRootPageId, getRootPageIdParamId, getSegmentId, getTupleDesc, isReadOnlyCommittedData, setIndexId, setReadOnlyCommittedData, setRootPageId, setRootPageIdParamId, setSegmentId, setTupleDesc |
getDistinctness
Distinctness getDistinctness()
- Returns the value of attribute distinctness.
- Returns:
- Value of attribute distinctness.
setDistinctness
void setDistinctness(Distinctness newValue)
- Sets the value of distinctness attribute. See
getDistinctness()
for description on the attribute.
- Parameters:
newValue
- New value to be set.
isMonotonic
boolean isMonotonic()
- Returns the value of attribute monotonic.
- Returns:
- Value of attribute monotonic.
setMonotonic
void setMonotonic(boolean newValue)
- Sets the value of monotonic attribute. See
isMonotonic()
for
description on the attribute.
- Parameters:
newValue
- New value to be set.