Create an AbstractRecordModel
a constructor function for creating RecordV2 implementations
the schema that this model corresponds to
The schema that this model corresponds to
A constructor function for creating RecordV2 implementations
Get the model data for a record
the record for which to get the data
the index of the record
model data of the record
Get the model data
the model data
Convert a textual representation of a record entry to a record key
the key string
the parsed record key
Parse the field name and index part of a record key
the part of the key containing the field name and index
an array containing the field name and the field index
Returns the actual number of occurrences of a named record.
If the record is not variable, this is the same as the defined number of occurrences in the schema
the actual number of occurrences of the record
Get the schema that this model corresponds to
Abstract base class for RecordModelImpl and MutableRecordModelImpl.
This class implements all methods of the RecordModel interface but introduces the abstract model method. *