Package org.apache.bookkeeper.versioning
Interface Version
-
- All Known Implementing Classes:
InMemoryMetastoreTable.MetadataVersion,LongVersion
public interface VersionAn 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 classVersion.OccurredDefine the sequence of versions.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Version.Occurredcompare(Version v)
-
-
-
Method Detail
-
compare
Version.Occurred compare(Version v)
-
-