Uses of Class
voldemort.versioning.ClockEntry

Packages that use ClockEntry
voldemort.rest   
voldemort.versioning Classes for operating on vector clocks and dealing with distributed state. 
 

Uses of ClockEntry in voldemort.rest
 

Methods in voldemort.rest that return types with arguments of type ClockEntry
 java.util.List<ClockEntry> VectorClockWrapper.getVersions()
           
 

Method parameters in voldemort.rest with type arguments of type ClockEntry
 void VectorClockWrapper.setVersions(java.util.List<ClockEntry> vectorClock)
           
 

Uses of ClockEntry in voldemort.versioning
 

Methods in voldemort.versioning that return ClockEntry
 ClockEntry ClockEntry.clone()
          Deprecated.  
 ClockEntry ClockEntry.incremented()
          Deprecated.  
 

Methods in voldemort.versioning that return types with arguments of type ClockEntry
 java.util.List<ClockEntry> VectorClock.getEntries()
          Deprecated. 
 

Constructor parameters in voldemort.versioning with type arguments of type ClockEntry
VectorClock(java.util.List<ClockEntry> versions, long timestamp)
          Deprecated. 
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu