|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemIndexCmd
IndexCmd 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 | |
---|---|
long |
getIndexId()
Returns the value of attribute indexId. |
FemTupleProjection |
getKeyProj()
Returns the value of attribute keyProj. |
FemTupleProjection |
getLeafPageIdProj()
Returns the value of attribute leafPageIdProj. |
long |
getSegmentId()
Returns the value of attribute segmentId. |
FemTupleDescriptor |
getTupleDesc()
Returns the value of attribute tupleDesc. |
void |
setIndexId(long newValue)
Sets the value of indexId attribute. |
void |
setKeyProj(FemTupleProjection newValue)
Sets the value of keyProj attribute. |
void |
setLeafPageIdProj(FemTupleProjection newValue)
Sets the value of leafPageIdProj attribute. |
void |
setSegmentId(long newValue)
Sets the value of segmentId attribute. |
void |
setTupleDesc(FemTupleDescriptor newValue)
Sets the value of tupleDesc attribute. |
Methods inherited from interface net.sf.farrago.fem.fennel.FemTxnCmd |
---|
getTxnHandle, setTxnHandle |
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 |
Method Detail |
---|
FemTupleDescriptor getTupleDesc()
void setTupleDesc(FemTupleDescriptor newValue)
getTupleDesc()
for
description on the attribute.
newValue
- New value to be set.FemTupleProjection getKeyProj()
void setKeyProj(FemTupleProjection newValue)
getKeyProj()
for
description on the attribute.
newValue
- New value to be set.long getSegmentId()
void setSegmentId(long newValue)
getSegmentId()
for
description on the attribute.
newValue
- New value to be set.long getIndexId()
void setIndexId(long newValue)
getIndexId()
for
description on the attribute.
newValue
- New value to be set.FemTupleProjection getLeafPageIdProj()
Projects attributes of leaf BTree tuples to be interpreted as a PageIds bearing additional data associated with the tree (meaning it should be dropped along with the tree). Ignored if unset (the default).
void setLeafPageIdProj(FemTupleProjection newValue)
getLeafPageIdProj()
for description on the attribute.
newValue
- New value to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |