Class MessagesMvcc

java.lang.Object
com.activeviam.logging.MessagesMvcc

@Deprecated(since="6.0.5", forRemoval=true) public class MessagesMvcc extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Messages related to MVCC.
Author:
ActiveViam
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Logger
    getLogger(Class<?> cls)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the logger for the given class.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EXC_NO_VERSION_AT_EPOCH

      public static final String EXC_NO_VERSION_AT_EPOCH
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • EXC_NO_VERSION_AT_TIME

      public static final String EXC_NO_VERSION_AT_TIME
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • EXC_NO_EPOCH_WITH_NAME

      public static final String EXC_NO_EPOCH_WITH_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • EXC_NO_EPOCH_WITH_BRANCH

      public static final String EXC_NO_EPOCH_WITH_BRANCH
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • EXC_NO_VERSION_WITH_EXACT_EPOCH

      public static final String EXC_NO_VERSION_WITH_EXACT_EPOCH
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • EXC_CANNOT_DROP_MAIN

      public static final String EXC_CANNOT_DROP_MAIN
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • ERR_UNKNOWN_PARENT

      public static final String ERR_UNKNOWN_PARENT
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • ERR_EXISTING_BRANCH

      public static final String ERR_EXISTING_BRANCH
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • MessagesMvcc

      public MessagesMvcc()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getLogger

      public static Logger getLogger(Class<?> cls)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the logger for the given class.
      Parameters:
      cls - class wanted a logger
      Returns:
      logger for the specified class