Uses of Class
org.apache.bookkeeper.versioning.Version.Occurred
-
Packages that use Version.Occurred Package Description org.apache.bookkeeper.metastore MetaStore-related classes.org.apache.bookkeeper.versioning a versioning library provides an abstraction over versioned data. -
-
Uses of Version.Occurred in org.apache.bookkeeper.metastore
Methods in org.apache.bookkeeper.metastore that return Version.Occurred Modifier and Type Method Description Version.Occurred
InMemoryMetastoreTable.MetadataVersion. compare(Version v)
-
Uses of Version.Occurred in org.apache.bookkeeper.versioning
Methods in org.apache.bookkeeper.versioning that return Version.Occurred Modifier and Type Method Description Version.Occurred
LongVersion. compare(Version v)
Version.Occurred
Version. compare(Version v)
static Version.Occurred
Version.Occurred. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Version.Occurred[]
Version.Occurred. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-