Class Version


  • @Immutable
    @Deprecated
    public class Version
    extends Object
    Deprecated.
    Use Version instead
    Contains version information about this release of Infinispan.
    Since:
    4.0
    Author:
    Bela Ban
    • Constructor Detail

      • Version

        public Version()
        Deprecated.
    • Method Detail

      • getVersion

        public static String getVersion()
        Deprecated.
      • getBrandName

        public static String getBrandName()
        Deprecated.
      • getCodename

        public static String getCodename()
        Deprecated.
      • getModuleSlot

        public static String getModuleSlot()
        Deprecated.
      • getMarshallVersion

        public static short getMarshallVersion()
        Deprecated.
      • getSchemaVersion

        public static String getSchemaVersion()
        Deprecated.
      • getMajorMinor

        public static String getMajorMinor()
        Deprecated.
      • getMajor

        public static String getMajor()
        Deprecated.
      • compareTo

        public static boolean compareTo​(byte[] v)
        Deprecated.
      • getVersionShort

        public static short getVersionShort()
        Deprecated.
      • getVersionShort

        public static short getVersionShort​(String versionString)
        Deprecated.
      • decodeVersion

        public static String decodeVersion​(short version)
        Deprecated.
      • decodeVersionForSerialization

        public static String decodeVersionForSerialization​(short version)
        Deprecated.
        Serialization only looks at major and minor, not micro or below.
      • main

        public static void main​(String[] args)
        Deprecated.
        Prints version information.
      • printFullVersionInformation

        public static void printFullVersionInformation()
        Deprecated.
        Prints full version information to the standard output.
      • printVersion

        public static String printVersion()
        Deprecated.
        Returns version information as a string.