Class Version

java.lang.Object
org.infinispan.Version

@Immutable @Deprecated(forRemoval=true) public class Version extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use Version instead
Contains version information about this release of Infinispan.
Since:
4.0
Author:
Bela Ban
  • 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 boolean
    compareTo(byte[] v)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    decodeVersion(short version)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Serialization only looks at major and minor, not micro or below.
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static short
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static short
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static short
    getVersionShort(String versionString)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    main(String[] args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Prints version information.
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Prints full version information to the standard output.
    static String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns version information as a string.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Version

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

    • getVersion

      public static String getVersion()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBrandName

      public static String getBrandName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCodename

      public static String getCodename()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getModuleSlot

      public static String getModuleSlot()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMarshallVersion

      public static short getMarshallVersion()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSchemaVersion

      public static String getSchemaVersion()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMajorMinor

      public static String getMajorMinor()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMajor

      public static String getMajor()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • compareTo

      public static boolean compareTo(byte[] v)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getVersionShort

      public static short getVersionShort()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getVersionShort

      public static short getVersionShort(String versionString)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • decodeVersion

      public static String decodeVersion(short version)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • decodeVersionForSerialization

      public static String decodeVersionForSerialization(short version)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Serialization only looks at major and minor, not micro or below.
    • main

      public static void main(String[] args)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Prints version information.
    • printFullVersionInformation

      public static void printFullVersionInformation()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Prints full version information to the standard output.
    • printVersion

      public static String printVersion()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns version information as a string.