Package org.apache.bookkeeper.versioning
Interface Version
-
- All Known Implementing Classes:
InMemoryMetastoreTable.MetadataVersion
,LongVersion
public interface Version
An interface that allows us to determine if a given version happened before or after another version.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Version.Occurred
Define the sequence of versions.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Version.Occurred
compare(Version v)
-
-
-
Method Detail
-
compare
Version.Occurred compare(Version v)
-
-