Click or drag to resize
IWriteableVClock Interface

Implements a writeable vector clock interface. Callers must explicitly use the IWriteableVClock interface to set the vector clock value. This is by design and is implemented in an attempt to prevent developers new to Riak from causing themselves more pain. This trade off should present developers with a reliable way to explicitly drop down to mucking about with vector clocks - it becomes apparent to a casual observer that something out of the ordinary is happening.

A better understanding of the usefulness of vector clocks can be found in John Daily's Understanding Riak’s Configurable Behaviors: Part 2 (http://basho.com/riaks-config-behaviors-part-2/).

Namespace:  RiakClient.Models
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public interface IWriteableVClock

The IWriteableVClock type exposes the following members.

Methods
  NameDescription
Public methodSetVClock
Sets the VClock.
Top
See Also