Package com.endeca.itl.recordstore

Classes for interacting with a Record Store instance.

See:
          Description

Interface Summary
RecordStore Main interface for interacting with a Record Store instance.
 

Class Summary
ClientId  
ClientStateInfo Contains commit status, last read generation, and transaction information for a given client.
ConfigurationWarnings  
GenerationId  
GenerationInfo This class holds the creation time and the status of a generation.
ReadCursorId Read cursors are referenced in the API through their identifiers.
RecordId  
RecordStoreConfiguration This class holds the configuration of an instance of the Record Store.
RecordStoreConfigurationError  
RecordStoreLocator This class is used to create a connection to a Record Store
RecordStoreReader Used to Read Records out of a Record Store
RecordStoreWriter Used to Write Records to a Record Store
TransactionId  
TransactionInfo This class holds the transaction type and the generation information for a transaction.
 

Enum Summary
GenerationStatus  
RecordStoreConfigurationStatus  
TransactionStatus  
TransactionType  
 

Exception Summary
ConcurrentClientStateModificationException  
ConcurrentWriteException  
InvalidGenerationException  
InvalidRecordException  
ReadCursorNotFoundException  
RecordStoreConfigurationException  
RecordStoreException This is a Generic Class for all Faults Returned when using the Record Store API
RecordStoreRuntimeException  
TransactionNotFoundException  
TransactionStateException  
WriteNotAllowedException  
 

Package com.endeca.itl.recordstore Description

Classes for interacting with a Record Store instance.



Copyright © 2011 Endeca. All Rights Reserved.