com.basho.riak.client.cap
Interface VClock

All Known Implementing Classes:
BasicVClock

public interface VClock

Access the opaque Riak vector clock as either a String or array of bytes.

Author:
russell

Method Summary
 String asString()
           
 byte[] getBytes()
           
 

Method Detail

getBytes

byte[] getBytes()
Returns:

asString

String asString()
Returns:


Copyright © 2012. All Rights Reserved.