|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemLocalIndex
LocalIndex 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 | |
---|---|
String |
getAnalyzeTime()
Returns the value of attribute analyzeTime. |
List<FemIndexStatistics> |
getIndexStats()
Returns the value of reference IndexStats. |
Long |
getPageCount()
Returns the value of attribute pageCount. |
String |
getStorageId()
Returns the value of attribute storageId. |
boolean |
isClustered()
Returns the value of attribute isClustered. |
boolean |
isInvalid()
Returns the value of attribute isInvalid. |
void |
setAnalyzeTime(String newValue)
Sets the value of analyzeTime attribute. |
void |
setClustered(boolean newValue)
Sets the value of isClustered attribute. |
void |
setInvalid(boolean newValue)
Sets the value of isInvalid attribute. |
void |
setPageCount(Long newValue)
Sets the value of pageCount attribute. |
void |
setStorageId(String newValue)
Sets the value of storageId attribute. |
Methods inherited from interface net.sf.farrago.cwm.relational.CwmSqlindex |
---|
getFilterCondition, isAutoUpdate, isNullable, setAutoUpdate, setFilterCondition, setNullable |
Methods inherited from interface net.sf.farrago.cwm.keysindexes.CwmIndex |
---|
getIndexedFeature, getSpannedClass, isPartitioning, isSorted, isUnique, setPartitioning, setSorted, setSpannedClass, setUnique |
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement |
---|
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility |
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 |
Methods inherited from interface net.sf.farrago.fem.sql2003.FemAnnotatedElement |
---|
getCreationTimestamp, getDescription, getLineageId, getModificationTimestamp, getTagAnnotation, setCreationTimestamp, setDescription, setLineageId, setModificationTimestamp |
Method Detail |
---|
boolean isClustered()
void setClustered(boolean newValue)
isClustered()
for description on the attribute.
newValue
- New value to be set.String getStorageId()
void setStorageId(String newValue)
getStorageId()
for
description on the attribute.
newValue
- New value to be set.String getAnalyzeTime()
void setAnalyzeTime(String newValue)
getAnalyzeTime()
for description on the attribute.
newValue
- New value to be set.Long getPageCount()
void setPageCount(Long newValue)
getPageCount()
for
description on the attribute.
newValue
- New value to be set.boolean isInvalid()
void setInvalid(boolean newValue)
isInvalid()
for
description on the attribute.
newValue
- New value to be set.List<FemIndexStatistics> getIndexStats()
FemIndexStatistics
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |