Clones this generic record and returns a new one.
TypeError if the type of any value does not match with its field type.
RangeError if any provided fieldName does not exist in the record or a field value provided is out of range.
Optional fieldsToUpdate: { If provided, some fields of the returned generic record will be updated. Keys of this object are fieldNames and values are field values.
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Returns value of the field.
HazelcastSerializationError if the field name does not exist in the generic record or the type of the field does not match the one in the generic record.
the name of the field
Generated using TypeDoc
A generic object interface that is returned to the user when the domain class can not be created from any of the distributed Hazelcast data structures like IMap, IQueue etc.
GenericRecord also allows reading from a cluster without having the classes on the client side. This way, the clients can read and write objects back to the cluster without the need to have the domain classes.
GenericRecords is only supported for Compact serializable objects.