Uses of Class
com.endeca.itl.recordstore.ReadCursorId

Packages that use ReadCursorId
com.endeca.itl.recordstore Classes for interacting with a Record Store instance. 
 

Uses of ReadCursorId in com.endeca.itl.recordstore
 

Methods in com.endeca.itl.recordstore that return ReadCursorId
 ReadCursorId RecordStore.startBaselineRead(TransactionId transactionId, GenerationId generationId)
          Starts a baseline read of the given generation.
 ReadCursorId RecordStore.startDeltaRead(TransactionId transactionId, GenerationId startGenerationId, GenerationId endGenerationId)
          Starts a read of the changes between the given generations.
 

Methods in com.endeca.itl.recordstore with parameters of type ReadCursorId
 int ReadCursorId.compareTo(ReadCursorId o)
           
static RecordStoreReader RecordStoreReader.createReaderWithExistingCursor(RecordStore recordStore, ReadCursorId readCursorId)
           
static RecordStoreReader RecordStoreReader.createReaderWithExistingCursor(RecordStore recordStore, ReadCursorId readCursorId, Integer recordsPerTransfer)
           
 void RecordStore.endRead(ReadCursorId readCursorId)
          Frees up any resources held by the given read cursor.
 List<Record> RecordStore.readRecords(ReadCursorId readCursorId, Integer numRecords)
          Reads a specified number of records from the read cursor and advances the position of the cursor in the result set.
 

Constructors in com.endeca.itl.recordstore with parameters of type ReadCursorId
ReadCursorNotFoundException(ReadCursorId readCursorId)
           
 



Copyright © 2011 Endeca. All Rights Reserved.