object MetadataVersionStatus extends Enumeration
- Alphabetic
- By Inheritance
- MetadataVersionStatus
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type MetadataVersionStatus = Value
-
abstract
class
Value extends Ordered[Value] with Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
-
class
ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
- Definition Classes
- Enumeration
Value Members
-
val
CURRENT: Value
The stored metadata is from exactly the same version as the metadata version of this jar.
-
val
DEPRECATED_SUPPORTED: Value
The stored metadata is from a version strictly smaller than the metadata version of this jar.
The stored metadata is from a version strictly smaller than the metadata version of this jar. however, it can be used for filtering and a REFRESH operation will result in the metadata having the
CURRENT
status -
val
DEPRECATED_UNSUPPORTED: Value
The stored metadata is from a version strictly smaller than the metadata version of this jar, a version so old it can't be used for filtering.
The stored metadata is from a version strictly smaller than the metadata version of this jar, a version so old it can't be used for filtering. a REFRESH operation may or may not be able to upgrade it, up to the metadata store's
isMetadataUpgradePossible
method. -
val
TOO_NEW: Value
The stored metadata is from a version which is strictly greater than the metadata version of this jar.
The stored metadata is from a version which is strictly greater than the metadata version of this jar. the metadata store is not expected to able to either read or refresh this metadata.
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration