Package org.apache.bookkeeper.versioning
a versioning library provides an abstraction over versioned data.
- 
Interface Summary Interface Description Version An interface that allows us to determine if a given version happened before or after another version.
- 
Class Summary Class Description LongVersion A version object holds integer version.Versioned<T> AVersionedvalue represents a value associated with a version.
- 
Enum Summary Enum Description Version.Occurred Define the sequence of versions.