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 ClassesModifier and TypeInterfaceDescriptionstatic enumDefine the sequence of versions. -
Field Summary
Fields -
Method Summary
-
Field Details
-
NEW
Initial version. -
ANY
Match any version.
-
-
Method Details
-
compare
-