- ReadCursorId - Class in com.endeca.itl.recordstore
-
Read cursors are referenced in the API through their identifiers.
- ReadCursorId(long) - Constructor for class com.endeca.itl.recordstore.ReadCursorId
-
- ReadCursorNotFoundException - Exception in com.endeca.itl.recordstore
-
- ReadCursorNotFoundException(String) - Constructor for exception com.endeca.itl.recordstore.ReadCursorNotFoundException
-
- ReadCursorNotFoundException(String, ReadCursorNotFoundFaultInfo) - Constructor for exception com.endeca.itl.recordstore.ReadCursorNotFoundException
-
- ReadCursorNotFoundException(ReadCursorId) - Constructor for exception com.endeca.itl.recordstore.ReadCursorNotFoundException
-
- ReadCursorNotFoundException(String, ReadCursorNotFoundFaultInfo, Throwable) - Constructor for exception com.endeca.itl.recordstore.ReadCursorNotFoundException
-
- readRecords(ReadCursorId, Integer) - Method in interface com.endeca.itl.recordstore.RecordStore
-
Reads a specified number of records from the read cursor and advances the
position of the cursor in the result set.
- readRecordsById(TransactionId, GenerationId, List<RecordId>) - Method in interface com.endeca.itl.recordstore.RecordStore
-
Reads a set of Records corresponding to the given ids in the given
generation.
- Record - Class in com.endeca.itl.record
-
Represents an Endeca Record that flows through the ITL process into the MDEX Engine.
- Record() - Constructor for class com.endeca.itl.record.Record
-
Creates a Record with no PropertyValues.
- Record(Record) - Constructor for class com.endeca.itl.record.Record
-
Creates a Record with the same PropertyValues as the given Record.
- Record(Collection<PropertyValue>) - Constructor for class com.endeca.itl.record.Record
-
Creates a Record with the give PropertyValues
- Record(PropertyValue...) - Constructor for class com.endeca.itl.record.Record
-
Creates a Record with the give PropertyValues
- RECORD_STORE_LOCATOR_CLASS_NAME - Static variable in class com.endeca.itl.recordstore.RecordStoreLocator
-
- RecordHelper - Class in com.endeca.itl.record
-
Convenience methods for interacting with Records.
- RecordHelper() - Constructor for class com.endeca.itl.record.RecordHelper
-
- RecordId - Class in com.endeca.itl.recordstore
-
- RecordId(String) - Constructor for class com.endeca.itl.recordstore.RecordId
-
- RecordStore - Interface in com.endeca.itl.recordstore
-
Main interface for interacting with a Record Store instance.
- RecordStoreConfiguration - Class in com.endeca.itl.recordstore
-
This class holds the configuration of an instance of the Record Store.
- RecordStoreConfiguration(RecordStoreConfiguration) - Constructor for class com.endeca.itl.recordstore.RecordStoreConfiguration
-
- RecordStoreConfiguration() - Constructor for class com.endeca.itl.recordstore.RecordStoreConfiguration
-
- RecordStoreConfigurationError - Class in com.endeca.itl.recordstore
-
- RecordStoreConfigurationError() - Constructor for class com.endeca.itl.recordstore.RecordStoreConfigurationError
-
- RecordStoreConfigurationError(String) - Constructor for class com.endeca.itl.recordstore.RecordStoreConfigurationError
-
- RecordStoreConfigurationException - Exception in com.endeca.itl.recordstore
-
- RecordStoreConfigurationException(List<RecordStoreConfigurationError>) - Constructor for exception com.endeca.itl.recordstore.RecordStoreConfigurationException
-
- RecordStoreConfigurationException(String, RecordStoreConfigurationFaultInfo) - Constructor for exception com.endeca.itl.recordstore.RecordStoreConfigurationException
-
- RecordStoreConfigurationException(String, RecordStoreConfigurationFaultInfo, Throwable) - Constructor for exception com.endeca.itl.recordstore.RecordStoreConfigurationException
-
- RecordStoreConfigurationStatus - Enum in com.endeca.itl.recordstore
-
- RecordStoreException - Exception in com.endeca.itl.recordstore
-
This is a Generic Class for all Faults Returned when using the Record Store API
- RecordStoreException(String) - Constructor for exception com.endeca.itl.recordstore.RecordStoreException
-
- RecordStoreException(Throwable) - Constructor for exception com.endeca.itl.recordstore.RecordStoreException
-
- RecordStoreException(String, Throwable) - Constructor for exception com.endeca.itl.recordstore.RecordStoreException
-
- RecordStoreException(String, RecordStoreFaultInfo) - Constructor for exception com.endeca.itl.recordstore.RecordStoreException
-
- RecordStoreException(String, RecordStoreFaultInfo, Throwable) - Constructor for exception com.endeca.itl.recordstore.RecordStoreException
-
- RecordStoreLocator - Class in com.endeca.itl.recordstore
-
This class is used to create a connection to a Record Store
- RecordStoreLocator(String, int, String) - Constructor for class com.endeca.itl.recordstore.RecordStoreLocator
-
- RecordStoreReader - Class in com.endeca.itl.recordstore
-
Used to read records out of a Record Store.
- RecordStoreRuntimeException - Exception in com.endeca.itl.recordstore
-
- RecordStoreRuntimeException(String, Throwable) - Constructor for exception com.endeca.itl.recordstore.RecordStoreRuntimeException
-
- RecordStoreRuntimeException(String) - Constructor for exception com.endeca.itl.recordstore.RecordStoreRuntimeException
-
- RecordStoreRuntimeException(Throwable) - Constructor for exception com.endeca.itl.recordstore.RecordStoreRuntimeException
-
- RecordStoreWriter - Class in com.endeca.itl.recordstore
-
Used to write records to a Record Store.
- RecordType - Enum in com.endeca.itl.record
-
An enumeration of record action types.
- removePropertyValue(PropertyValue) - Method in class com.endeca.itl.record.Record
-
Removes the given PropertyValue from the Record, if present.
- removePropertyValues(String) - Method in class com.endeca.itl.record.Record
-
Removes all PropertyValues with the given name from the Record.
- renamePropertyValues(String, String) - Method in class com.endeca.itl.record.Record
-
- rollbackTransaction(TransactionId) - Method in interface com.endeca.itl.recordstore.RecordStore
-
Rolls back the given transaction.
- valueOf(String) - Static method in enum com.endeca.itl.record.RecordType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.endeca.itl.recordstore.GenerationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.endeca.itl.recordstore.RecordStoreConfigurationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.endeca.itl.recordstore.TransactionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.endeca.itl.recordstore.TransactionType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.endeca.itl.record.RecordType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.endeca.itl.recordstore.GenerationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.endeca.itl.recordstore.RecordStoreConfigurationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.endeca.itl.recordstore.TransactionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.endeca.itl.recordstore.TransactionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.