/replica-uuid(3) /cas/records/<substr(sha1,0,1)>/substr(sha1,1,1)/<sha1>

Other Alias

overview, $URL, /<db-uuid>/, /latest-sequence-no, /replica-version

BUILD

Open a connection to the prophet replica source identified by "$self-"url>.

replica_version

Returns this replica's version.

set_replica_version

Sets the replica's version to the given integer.

uuid

Return the replica's UUID

Internals of record handling

changesets_for_record { uuid => $uuid, type => $type, limit => $int }

Returns an ordered set of changeset objects for all changesets containing changes to this object.

Note that changesets may include changes to other records

If ``limit'' is specified, only returns that many changesets (starting from record creation).

begin_edit

Creates a new Prophet::ChangeSet, which new changes will be added to.