Class KeyRecordList
java.lang.Object
com.netscape.cmscore.dbs.KeyRecordList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeyRecord(int i) getKeyRecords(int startidx, int endidx) Retrieves key records.intgetSize()Retrieves the size of key list.intint
-
Constructor Details
-
KeyRecordList
Constructs a key list.
-
-
Method Details
-
getSize
public int getSize()Retrieves the size of key list.- Returns:
- size of key list
-
getSizeBeforeJumpTo
public int getSizeBeforeJumpTo() -
getSizeAfterJumpTo
public int getSizeAfterJumpTo() -
getKeyRecord
-
getKeyRecords
Retrieves key records.- Parameters:
startidx- start indexendidx- end index- Returns:
- key records
- Throws:
EBaseException- failed to retrieve key records
-