SMILA (incubation) API documentation

org.eclipse.smila.datamodel.validation
Interface RecordValidator

All Known Implementing Classes:
RecordIdValidator

public interface RecordValidator

interface of record validation services. Such services check if a record pushed into the system conforms to some specific requirements, e.g. index schemata or other requirements that processing components might have.


Method Summary
 void validate(Record record)
          check validity of the given record.
 

Method Detail

validate

void validate(Record record)
              throws InvalidRecordException
check validity of the given record.

Throws:
InvalidRecordException

SMILA (incubation) API documentation