Clones this generic record and returns a new one.
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.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns field type for the given field name
the name of the field
Returns set of field names of this GenericRecord
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns value of the field.
the name of the field
Returns true if field exists in the definition of the class. Note that returns true even if the field is null
.
the name of the field
Returns string representation of this generic record. The string representation is a valid JSON string.
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.