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 enum 
    Define the sequence of versions.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Version
    Match any version.
    static final Version
    Initial version.
  • Method Summary

    Modifier and Type
    Method
    Description