net.sf.farrago.fem.fennel
Interface FemCmdVerifyIndex

All Superinterfaces:
FemCmd, FemIndexAccessCmd, FemIndexCmd, FemTxnCmd, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemCmdVerifyIndex$Hib

public interface FemCmdVerifyIndex
extends FemIndexAccessCmd

CmdVerifyIndex 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 getResultPageCount()
          Returns the value of attribute resultPageCount.
 Long getResultUniqueKeyCount()
          Returns the value of attribute resultUniqueKeyCount.
 boolean isEstimate()
          Returns the value of attribute estimate.
 boolean isIncludeTuples()
          Returns the value of attribute includeTuples.
 void setEstimate(boolean newValue)
          Sets the value of estimate attribute.
 void setIncludeTuples(boolean newValue)
          Sets the value of includeTuples attribute.
 void setResultPageCount(Long newValue)
          Sets the value of resultPageCount attribute.
 void setResultUniqueKeyCount(Long newValue)
          Sets the value of resultUniqueKeyCount attribute.
 
Methods inherited from interface net.sf.farrago.fem.fennel.FemIndexAccessCmd
getRootPageId, setRootPageId
 
Methods inherited from interface net.sf.farrago.fem.fennel.FemIndexCmd
getIndexId, getKeyProj, getLeafPageIdProj, getSegmentId, getTupleDesc, setIndexId, setKeyProj, setLeafPageIdProj, setSegmentId, setTupleDesc
 
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

isEstimate

boolean isEstimate()
Returns the value of attribute estimate.

Returns:
Value of attribute estimate.

setEstimate

void setEstimate(boolean newValue)
Sets the value of estimate attribute. See isEstimate() for description on the attribute.

Parameters:
newValue - New value to be set.

isIncludeTuples

boolean isIncludeTuples()
Returns the value of attribute includeTuples.

Returns:
Value of attribute includeTuples.

setIncludeTuples

void setIncludeTuples(boolean newValue)
Sets the value of includeTuples attribute. See isIncludeTuples() for description on the attribute.

Parameters:
newValue - New value to be set.

getResultPageCount

Long getResultPageCount()
Returns the value of attribute resultPageCount.

Returns:
Value of attribute resultPageCount.

setResultPageCount

void setResultPageCount(Long newValue)
Sets the value of resultPageCount attribute. See getResultPageCount() for description on the attribute.

Parameters:
newValue - New value to be set.

getResultUniqueKeyCount

Long getResultUniqueKeyCount()
Returns the value of attribute resultUniqueKeyCount.

Returns:
Value of attribute resultUniqueKeyCount.

setResultUniqueKeyCount

void setResultUniqueKeyCount(Long newValue)
Sets the value of resultUniqueKeyCount attribute. See getResultUniqueKeyCount() for description on the attribute.

Parameters:
newValue - New value to be set.