o

io.xskipper.metadatastore

MetadataVersionStatus

object MetadataVersionStatus extends Enumeration

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetadataVersionStatus
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type MetadataVersionStatus = Value
  2. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
    Definition Classes
    Enumeration

Value Members

  1. val CURRENT: Value

    The stored metadata is from exactly the same version as the metadata version of this jar.

  2. 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

  3. 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.

  4. 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.

  5. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  6. final def maxId: Int
    Definition Classes
    Enumeration
  7. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  8. def values: ValueSet
    Definition Classes
    Enumeration
  9. final def withName(s: String): Value
    Definition Classes
    Enumeration