Uses of Class
org.sdnplatform.sync.internal.version.ClockEntry

Packages that use ClockEntry
org.sdnplatform.sync.internal.version   
 

Uses of ClockEntry in org.sdnplatform.sync.internal.version
 

Methods in org.sdnplatform.sync.internal.version that return ClockEntry
 ClockEntry ClockEntry.clone()
           
 ClockEntry ClockEntry.incremented()
           
 

Methods in org.sdnplatform.sync.internal.version that return types with arguments of type ClockEntry
 java.util.List<ClockEntry> VectorClock.getEntries()
           
 

Constructor parameters in org.sdnplatform.sync.internal.version with type arguments of type ClockEntry
VectorClock(java.util.List<ClockEntry> versions, long timestamp)
          Create a VectorClock with the given version and timestamp