Class KeyRecordList

java.lang.Object
com.netscape.cmscore.dbs.KeyRecordList

public class KeyRecordList extends Object
A class represents a list of key records.
Author:
thomask
  • Constructor Details

  • 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

      public KeyRecord getKeyRecord(int i)
    • getKeyRecords

      public Enumeration<KeyRecord> getKeyRecords(int startidx, int endidx) throws EBaseException
      Retrieves key records.
      Parameters:
      startidx - start index
      endidx - end index
      Returns:
      key records
      Throws:
      EBaseException - failed to retrieve key records