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

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

Uses of WriteNotAllowedException in com.endeca.itl.recordstore
 

Methods in com.endeca.itl.recordstore that throw WriteNotAllowedException
 void RecordStoreWriter.close()
          Flushes the cache after writing operations.
 void RecordStoreWriter.deleteAll()
          Attempts to delete all Records from the new Generation been written
 void RecordStoreWriter.flush()
          Flushes underlying buffer, forcing all Records to be written
 GenerationId RecordStore.getWriteGenerationId(TransactionId transactionId)
          Returns the id of the generation the given READ_WRITE transaction is writing.
 void RecordStoreWriter.write(Collection<Record> records)
          Attempts to write a group of records to the Record Store
 void RecordStoreWriter.write(Record record)
          Attempts to write a single record to the Record Store
 int RecordStore.writeRecords(TransactionId transactionId, List<Record> records)
          Writes a batch of records to the Record Store in the scope of the given transaction.
 



Copyright © 2011 Endeca. All Rights Reserved.